diff --git a/directory.json b/directory.json index cc0a3330..dd41cf6d 100644 --- a/directory.json +++ b/directory.json @@ -334,6 +334,10 @@ "title": "Panasonic Mewtocol", "path": "configuration/south-devices/panasonic-mewtocol/overview", "children": [ + { + "title": "连接 FP-XH C30T", + "path": "configuration/south-devices/panasonic-mewtocol/fp-xh-c30t" + }, { "title": "常见问题", "path": "configuration/south-devices/panasonic-mewtocol/faq" @@ -902,6 +906,10 @@ "title": "Panasonic Mewtocol", "path": "configuration/south-devices/panasonic-mewtocol/overview", "children": [ + { + "title": "Connect to FP-XH C30T", + "path": "configuration/south-devices/panasonic-mewtocol/fp-xh-c30t" + }, { "title": "FAQ", "path": "configuration/south-devices/panasonic-mewtocol/faq" diff --git a/en_US/configuration/south-devices/panasonic-mewtocol/assets/1.jpg b/en_US/configuration/south-devices/panasonic-mewtocol/assets/1.jpg new file mode 100644 index 00000000..5ca187ac Binary files /dev/null and b/en_US/configuration/south-devices/panasonic-mewtocol/assets/1.jpg differ diff --git a/en_US/configuration/south-devices/panasonic-mewtocol/assets/2.jpg b/en_US/configuration/south-devices/panasonic-mewtocol/assets/2.jpg new file mode 100644 index 00000000..f36ebee1 Binary files /dev/null and b/en_US/configuration/south-devices/panasonic-mewtocol/assets/2.jpg differ diff --git a/en_US/configuration/south-devices/panasonic-mewtocol/assets/3.jpg b/en_US/configuration/south-devices/panasonic-mewtocol/assets/3.jpg new file mode 100644 index 00000000..25af04fd Binary files /dev/null and b/en_US/configuration/south-devices/panasonic-mewtocol/assets/3.jpg differ diff --git a/en_US/configuration/south-devices/panasonic-mewtocol/assets/4.jpg b/en_US/configuration/south-devices/panasonic-mewtocol/assets/4.jpg new file mode 100644 index 00000000..65d6cbb9 Binary files /dev/null and b/en_US/configuration/south-devices/panasonic-mewtocol/assets/4.jpg differ diff --git a/en_US/configuration/south-devices/panasonic-mewtocol/assets/5.jpg b/en_US/configuration/south-devices/panasonic-mewtocol/assets/5.jpg new file mode 100644 index 00000000..05843925 Binary files /dev/null and b/en_US/configuration/south-devices/panasonic-mewtocol/assets/5.jpg differ diff --git a/en_US/configuration/south-devices/panasonic-mewtocol/assets/6.jpg b/en_US/configuration/south-devices/panasonic-mewtocol/assets/6.jpg new file mode 100644 index 00000000..ce89a405 Binary files /dev/null and b/en_US/configuration/south-devices/panasonic-mewtocol/assets/6.jpg differ diff --git a/en_US/configuration/south-devices/panasonic-mewtocol/assets/7.jpg b/en_US/configuration/south-devices/panasonic-mewtocol/assets/7.jpg new file mode 100644 index 00000000..04b2d8cb Binary files /dev/null and b/en_US/configuration/south-devices/panasonic-mewtocol/assets/7.jpg differ diff --git a/en_US/configuration/south-devices/panasonic-mewtocol/fp-xh-c30t.md b/en_US/configuration/south-devices/panasonic-mewtocol/fp-xh-c30t.md new file mode 100644 index 00000000..19f4946e --- /dev/null +++ b/en_US/configuration/south-devices/panasonic-mewtocol/fp-xh-c30t.md @@ -0,0 +1,46 @@ +# Connect to FP-XH C30T + +## Configurator WD +1. Go to https://www3.panasonic.biz/ac/e/fasys/software_info/common/tol_configwd.jsp and download configurator_wd_v177.exe after registration and install it. + +2. Open the Configurator WD software, click on the menu `Option` -> `Select IP of PC` -> `Specify the IP address of PC`, select the local IP address and click on the `OK` button. +![1](./assets/1.jpg) + +3. Click on the menu `Search` -> `Search BroadCast`, the FP-X COM5 module will appear in the list. +![2](./assets/2.jpg) + +4. Right click on the FP-X COM5 item in the list and select `Setting IP Address` in the pop-up menu to set a fixed IP address for the PLC device, then click `OK`. +![3](./assets/3.jpg) + +5. Right click on the FP-X COM5 item in the list, select `Communication Setting` in the pop-up menu, set the `Baud rate of COM1` to `115200` and click `OK`. +![4](./assets/4.jpg) + +6. Right-click on the FP-X COM5 item in the list, select `Communication Setting`-> `Option Setting` in the pop-up menu, set `Respons timeout` to `1000` and click `OK`. +![5](./assets/5.jpg) + +7. Open Control FPWIN Pro 7 and confirm that the `Communication Speed` of the PLC serial port `COM1` is `115200`. +![6](./assets/6.jpg) + +## Neuron Setting +1. Add a Panasonic Mewtocol device to the Neuron Southbound Device Manager. 2. + +2. Change `PLC IP Address` to the target device IP address in the device configuration. 3. + +3. Modify `PLC Port` to be the target device port in the device configuration. 4. + +4. Change `Unit Number` to the target device unit number in the device configuration and submit the setup form. +![7](./assets/7.jpg) + +## Test Data List +| Name | Address | Attribute | Data type | +| ---- | --------| ---- | ------ | +| DATA1 | DT0 | Read Write | INT16 | +| DATA2 | DT2 | Read Write | UINT16 | +| DATA3 | DT4 | Read Write | INT32 | +| DATA4 | DT7 | Read Write | UINT32 | +| DATA5 | DT10 | Read Write | FLOAT | +| DATA6 | DT13 | Read Write | DOUBLE | +| DATA7 | X0 | Read | BIT | +| DATA8 | Y0 | Read Write | BIT | +| DATA9 | DT20.0 | Read | BIT | +| DATA10 | DT17.20 | Read Write | STRING | \ No newline at end of file diff --git a/zh_CN/configuration/south-devices/panasonic-mewtocol/assets/1.jpg b/zh_CN/configuration/south-devices/panasonic-mewtocol/assets/1.jpg new file mode 100644 index 00000000..5ca187ac Binary files /dev/null and b/zh_CN/configuration/south-devices/panasonic-mewtocol/assets/1.jpg differ diff --git a/zh_CN/configuration/south-devices/panasonic-mewtocol/assets/2.jpg b/zh_CN/configuration/south-devices/panasonic-mewtocol/assets/2.jpg new file mode 100644 index 00000000..f36ebee1 Binary files /dev/null and b/zh_CN/configuration/south-devices/panasonic-mewtocol/assets/2.jpg differ diff --git a/zh_CN/configuration/south-devices/panasonic-mewtocol/assets/3.jpg b/zh_CN/configuration/south-devices/panasonic-mewtocol/assets/3.jpg new file mode 100644 index 00000000..25af04fd Binary files /dev/null and b/zh_CN/configuration/south-devices/panasonic-mewtocol/assets/3.jpg differ diff --git a/zh_CN/configuration/south-devices/panasonic-mewtocol/assets/4.jpg b/zh_CN/configuration/south-devices/panasonic-mewtocol/assets/4.jpg new file mode 100644 index 00000000..65d6cbb9 Binary files /dev/null and b/zh_CN/configuration/south-devices/panasonic-mewtocol/assets/4.jpg differ diff --git a/zh_CN/configuration/south-devices/panasonic-mewtocol/assets/5.jpg b/zh_CN/configuration/south-devices/panasonic-mewtocol/assets/5.jpg new file mode 100644 index 00000000..05843925 Binary files /dev/null and b/zh_CN/configuration/south-devices/panasonic-mewtocol/assets/5.jpg differ diff --git a/zh_CN/configuration/south-devices/panasonic-mewtocol/assets/6.jpg b/zh_CN/configuration/south-devices/panasonic-mewtocol/assets/6.jpg new file mode 100644 index 00000000..de59f1d6 Binary files /dev/null and b/zh_CN/configuration/south-devices/panasonic-mewtocol/assets/6.jpg differ diff --git a/zh_CN/configuration/south-devices/panasonic-mewtocol/assets/7.jpg b/zh_CN/configuration/south-devices/panasonic-mewtocol/assets/7.jpg new file mode 100644 index 00000000..f01e4025 Binary files /dev/null and b/zh_CN/configuration/south-devices/panasonic-mewtocol/assets/7.jpg differ diff --git a/zh_CN/configuration/south-devices/panasonic-mewtocol/fp-xh-c30t.md b/zh_CN/configuration/south-devices/panasonic-mewtocol/fp-xh-c30t.md new file mode 100644 index 00000000..d2941cf8 --- /dev/null +++ b/zh_CN/configuration/south-devices/panasonic-mewtocol/fp-xh-c30t.md @@ -0,0 +1,46 @@ +# 连接 FP-XH C30T + +## Configurator WD +1. 到 https://www3.panasonic.biz/ac/e/fasys/software_info/common/tol_configwd.jsp 注册后下载 configurator_wd_v177.exe,并进行安装。 + +2. 打开 Configurator WD 软件,点击菜单 `Option` -> `Select IP of PC` -> `Specify the IP address of PC`, 选择本机 IP 地址,然后点击 `OK` 按钮。 +![1](./assets/1.jpg) + +3. 点击菜单 `Search` -> `Search BroadCast`, 列表中出现 FP-X COM5 模组。 +![2](./assets/2.jpg) + +4. 右键点击列表中的 FP-X COM5 项,在弹出菜单中选择 `Setting IP Address`,为 PLC 设备设定一个固定 IP 地址,然后点击 `OK`。 +![3](./assets/3.jpg) + +5. 右键点击列表中的 FP-X COM5 项,在弹出菜单中选择 `Communication Setting`,将 `Baud rate of COM1` 设置为 `115200`,点击 `OK`。 +![4](./assets/4.jpg) + +6. 右键点击列表中的 FP-X COM5 项,在弹出菜单中选择 `Communication Setting`-> `Option Setting`,将 `Respons timeout` 设置为 `1000`,点击 `OK`。 +![5](./assets/5.jpg) + +7. 打开 Control FPWIN Pro 7,确认 PLC 串行端口 `COM1` 的 `通信速度` 为 `115200`。 +![6](./assets/6.jpg) + +## Neuron 设置 +1. 在 Neuron 南向设备管理中添加一个 Panasonic Mewtocol 设备。 + +2. 在设备配置中修改 `PLC IP 地址` 为目标设备 IP 地址。 + +3. 在设备配置中修改 `PLC 端口` 为目标设备端口。 + +4. 在设备配置中修改 `单元号` 为目标设备单元号,提交设置表单。 +![7](./assets/7.jpg) + +## 测试点位 +| 名称 | 地址 | 属性 | 类型 | +| ---- | --------| ---- | ------ | +| DATA1 | DT0 | Read Write | INT16 | +| DATA2 | DT2 | Read Write | UINT16 | +| DATA3 | DT4 | Read Write | INT32 | +| DATA4 | DT7 | Read Write | UINT32 | +| DATA5 | DT10 | Read Write | FLOAT | +| DATA6 | DT13 | Read Write | DOUBLE | +| DATA7 | X0 | Read | BIT | +| DATA8 | Y0 | Read Write | BIT | +| DATA9 | DT20.0 | Read | BIT | +| DATA10 | DT17.20 | Read Write | STRING | \ No newline at end of file