Type | Description |
boolean | A true or false value. A Boolean value stays true or false until changed. |
float | A numeric value, which can be fractional (and processed using fixed precision). A float value maintains its current value until changed. |
string | A textual value. A string value maintains its current value until changed. |
pulse | A signal of a point in time. Pulses are only active momentarily. Unlike the above types, they only represent a single instance in time. See also
The pulse type. |
any | A value that may be any of the above types. See also
The any type. |