ButtonAction

Specifies the type of action for the button:
  • Normally open
    sends a value of 1 when the object is pressed, and a value of 0 when the object is released.
  • Normally closed
    sends a value of 0 when the object is pressed, and a value of 1 when the object is released.
  • Value
    sends the value you assign to State 0 when the button is pressed and State 1 when the button is released.
If the button’s hold time is still in effect when the button is released, the second value is not sent until the hold time expires.
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal