Changes for page 12 PLC Protocol OLD

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

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

Summary

Details

Page properties
Content
... ... @@ -2649,7 +2649,7 @@
2649 2649  |=**Baud rate**|19200|9600~~115200|
2650 2650  |=**Data bit**|8|7,8|
2651 2651  |=**Parity**|Even|Even, Odd, None|
2652 -|=**Stop bits**|1|1,2|
2652 +|=**Stop bit**|1|1,2|
2653 2653  |=**PLC station 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
... ... @@ -2662,19 +2662,11 @@
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 -|=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
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
2678 2678  
2679 2679  **Wiring Diagram**
2680 2680