Changes for page 14 Ethernet communication

Last modified by Jim on 2023/09/22 15:36

From version 11.1
edited by Stone Wu
on 2022/09/26 10:51
Change comment: There is no comment for this version
To version 17.1
edited by Jim
on 2023/09/22 15:36
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.Stone
1 +XWiki.Jim
Content
... ... @@ -88,11 +88,13 @@
88 88  
89 89  == **Hardware interface** ==
90 90  
91 -LX5V is RJ45 specification
91 +The LX5V is equipped with standard Ethernet ports (1 channel RJ45 port) and supports Modbus TCP communication protocol.
92 92  
93 +//RJ45 specification//
94 +
93 93  (% class="table-bordered" %)
94 -|**Contents**|**Ethernet interfece**
95 -|Transmission speed|(((
96 +|=(% scope="row" style="width: 277px;" %)**Contents**|=(% style="width: 797px;" %)**Ethernet interfece**
97 +|=(% style="width: 277px;" %)Transmission speed|(% style="width:797px" %)(((
96 96  10Mbps: 10BASE-T
97 97  
98 98  100Mbps: 100BASE-TX
... ... @@ -99,11 +99,11 @@
99 99  
100 100  10Mbps/100Mbps self-adaptive
101 101  )))
102 -|Modulation|Basband
103 -|Topology|Starlike
104 -|Transmission medium|Class 5 or above twisted pairs or shielded twisted pairs with aluminum foil and woven mesh
105 -|Transmission distance|The distance between nodes: 100m or less
106 -|Linking number|8
104 +|=(% style="width: 277px;" %)Modulation|(% style="width:797px" %)Basband
105 +|=(% style="width: 277px;" %)Topology|(% style="width:797px" %)Starlike
106 +|=(% style="width: 277px;" %)Transmission medium|(% style="width:797px" %)Class 5 or above twisted pairs or shielded twisted pairs with aluminum foil and woven mesh
107 +|=(% style="width: 277px;" %)Transmission distance|(% style="width:797px" %)The distance between nodes: 100m or less
108 +|=(% style="width: 277px;" %)Linking number|(% style="width:797px" %)8
107 107  
108 108  == **{{id name="_Toc31870"/}}{{id name="_Toc15967"/}}{{id name="_Toc3350"/}}{{id name="_Toc2558"/}}Total numbers of links supported** ==
109 109  
... ... @@ -497,7 +497,7 @@
497 497  |**Parameter**|**Content**|**Range**|**Data type**|**Data type (label)**
498 498  |(s1)|Socket ID|0 to 5|Signed BIN 16 bit|ANY16
499 499  |(s2)|High byte is station number, low byte is function code|-|Signed BIN 16 bit|ANY_ELEMENTARY
500 -|(s3)|The Modbus address that need communication|1 to 256|Unsigned BIN 16 bit|ANY16
502 +|(s3)|The Modbus address that need communication|1 to 65536|Unsigned BIN 16 bit|ANY16
501 501  |(s4)|Sent length or received length| |Signed BIN 16 bit|ANY16
502 502  |(s5)|Sent or received start device| |Signed BIN 16 bit|ANY_ELEMENTARY
503 503  
... ... @@ -518,7 +518,7 @@
518 518  
519 519  ✎(s1) specify the socket link. The other parameters are compatible with RS instruction Modbus master protocol.
520 520  
521 -✎(s2) high byte is station number. For ModbusTCP, the station number could be set at will.
523 +✎(s2) high byte is station number. For ModbusTCP, the station number can be set freely.
522 522  
523 523  ✎(s2) low byte is function code.For details, refer to [[Modbus protocol description.>>http://54.254.131.57:8080/xwiki/bin/view/PLC%20Editor2/1%20User%20manual/2.1%20LX5V%20user%20manual/10/#HModbusprotocoldescription]]
524 524  
... ... @@ -661,8 +661,43 @@
661 661  (% style="text-align:center" %)
662 662  [[image:14_html_4a93f07f5fdbe522.png||class="img-thumbnail"]]
663 663  
666 += **Server address table** =
667 +
668 +
669 +|(% colspan="5" %)**Word address**
670 +|**Address type**|**Occupy**|**Address range**|**Decimal address**|**Total reserved address size**
671 +|T0 to T511|512 WORD|0x0000-0x01ff|0|1536
672 +|C0 to C255|256 WORD|0x0600-0x06ff|1536|1024
673 +|LC0 to LC255|512 WORD|0x0A00-0x0BFF|2560|1024
674 +|HSC0 to HSC15|32 WORD|0x0E00-0x0E1F|3584|512
675 +|D0 to D7999|8000 WORD|0x1000-0x2F3F|4096|16384
676 +|SD0 to SD4095|4096 WORD|0x5000-0x5FFF|20480|12288
677 +|R0 to R29999|30000 WORD|0x8000-0xF52F|32768|30000
678 +
679 +|(% colspan="5" %)**Bit address**
680 +|**Address type**|**Occupy**|**Address range**|**Decimal address**|**Total reserved address size**
681 +|T0 to T511|512 bit|0x0000-0x01ff| |1536
682 +|C0 to C255|256 bit|0x0600-0x06ff|1536|1024
683 +|LC0 to LC255|256 bit|0x0A00-0x0AFF|2560|1024
684 +|HSC0 to HSC15|16 bit|0x0E00-0x0E0F|3584|512
685 +|M0 to M7999|8000 bit|0x1000-0x2F3F|4096|16384
686 +|SM0 to SM4095|4096 bit|0x5000-0x5FFF|20480|12288
687 +|Reserved| |0x8000-0xBFFF| |16383
688 +|S0 to S4095|4096 bit|0xC000-0xCFFF|49152|8192
689 +|X0 to X1777|1024 bit|0xE000-0xE3FF|57344|4096
690 +|Y0 to Y1777|1024 bit|0xF000-0xF3FF|61440|4096
691 +
692 += =
693 +
694 += =
695 +
696 += =
697 +
698 += =
699 +
664 664  = **{{id name="_Toc4903"/}}{{id name="_Toc31730"/}}{{id name="_Toc608"/}}{{id name="_Toc9880"/}}List of special device related to Ethernet** =
665 665  
702 +
666 666  (% class="table-bordered" %)
667 667  |(% style="width:124px" %)**SM number**|(% style="width:396px" %)**Name**|**Content**|**R/W**|**Power down retentive**
668 668  |(% style="width:124px" %)SM2681|(% style="width:396px" %)Display current network information|(((
1695367822339-283.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Jim
Size
... ... @@ -1,0 +1,1 @@
1 +7.5 KB
Content