Changes for page 12 PLC Protocol OLD

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

From version 33.1
edited by Stone Wu
on 2022/08/17 15:58
Change comment: There is no comment for this version
To version 28.1
edited by Stone Wu
on 2022/08/17 15:51
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -2643,15 +2643,18 @@
2643 2643  
2644 2644  **HMI Setting**
2645 2645  
2646 -|=**Parameters**|=**Recommended**|=**Notes**
2647 -|**Protocol**|(% colspan="1" %)Schneider MODBUS RTU|
2648 -|Connection|RS485|
2649 -|**Baud rate**|19200|
2650 -|**Data bit**|8|
2651 -|**Parity**|Even|
2652 -|**Stop bit**|1|
2653 -|**PLC station No.**|1|
2646 +|=(% scope="row" %)**Parameters**|=**Recommended**|=**Options**|=**Notes**
2647 +|=**Protocol**|(% colspan="2" %)Schneider MODBUS RTU|
2648 +|=Connection|RS485|RS232/RS485|
2649 +|=**Baud rate**|19200|9600~~115200|
2650 +|=**Data bit**|8|7,8|
2651 +|=**Parity**|Even|Even, Odd, None|
2652 +|=**Stop bits**|1|1,2|
2653 +|=**PLC station No.**|1|0-255|
2654 2654  
2655 +|=(% scope="row" style="width: 266px;" %)**Online simulator**|(% style="width:319px" %)YES|(% style="width:336px" %)**Broadcast command**|(% style="width:155px" %)YES
2656 +|=(% style="width: 266px;" %)**Extend address mode**|(% style="width:319px" %)YES|(% style="width:336px" %) |(% style="width:155px" %)
2657 +
2655 2655  **PLC Setting**
2656 2656  
2657 2657  |=(% scope="row" %)**Communication mode**|Modbus RTU protocol
... ... @@ -2658,12 +2658,20 @@
2658 2658  
2659 2659  **Device Address**
2660 2660  
2661 -|=**Bit/Word**|=**Device type**|=**Format**|=**Range**|=**Memo**
2662 -|B|IX|DDDDDo|0 ~~ 655357|Input bit (read only)
2663 -|B|QX|DDDDDo|0 ~~ 655357|Write multiple coils
2664 -|B|MX|DDDDDDo|0 ~~ 9999997|Output register bit (octal)
2665 -|W|MW|DDDDDD|0 ~~ 999999|Output register
2666 -|DW|MD|DDDDDD|0 ~~ 999999|Output register
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 +|=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
2667 2667  
2668 2668  **Wiring Diagram**
2669 2669