The Connection category contains nodes that can send and receive data values without the need for wire link connections.Link-Transmitter-Single
This node is the transmitting part of the transmitting-receiving pair of connection nodes, and sends a single values to corresponding receiver nodes.Inputs
- input - Input value to be transmitted to corresponding `Link-Receiver-Single` node.
- [topic] - Corresponding topic value to receiver node.
- [enable] - Boolean value to enable the node.
Outputs
There are no outputs on this node as the `input` value is sent without links to the corresponding receiver node (with the matching topic).Settings
- Name - Name of the node.
- Topic Name - Corresponding topic value to receiver node. Fallback from wired input `topic` value.
- Enable - Toggle switch to enable the node.
- Only transmit on COV - Toggle switch to send data only when change of value (COV) occurs.
Operations
`input` value is sent to the corresponding `Link-Receiver-Single` node that has the same `topic` value. It is possible to have multiple `Link-Receiver-Single` nodes with matching topics, but there can only be a single `Link-Transmitter-Single` node per topic.Link-Receiver- Single
This node is the receiving part of the transmitting-receiving pair of connection nodes, and receives `output` values from corresponding transmitter nodes.Inputs
- [enable] - Boolean value to enable the node.
- [topic] - Corresponding topic value to transmitter node.
Outputs
- output - Output value that is received from the corresponding `Link-Transmitter-Single` with the same `topic` value.
- topic - Corresponding topic value to transmitter node. Can be a numeric or string value.
Settings
- Name - Name of the node.
- Enable - Toggle switch to enable then node.
- Set topic manually - Toggle switch to enable manual setting of `topic` value.
- Set topic - Manual input of `topic` value. Only used when `Set topic manually` is enabled.
- Select Topic - Drop-down selection box where existing `topics` in the Wires instance can be chosen.
- Block Null - Toggle switch to block outputting values when the received value is `null`.
Operations
`output` data value is received from the corresponding `Link-Transmitter-Single` node that has the same `topic` value. It is possible to have multiple `Link-Receiver-Single` nodes with matching topics, but there can only be a single `Link-Transmitter-Single` node per topic.