Changes for page 12 PLC Protocol OLD

Last modified by Mora Zhou on 2024/12/05 14:53

From version 30.1
edited by Stone Wu
on 2022/08/17 15:54
Change comment: There is no comment for this version
To version 27.1
edited by Stone Wu
on 2022/08/17 15:43
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -2644,13 +2644,13 @@
2644 2644  **HMI Setting**
2645 2645  
2646 2646  |=(% scope="row" %)**Parameters**|=**Recommended**|=**Options**|=**Notes**
2647 -|=**Protocol**|(% colspan="2" %)Schneider MODBUS RTU|
2648 -|=Connection|RS485|RS232/RS485|
2647 +|=**PLC type**|(% colspan="2" %)Schneider MODBUS RTU|
2648 +|=**PLC I/F**|RS485|RS232/RS485|
2649 2649  |=**Baud rate**|19200|9600~~115200|
2650 -|=**Data bit**|8|7,8|
2650 +|=**Data bits**|8|7,8|
2651 2651  |=**Parity**|Even|Even, Odd, None|
2652 -|=**Stop bit**|1|1,2|
2653 -|=**PLC station No.**|1|0-255|
2652 +|=**Stop bits**|1|1,2|
2653 +|=**PLC sta. no.**|1|0-255|
2654 2654  
2655 2655  |=(% scope="row" style="width: 266px;" %)**Online simulator**|(% style="width:319px" %)YES|(% style="width:336px" %)**Broadcast command**|(% style="width:155px" %)YES
2656 2656  |=(% style="width: 266px;" %)**Extend address mode**|(% style="width:319px" %)YES|(% style="width:336px" %) |(% style="width:155px" %)
... ... @@ -2662,11 +2662,19 @@
2662 2662  **Device Address**
2663 2663  
2664 2664  |=(% scope="row" %)**Bit/Word**|=**Device type**|=**Format**|=**Range**|=**Memo**
2665 -|=B|IX|DDDDDo|0 ~~ 655357|Input bit (read only)
2666 -|=B|QX|DDDDDo|0 ~~ 655357|Write multiple coils
2667 -|=B|MX|DDDDDDo|0 ~~ 9999997|Output register bit (octal)
2668 -|=W|MW|DDDDDD|0 ~~ 999999|Output register
2669 -|=DW|MD|DDDDDD|0 ~~ 999999|Output register
2665 +|=B|%IX|DDDDDo|0 ~~ 655357|Input bit (read only)
2666 +|=B|%QX|DDDDDo|0 ~~ 655357|Write multiple coils
2667 +|=B|%MX|DDDDDDo|0 ~~ 9999997|Output register bit (octal)
2668 +|=B|%M|DDDDD|0 ~~ 65535|Output bit
2669 +|=B|%MW_Bit|DDDDDdd|0 ~~ 6553515|Output register bit (decimal)
2670 +|=B|1x|DDDDD|0 ~~ 65535|Input bit (read only)
2671 +|=B|0x_multi_coils|DDDDD|0 ~~ 65535|Write multiple coils
2672 +|=B|3x_Bit|DDDDDdd|0 ~~ 6553515|Input register bit (read only)
2673 +|=W|%MW|DDDDDD|0 ~~ 999999|Output register
2674 +|=DW|%MD|DDDDDD|0 ~~ 999999|Output register
2675 +|=W|3x|DDDDD|0 ~~ 65535|Input Register (read only)
2676 +|=DW|5x|DDDDD|0 ~~ 65535|4x double word swap
2677 +|=DW|6x|DDDDD|0 ~~ 65535|4x single word write
2670 2670  
2671 2671  **Wiring Diagram**
2672 2672