Changes for page 17 LX3V/5V/5S comparsion

Last modified by Jim on 2025/02/11 11:34

From version 18.1
edited by Stone Wu
on 2022/07/28 16:17
Change comment: There is no comment for this version
To version 12.1
edited by Leo Wei
on 2022/06/14 15:31
Change comment: There is no comment for this version

Summary

Details

Page properties
Title
... ... @@ -1,1 +1,1 @@
1 -LX3V/5V/5S comparsion
1 +03 Difference between 3V, 5V and 5S
Parent
... ... @@ -1,1 +1,1 @@
1 -PLC Editor2.WebHome
1 +PLC Editor2.1 User manual.WebHome
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.Stone
1 +XWiki.admin
Content
... ... @@ -1,4 +1,4 @@
1 -= **1 Basic differences** =
1 += **1 Basic difference between 3V, 5V and 5S** =
2 2  
3 3  |=(% scope="row" %)Functions|=5V|=5S|=3V
4 4  |=Running Mode|(% colspan="3" %)Cyclic scan /Interrupt
... ... @@ -38,10 +38,11 @@
38 38  |=Linear Interpolation|√|√|N/A
39 39  |=Circular Interpolation|√|√|N/A
40 40  |=sub-rotine|√|√|N/A
41 +|= | | |
41 41  
42 -= **2 Software difference between 5S vs 5V** =
43 += **2 Software interface difference between 5S and 5V** =
43 43  
44 -== **High speed counter configuration** ==
45 +== **2.1 High speed counter configuration** ==
45 45  
46 46  **5V as below**
47 47  
... ... @@ -55,7 +55,7 @@
55 55  
56 56  = **3** **Functions that 3V has but 5V does not** =
57 57  
58 -== **BD board** ==
59 +== **3.1 BD board** ==
59 59  
60 60  LX5V does not support RS485 BD
61 61  
... ... @@ -63,15 +63,15 @@
63 63  
64 64  LX5V does not support CAN BD
65 65  
66 -== **Analog BD board expansion address** ==
67 +== **3.2 Analog BD board expansion address** ==
67 67  
68 68  Provides the function of analog board BD to modify parameters such as filtering. For specific functions, please refer to the BD board manual.
69 69  
70 -== **PLDID** ==
71 +== **3.3 PLDID** ==
71 71  
72 72  Program label function, when the label of the program corresponds to the label of the PLC, the ladder diagram can be uploaded and downloaded. Clearing the memory does not clear this tag either. It is mainly to limit the ladder diagram used by PLC.
73 73  
74 -== **Instructions** ==
75 +== **3.4 Instructions** ==
75 75  
76 76  (1) NOP instruction (null instruction)
77 77  
... ... @@ -95,9 +95,9 @@
95 95  
96 96  (11) CPAVL instruction(communication BD configuration)
97 97  
98 -== **Unsupported special register function (M8000, D8000)** ==
99 +== **3.5 Unsupported special register function (M8000, D8000)** ==
99 99  
100 -=== **Clock related** ===
101 +=== **3.5.1 Clock related** ===
101 101  
102 102  Clock function not supported by LX5V
103 103  
... ... @@ -108,12 +108,12 @@
108 108  |=M8018|install and examine
109 109  |=M8019|Real-time clock (RTC) error
110 110  
111 -=== **High-speed counter ring counting function** ===
112 +=== **3.5.2 High-speed counter ring counting function** ===
112 112  
113 113  |=M8099|High-speed ring counter count start
114 114  |=M8099|Ring count configuration
115 115  
116 -=== **X0~~X5 pulse capture function** ===
117 +=== **3.5.3 X0~~X5 pulse capture function** ===
117 117  
118 118  |=M8170|X000 pulse capture
119 119  |=M8171|X001 pulse capture
... ... @@ -122,19 +122,16 @@
122 122  |=M8174|X004 pulse capture
123 123  |=M8175|X005 pulse capture
124 124  
125 -= **4 5V function under development** =
126 += **4. 5V function under development** =
126 126  
127 127  N:N communication protocol
128 128  
129 129  Interpolation instructions (G90G01, G90G02, G90G03, G91G01, G91G02, G91G03)
130 130  
131 -= **5 3V and 5V incompatible functions** =
132 += **5. 3V and 5V incompatible functions (These can be automatically converted in the future)** =
132 132  
133 -(% class="wikigeneratedid" %)
134 -**(These can be automatically converted in the future)**
134 +== **5.1 General register** ==
135 135  
136 -== **General register** ==
137 -
138 138  (% class="table-bordered" %)
139 139  |=(% scope="row" %)**register**|=**LX3V**|=**LX5V**|=**Remarks**
140 140  |=Input|X0~~X377|X0~~X1777|
... ... @@ -163,13 +163,10 @@
163 163  
164 164  5. Pointer I is cancelled in LX5V, please check the programming mode for details.
165 165  
166 -== **Programming method** ==
164 +== **5.2 Programming method** ==
167 167  
168 -=== **Subroutine** ===
166 +=== **5.2.1 Subroutine (For details, please refer to LX5V Programming Manual Chapter 1.4-Subroutine Branch)** ===
169 169  
170 -(% class="wikigeneratedid" %)
171 -**(For details, please refer to LX5V Programming Manual Chapter 1.4-Subroutine Branch)**
172 -
173 173  **Use of LX3V subroutines**
174 174  [[image:1652684087594-147.png]]
175 175  
... ... @@ -183,11 +183,8 @@
183 183  
184 184  [[image:1652684829740-769.png]]
185 185  
186 -=== **Interrupt** ===
181 +=== **5.2.2 Interrupt (For details, please refer to LX5V Programming Manual Chapter 1.4-Branch)** ===
187 187  
188 -(% class="wikigeneratedid" %)
189 -**(For details, please refer to LX5V Programming Manual Chapter 1.4-Branch)**
190 -
191 191  **LX3V interrupt**
192 192  
193 193  The interrupt program is under FEND and returns with IRET. The meaning of the specific interrupt is distinguished by the pointer I number.(Refer to EI/DI instruction in 3V)
... ... @@ -206,9 +206,9 @@
206 206  
207 207  [[image:1652685809566-630.png]]
208 208  
209 -=== **Instructions** ===
201 +=== **5.2.3 Instructions** ===
210 210  
211 -**OUT instruction**
203 +**OUT command**
212 212  
213 213  Double word counter[[image:file:///C:\Users\ANNAXU~~1\AppData\Local\Temp\ksohtml14432\wps28.png]]
214 214  
... ... @@ -274,9 +274,9 @@
274 274  
275 275  [[image:1652689626279-240.png]]
276 276  
277 -= **6 High-speed input function** =
269 += **6High-speed input function** =
278 278  
279 -== **Use on LX3V** ==
271 +== **6.1 Use on LX3V** ==
280 280  
281 281  Find the high-speed input counter you need to use according to the following table:
282 282  
... ... @@ -288,7 +288,7 @@
288 288  
289 289  [[image:1652690126303-800.png]]
290 290  
291 -== **Use on LX5V** ==
283 +== **6.2 Use on LX5V** ==
292 292  
293 293  According to channel, select the HSC register to use:
294 294  
... ... @@ -302,10 +302,11 @@
302 302  
303 303  [[image:1652692388207-617.png]]
304 304  
305 -== **Difference between high-speed counters on LX5V and LX3V** ==
297 +== **6.3 Difference between high-speed counters on LX5V and LX3V** ==
306 306  
307 307  LX3V updates the count value when the OUT instruction is executed, which is affected by the scan cycle.
308 308  
301 +
309 309  LX5V is updated in the 100us interrupt, not affected by the scan cycle, and provides the REF instruction to refresh the current high-speed counter value immediately.
310 310  
311 311  LX5V single-phase high-speed counter supports filtering function, configurable 0~~17us.
... ... @@ -312,7 +312,7 @@
312 312  
313 313  LX5V high-speed input counter will update the input frequency in the special soft element (SD) every 100us.
314 314  
315 -= **7 High-speed output function** =
308 += **7. High-speed output function** =
316 316  
317 317  **High-speed pulse commands are the same in the use of commands.**
318 318  
... ... @@ -459,7 +459,7 @@
459 459  
460 460  ⑨Support direction reversal (can set the forward direction to low level)
461 461  
462 -= **8 Communication function** =
455 += **8. Communication function** =
463 463  
464 464  **~1. Communication parameter configuration**
465 465  
... ... @@ -484,13 +484,13 @@
484 484  5V settings:
485 485  
486 486  (% class="table-bordered" %)
487 -|=(% scope="row" %)**SD2592 value setting**|=**Protocol**
488 -|=0 H|Wecon Modbus slave
489 -|=2 H|ModbusRTU slave
490 -|=3 H|ModbusASCII slave
491 -|=10 H|User-defined protocol
492 -|=20 H|ModbusRTU master station
493 -|=30 H|(((
480 +|**SD2592 value setting**|**Protocol**
481 +|0 H|Wecon Modbus slave
482 +|2 H|ModbusRTU slave
483 +|3 H|ModbusASCII slave
484 +|10 H|User-defined protocol
485 +|20 H|ModbusRTU master station
486 +|30 H|(((
494 494  ModbusASCII master
495 495  
496 496  
... ... @@ -507,31 +507,34 @@
507 507  5V address:
508 508  
509 509  (% class="table-bordered" %)
510 -|=(% scope="row" %)Port|=Occupy|=(% style="width: 240px;" %)Address range|=(% style="width: 221px;" %)(((
503 +|Port|Occupy|(% style="width:240px" %)Address range|(% style="width:221px" %)(((
511 511  10 hex Register
512 -)))|=(((
505 +)))|(((
513 513  Total reserved land Address size
514 514  )))
515 -|=**Word address**| |(% style="width:240px" %) |(% style="width:221px" %) |
516 -|=T0~~T511|512 WORD|(% style="width:240px" %)0x0000-0x01ff|(% style="width:221px" %)0|1536
517 -|=C0~~C255|256 WORD|(% style="width:240px" %)0x0600-0x06ff|(% style="width:221px" %)1536|1024
518 -|=LC0~~LC255|512 WORD|(% style="width:240px" %)0x0A00-0x0BFF|(% style="width:221px" %)2560|1024
519 -|=HSC0~~HSC15|128 WORD|(% style="width:240px" %)0x0E00-0x0E1F|(% style="width:221px" %)3584|512
520 -|=D0~~D7999|8000 WORD|(% style="width:240px" %)0x1000-0x2F3F|(% style="width:221px" %)4096|16384
521 -|=SD0~~SD4095|4096 WORD|(% style="width:240px" %)0x5000-0x5FFF|(% style="width:221px" %)20480|12288
522 -|=R0~~R30000|30000 WORD|(% style="width:240px" %)0x8000-0xF52F|(% style="width:221px" %)32768|30000
523 -|=**Bit address**| |(% style="width:240px" %) |(% style="width:221px" %) |
524 -|=T0~~T511|512 bit|(% style="width:240px" %)0x0000-0x01ff|(% style="width:221px" %) |1536
525 -|=C0~~C255|256 bit|(% style="width:240px" %)0x0600-0x06ff|(% style="width:221px" %)1536|1024
526 -|=LC0~~LC255|256 bit|(% style="width:240px" %)0x0A00-0x0AFF|(% style="width:221px" %)2560|1024
527 -|=HSC0~~HSC15|64 bit|(% style="width:240px" %)0x0E00-0x0E0F|(% style="width:221px" %)3584|512
528 -|=M0~~M8000|8192bit|(% style="width:240px" %)0x1000-0x2F3F|(% style="width:221px" %)4096|16384
529 -|=SM0~~SM4095|4096bit|(% style="width:240px" %)0x5000-0x5FFF|(% style="width:221px" %)20480|12288
530 -|=Reserved| |(% style="width:240px" %)0x8000-0xBFFF|(% style="width:221px" %) |16383
531 -|=S0~~S4095|4096bit|(% style="width:240px" %)0xC000-0xCFFF|(% style="width:221px" %)49152|8192
532 -|=X0~~X1023|1024bit|(% style="width:240px" %)0xE000-0xE3FF|(% style="width:221px" %)57344|4096
533 -|=Y0~~Y1023|1024bit|(% style="width:240px" %)0xF000-0xF3FF|(% style="width:221px" %)61440|4096
508 +|**Word address**| |(% style="width:240px" %) |(% style="width:221px" %) |
509 +|T0~~T511|512 WORD|(% style="width:240px" %)0x0000-0x01ff|(% style="width:221px" %)0|1536
510 +|C0~~C255|256 WORD|(% style="width:240px" %)0x0600-0x06ff|(% style="width:221px" %)1536|1024
511 +|LC0~~LC255|512 WORD|(% style="width:240px" %)0x0A00-0x0BFF|(% style="width:221px" %)2560|1024
512 +|HSC0~~HSC15|128 WORD|(% style="width:240px" %)0x0E00-0x0E1F|(% style="width:221px" %)3584|512
513 +|D0~~D7999|8000 WORD|(% style="width:240px" %)0x1000-0x2F3F|(% style="width:221px" %)4096|16384
514 +|SD0~~SD4095|4096 WORD|(% style="width:240px" %)0x5000-0x5FFF|(% style="width:221px" %)20480|12288
515 +|R0~~R30000|30000 WORD|(% style="width:240px" %)0x8000-0xF52F|(% style="width:221px" %)32768|30000
516 +|**Bit address**| |(% style="width:240px" %) |(% style="width:221px" %) |
517 +|T0~~T511|512 bit|(% style="width:240px" %)0x0000-0x01ff|(% style="width:221px" %) |1536
518 +|C0~~C255|256 bit|(% style="width:240px" %)0x0600-0x06ff|(% style="width:221px" %)1536|1024
519 +|LC0~~LC255|256 bit|(% style="width:240px" %)0x0A00-0x0AFF|(% style="width:221px" %)2560|1024
520 +|HSC0~~HSC15|64 bit|(% style="width:240px" %)0x0E00-0x0E0F|(% style="width:221px" %)3584|512
521 +|M0~~M8000|8192bit|(% style="width:240px" %)0x1000-0x2F3F|(% style="width:221px" %)4096|16384
522 +|SM0~~SM4095|4096bit|(% style="width:240px" %)0x5000-0x5FFF|(% style="width:221px" %)20480|12288
523 +|Reserved| |(% style="width:240px" %)0x8000-0xBFFF|(% style="width:221px" %) |16383
524 +|S0~~S4095|4096bit|(% style="width:240px" %)0xC000-0xCFFF|(% style="width:221px" %)49152|8192
525 +|X0~~X1023|1024bit|(% style="width:240px" %)0xE000-0xE3FF|(% style="width:221px" %)57344|4096
526 +|Y0~~Y1023|1024bit|(% style="width:240px" %)0xF000-0xF3FF|(% style="width:221px" %)61440|4096
534 534  
535 535  **5. LX5V added functions**
536 536  
537 537  Modify serial communication parameters during RUN. For example, use PROTOCOL instruction to modify the protocol during run. The corresponding instruction description can also find the method of setting without instruction. For details, please refer to the relevant instructions of the instruction. Commands are PROTOCOL (set serial port protocol), PROTPARA (set serial port parameters), STATION (set station number)
531 +
532 +
533 +