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

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

From version 17.3
edited by Stone Wu
on 2022/07/13 23:56
Change comment: Renamed from xwiki:PLC Editor2.1 User manual.03 LX3V5V5S comparion.WebHome
To version 13.1
edited by Leo Wei
on 2022/06/14 15:36
Change comment: There is no comment for this version

Summary

Details

Page properties
Title
... ... @@ -1,1 +1,1 @@
1 -03 LX3V/5V/5S comparion
1 +03 Difference between 3V, 5V and 5S
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.Stone
1 +XWiki.admin
Content
... ... @@ -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 42  = **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  
... ... @@ -535,3 +535,6 @@
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 +