Changes for page 12 Clock operation

Last modified by Mora Zhou on 2023/11/21 17:27

From version 1.4
edited by Joey
on 2022/06/09 15:32
Change comment: (Autosaved)
To version 1.3
edited by Joey
on 2022/06/09 15:27
Change comment: (Autosaved)

Summary

Details

Page properties
Content
... ... @@ -307,22 +307,21 @@
307 307  
308 308  When the real number of R4 is less than or equal to the real number of R15, or the real number R6 is equal to the real number R20, Y13 is ON, otherwise Y13 is OFF.
309 309  
310 -== **String comparison** ==
310 +{{id name="_Toc16295"/}}**String comparison**
311 311  
312 312  **LDS£、ANDS£、 ORS£**
313 313  
314 -Compare the string stored after the device number specified in (s1) with the string stored after the device number specified in (s2).
314 +{{id name="OLE_LINK27"/}}Compare the string stored after the device number specified in (s1) with the string stored after the device number specified in (s2).
315 315  
316 316  LDS£: String comparison instruction
317 317  
318 318  ANDS£: String serial connection comparison instruction
319 319  
320 -ORS£: String parallel connection comparison instruction
320 +{{id name="OLE_LINK341"/}}ORS£: String parallel connection comparison instruction
321 321  
322 322  **Ladder diagram**
323 323  
324 -(% style="text-align:center" %)
325 -[[image:07-5 Basic instructions_html_5fb3b3b70645fef5.png||height="371" width="550"]]
324 +[[image:07-5 Basic instructions_html_5fb3b3b70645fef5.png]]
326 326  
327 327  “=” and “<>” could be entered in “£”
328 328  
... ... @@ -329,23 +329,27 @@
329 329  **Content, range and data type**
330 330  
331 331  |**Parameter**|**Content**|**Range**|**Date type**|**Date type(label)**
332 -|(S1)|Connection data or the device start number storing the data or the string specified directly|-|String|ANYSTRING_SINGLE
333 -|(S1)|Connection data or the device start number storing the data or the string specified directly|-|String|ANYSTRING_SINGLE
331 +|(S1)|{{id name="OLE_LINK342"/}}Connection data or the device start number storing the data or the string specified directly|-|String|ANYSTRING_SINGLE
332 +|(S1)|Connection data or the device start number storing the data or the string specified directly|-|{{id name="OLE_LINK29"/}}String|ANYSTRING_SINGLE
334 334  
335 335  **Device used**
336 336  
337 -|(% rowspan="2" %)**Instruction**|(% rowspan="2" %)**Parameter**|(% colspan="9" %)**Devices**|(((
338 -**Offset modification**
336 +|(% rowspan="2" %)**Instruction**|(% rowspan="2" %)**Parameter**|(% colspan="24" %)**Devices**|(((
337 +**Offset**
338 +
339 +**modification**
339 339  )))|(((
340 -**Pulse extension**
341 +**Pulse**
342 +
343 +**extension**
341 341  )))
342 -|**KnX**|**KnY**|**KnM**|**KnS**|**T**|**C**|**D**|**R**|**SD**|**[D]**|**XXP**
343 -|LDS=|s1、s2|●|●|●|●|●|●|●|●|●|●|
344 -|LDS<>|s1、s2|●|●|●|●|●|●|●|●|●|●|
345 -|ANDS=|s1、s2|●|●|●|●|●|●|●|●|●|●|
346 -|ANDS<>|s1、s2|●|●|●|●|●|●|●|●|●|●|
347 -|ORS=|s1、s2|●|●|●|●|●|●|●|●|●|●|
348 -|ORS<>|s1、s2|●|●|●|●|●|●|●|●|●|●|
345 +|**X**|**Y**|**M**|**S**|**SM**|**T(bit)**|**C(bit)**|**LC(bit)**|**HSC(bit)**|**D.b**|**KnX**|**KnY**|**KnM**|**KnS**|**T**|**C**|**D**|**R**|**SD**|**LC**|**HSC**|**K**|**H**|**E**|**[D]**|**XXP**
346 +|LDS=|s1、s2| | | | | | | | | | |●|●|●|●|●|●|●|●|●| | | | | |●|
347 +|LDS<>|s1、s2| | | | | | | | | | |●|●|●|●|●|●|●|●|●| | | | | |●|
348 +|ANDS=|s1、s2| | | | | | | | | | |●|●|●|●|●|●|●|●|●| | | | | |●|
349 +|ANDS<>|s1、s2| | | | | | | | | | |●|●|●|●|●|●|●|●|●| | | | | |●|
350 +|ORS=|s1、s2| | | | | | | | | | |●|●|●|●|●|●|●|●|●| | | | | |●|
351 +|ORS<>|s1、s2| | | | | | | | | | |●|●|●|●|●|●|●|●|●| | | | | |●|
349 349  
350 350  **Features**
351 351  
... ... @@ -354,7 +354,7 @@
354 354  • The comparison operation result of each instruction is shown below.
355 355  
356 356  |**Instruction sign**|**Condition**|**Comparison operation result**|**Instruction sign**|**Condition**|**Comparison operation result**
357 -|==|(s1)=(s2)|(% rowspan="2" %)On stat|==|(s1)≠(s2)|(% rowspan="2" %)Non-conduction state
360 +|= |(s1)=(s2)|(% rowspan="2" %)On stat|= |(s1)≠(s2)|(% rowspan="2" %)Non-conduction state
358 358  |<>|(s1)≠(s2)|<>|(s1)=(s2)
359 359  
360 360  **Error code**
... ... @@ -366,24 +366,21 @@
366 366  
367 367  **Example**
368 368  
369 -(1) LDS£ instruction:
372 +1. 1、LDS£ instruction
370 370  
371 -(% style="text-align:center" %)
372 372  [[image:07-5 Basic instructions_html_449a071f61ff5b58.png]]
373 373  
374 -(2) ANDS£ instruction:
376 +1. ANDS£ instruction
375 375  
376 -(% style="text-align:center" %)
377 377  [[image:07-5 Basic instructions_html_dd6aa995d193bdd2.png]]
378 378  
379 -(3) ORS£ instruction:
380 +1. ORS£ instruction
380 380  
381 -(% style="text-align:center" %)
382 382  [[image:07-5 Basic instructions_html_4f8fb7c94f87c58d.png]]
383 383  
384 -= **Clock operation instruction** =
384 +{{id name="_Toc11737"/}}[[image:07-5 Basic instructions_html_a2e3294e01b2f206.gif]] **7.12 Clock operation instruction**
385 385  
386 -== **TADD/The addition of clock data** ==
386 +{{id name="_Toc9100"/}}{{id name="_Toc26958"/}}[[image:07-5 Basic instructions_html_11b3991e89e21efc.gif]] **TADD/The addition of clock data**
387 387  
388 388  **TADD(P)**
389 389  
... ... @@ -394,7 +394,7 @@
394 394  **Content, range and data type**
395 395  
396 396  |**Parameter**|**Content**|**Range**|**Data type**|**Data type (label)**
397 -|(s1)|The device start number that stores the added time data|-|Signed BIN 16 bit|(((
397 +|(s1)|{{id name="OLE_LINK345"/}}The device start number that stores the added time data|-|Signed BIN 16 bit|(((
398 398  ANY16_ARRAY
399 399  
400 400  (number of elements: 3)
... ... @@ -412,7 +412,7 @@
412 412  
413 413  **Device used**
414 414  
415 -|(% rowspan="2" %)**Instruction**|(% rowspan="2" %)**Parameter**|(% colspan="10" %)**Devices**|(((
415 +|(% rowspan="2" %)**Instruction**|(% rowspan="2" %)**Parameter**|(% colspan="24" %)**Devices**|(((
416 416  **Offset**
417 417  
418 418  **modification**
... ... @@ -421,10 +421,10 @@
421 421  
422 422  **extension**
423 423  )))
424 -|**T**|**C**|**D**|**R**|**SD**|**LC**|**HSC**|**K**|**H**|**E**|**[D]**|**XXP**
425 -|(% rowspan="3" %)TADD|Parameter 1|●|●|●|●|●| | | | | |●|●
426 -|Parameter 2|●|●|●|●|●| | | | | |●|●
427 -|Parameter 3|●|●|●|●|●| | | | | |●|●
424 +|**X**|**Y**|**M**|**S**|**SM**|**T(bit)**|**C(bit)**|**LC(bit)**|**HSC(bit)**|**D.b**|**KnX**|**KnY**|**KnM**|**KnS**|**T**|**C**|**D**|**R**|**SD**|**LC**|**HSC**|**K**|**H**|**E**|**[D]**|**XXP**
425 +|(% rowspan="3" %)TADD|Parameter 1| | | | | | | | | | | | | | |●|●|●|●|●| | | | | |●|●
426 +|Parameter 2| | | | | | | | | | | | | | |●|●|●|●|●| | | | | |●|●
427 +|Parameter 3| | | | | | | | | | | | | | |●|●|●|●|●| | | | | |●|●
428 428  
429 429  **Features**
430 430