Changes for page 1 Communication

Last modified by Hunter on 2024/07/01 10:54

From version 155.1
edited by Ben
on 2022/08/31 17:18
Change comment: There is no comment for this version
To version 158.1
edited by Ben
on 2022/09/02 10:14
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -182,7 +182,7 @@
182 182  
183 183  MicroLogix 1000/1100/1200/1400/1500; SLC 5/03 5/04 5/05 PLC-5
184 184  
185 -**1)PLC Settings**
185 +**1)V-BOX setting**
186 186  
187 187  |**Item**|**Settings**|**Note**
188 188  |Protocol|Allen-Bradlley DF1 Advanced|
... ... @@ -436,7 +436,7 @@
436 436  
437 437  Supported Series: Siemens S7-300 series PLC
438 438  
439 -**1)PLC Setting**
439 +**1)V-BOX setting**
440 440  
441 441  |**Items**|**Settings**|**Note**
442 442  |Protocol|Simens S7-300 Ethernet|
... ... @@ -498,7 +498,7 @@
498 498  
499 499  Supported Series: Siemens S7-400, S7-1200 and S7-1500
500 500  
501 -**1)PLC Setting**
501 +**1)V-BOX setting**
502 502  
503 503  |=**Items**|=**Settings**|=**Note**
504 504  |Protocol|Siemens S7-XXX|
... ... @@ -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** ==