logic_relay
logic_relay is an existing point entity available
with all versions of Mapbase.A message forwarder. Fires an OnTrigger output when triggered, and can be disabled to prevent forwarding outputs.
Useful as an intermediary between one entity and another for turning on or off an I/O connection, or as a container for holding a set of outputs that can be triggered from multiple places.
Inputs
- TriggerWithParameter
<string>
Triggers the relay with a parameter, causing its OnTriggerParameter output to fire if it is enabled.
Triggers the relay with a parameter, causing its OnTriggerParameter output to fire if it is enabled.
- EnableRefire
<void>
If fast retrigger is disabled, the relay will not be able to fire again until its most delayed output has been fired. This input allows the relay to fire again early if it is in this state.
If fast retrigger is disabled, the relay will not be able to fire again until its most delayed output has been fired. This input allows the relay to fire again early if it is in this state.
Outputs
- OnTriggerParameter
<string>
Fired when the relay is triggered with a parameter. If the relay is set to only trigger once, it will delete itself after firing this output.
Fired when the relay is triggered with a parameter. If the relay is set to only trigger once, it will delete itself after firing this output.
