Changes for page 05 Objects
Last modified by Jett on 2025/07/04 09:41
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -380,7 +380,7 @@ 380 380 381 381 == Combination switch == 382 382 383 -The combination switch supports the collection of multiple functions onto one object. When the object is pressed, multiple functions are arranged in sequence to meet the special requirements of user. 383 +The combination switch supports the collection of multiple functions onto one object. When the object is pressed, multiple functions are arranged in sequence to meet the special requirements of the user. 384 384 385 385 The combination switch contains sub-functions such as bit operation, word operation, arithmetic and screen change. Click the corresponding button on the "General" of the object to add sub-functions to the list, and up to 100 sub-functions can be added. 386 386 ... ... @@ -418,7 +418,7 @@ 418 418 419 419 **Word addresses length: **The length of operated addresses. 420 420 421 -* If "Target word address" is 40, "Type" is Word set,and operand is 10,the length is 3 ,when press the button,the 40~~42 will be 10.421 +* If "Target word address" is 40, "Type" is Word set, and operand is 10, the length is 3 when pressing the button, the 40~~42 will be 10. 422 422 423 423 **Arithmetic** 424 424 ... ... @@ -461,7 +461,7 @@ 461 461 ✎**Note:** 462 462 463 463 * Nested patterns of object cycle and sub-function cycles are as follows. 464 -** The cycle time areindependent.464 +** The cycle time is independent. 465 465 ** The object performs one cycle, all the sub-functions would be performed once. 466 466 ** If the object cycle ends earlier than the sub-function cycle, and the sub-function would completes the remaining number of cycles. 467 467 ** If the object cycle ends later than the sub-function cycle, and the sub-function cycle would be triggered again.