Changes for page 1 Communication
Last modified by Hunter on 2024/07/01 10:54
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1312,6 +1312,41 @@ 1312 1312 1313 1313 [[image:https://docs.we-con.com.cn/bin/download/PIStudio/12.PLC%20protocols/WebHome/image-20220830160232-3.png?rev=1.1||alt="image-20220830160232-3.png"]] 1314 1314 1315 + 1316 += Create communication with **Schneider PLC** = 1317 + 1318 +== **Schneider MODBUS RTU** == 1319 + 1320 +**HMI Setting** 1321 + 1322 +|=**Parameters**|=**Recommended**|=**Notes** 1323 +|**Protocol**|(% colspan="1" %)Schneider MODBUS RTU| 1324 +|Connection|RS485| 1325 +|**Baud rate**|19200| 1326 +|**Data bit**|8| 1327 +|**Parity**|Even| 1328 +|**Stop bit**|1| 1329 +|**PLC station No.**|1| 1330 + 1331 +**PLC Setting** 1332 + 1333 +|=**Communication mode**|Modbus RTU protocol 1334 + 1335 +**Device Address** 1336 + 1337 +|=**Bit/Word**|=**Device type**|=**Format**|=**Range**|=**Memo** 1338 +|B|IX|DDDDDo|0 ~~ 655357|Input bit (read only) 1339 +|B|QX|DDDDDo|0 ~~ 655357|Write multiple coils 1340 +|B|MX|DDDDDDo|0 ~~ 9999997|Output register bit (octal) 1341 +|W|MW|DDDDDD|0 ~~ 999999|Output register 1342 +|DW|MD|DDDDDD|0 ~~ 999999|Output register 1343 + 1344 +**Wiring Diagram** 1345 + 1346 +**RS-485 2W **(RJ45 Connector): The following is the view from the soldering point of a connector. 1347 + 1348 +[[image:https://docs.we-con.com.cn/bin/download/PIStudio/12.PLC%20protocols/WebHome/image-20220817154212-1.jpeg?width=554&height=315&rev=1.1||alt="image-20220817154212-1.jpeg" height="315" width="554"]] 1349 + 1315 1315 = Create communication with Inovance** PLC** = 1316 1316 1317 1317 == **H3U serial protocol** ==