Toggle Button

Description

This object is being used to display a ‘Toggle Button' on the dashboard of an app.

The Toggle Button keeps its state once it is being pressed. Meaning the Digital State stays high / true after a full press and release of the button. Once you press the Toggle Button again the Digital State goes back to low / false. This functionality can be helpful when working with lights for example.


Other Button Interface Objects

https://quantumintegrate.atlassian.net/wiki/spaces/QOR/pages/277316331

https://quantumintegrate.atlassian.net/wiki/spaces/QOR/pages/279577824


App Builder Object


Dashboard Representation


In Ports

Position

Name

Message Type

Description

Position

Name

Message Type

Description

1

Label

String

This port is being used to overwrite the label of the 'Toggle Button' on the Dashboard.

2

State

Digital

This port is being used to set the digital state of the 'Toggle Button' on the Dashboard.


Out Ports

Position

Name

Message Type

Description

Position

Name

Message Type

Description

1

State

Digital

This port is being used to send out the message based on if the 'Toggle' has been pressed on the Dashboard.

 


Properties

Name

Description

Name

Description

Object Name

The name of the object on the canvas.

Group

The group (and tab) this interface object is assigned to on the dashboard of the app.

Label

The label of the 'Toggle Button' on the Dashboard.