Changes for page 12 Clock operation
Last modified by Mora Zhou on 2023/11/21 17:27
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -307,21 +307,22 @@ 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 - {{id name="_Toc16295"/}}**String comparison**310 +== **String comparison** == 311 311 312 312 **LDS£、ANDS£、 ORS£** 313 313 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).314 +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 - {{id name="OLE_LINK341"/}}ORS£: String parallel connection comparison instruction320 +ORS£: String parallel connection comparison instruction 321 321 322 322 **Ladder diagram** 323 323 324 -[[image:07-5 Basic instructions_html_5fb3b3b70645fef5.png]] 324 +(% style="text-align:center" %) 325 +[[image:07-5 Basic instructions_html_5fb3b3b70645fef5.png||height="371" width="550"]] 325 325 326 326 “=” and “<>” could be entered in “£” 327 327 ... ... @@ -328,27 +328,23 @@ 328 328 **Content, range and data type** 329 329 330 330 |**Parameter**|**Content**|**Range**|**Date type**|**Date type(label)** 331 -|(S1)| {{id name="OLE_LINK342"/}}Connection data or the device start number storing the data or the string specified directly|-|String|ANYSTRING_SINGLE332 -|(S1)|Connection data or the device start number storing the data or the string specified directly|-| {{id name="OLE_LINK29"/}}String|ANYSTRING_SINGLE332 +|(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 333 333 334 334 **Device used** 335 335 336 -|(% rowspan="2" %)**Instruction**|(% rowspan="2" %)**Parameter**|(% colspan="24" %)**Devices**|((( 337 -**Offset** 338 - 339 -**modification** 337 +|(% rowspan="2" %)**Instruction**|(% rowspan="2" %)**Parameter**|(% colspan="9" %)**Devices**|((( 338 +**Offset modification** 340 340 )))|((( 341 -**Pulse** 342 - 343 -**extension** 340 +**Pulse extension** 344 344 ))) 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| | | | | | | | | | |●|●|●|●|●|●|●|●|●|| | | | |●|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|●|●|●|●|●|●|●|●|●|●| 352 352 353 353 **Features** 354 354 ... ... @@ -357,7 +357,7 @@ 357 357 • The comparison operation result of each instruction is shown below. 358 358 359 359 |**Instruction sign**|**Condition**|**Comparison operation result**|**Instruction sign**|**Condition**|**Comparison operation result** 360 -|= 357 +|==|(s1)=(s2)|(% rowspan="2" %)On stat|==|(s1)≠(s2)|(% rowspan="2" %)Non-conduction state 361 361 |<>|(s1)≠(s2)|<>|(s1)=(s2) 362 362 363 363 **Error code** ... ... @@ -369,21 +369,24 @@ 369 369 370 370 **Example** 371 371 372 -1 .1、LDS£ instruction369 +(1) LDS£ instruction: 373 373 371 +(% style="text-align:center" %) 374 374 [[image:07-5 Basic instructions_html_449a071f61ff5b58.png]] 375 375 376 - 1.ANDS£ instruction374 +(2) ANDS£ instruction: 377 377 376 +(% style="text-align:center" %) 378 378 [[image:07-5 Basic instructions_html_dd6aa995d193bdd2.png]] 379 379 380 - 1.ORS£ instruction379 +(3) ORS£ instruction: 381 381 381 +(% style="text-align:center" %) 382 382 [[image:07-5 Basic instructions_html_4f8fb7c94f87c58d.png]] 383 383 384 - {{id name="_Toc11737"/}}[[image:07-5Basic instructions_html_a2e3294e01b2f206.gif]]**7.12Clock operation instruction**384 += **Clock operation instruction** = 385 385 386 - {{id name="_Toc9100"/}}{{id name="_Toc26958"/}}[[image:07-5Basic instructions_html_11b3991e89e21efc.gif]]**TADD/The addition of clock data**386 +== **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)| {{id name="OLE_LINK345"/}}The device start number that stores the added time data|-|Signed BIN 16 bit|(((397 +|(s1)|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=" 24" %)**Devices**|(((415 +|(% rowspan="2" %)**Instruction**|(% rowspan="2" %)**Parameter**|(% colspan="10" %)**Devices**|((( 416 416 **Offset** 417 417 418 418 **modification** ... ... @@ -421,10 +421,10 @@ 421 421 422 422 **extension** 423 423 ))) 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| | | | | | | | | | | | | | |●|●|●|●|●| | | | | |●|●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|●|●|●|●|●| | | | | |●|● 428 428 429 429 **Features** 430 430