/
Item.TriggerValues
Item.TriggerValues
Writes multiple values based on a trigger item.
Description
If the value of the defined Trigger Item equals the specified value, values are written to the output items. The respective values written to each output item can be specified in the parameters.
Inputs
- Trigger (ItemID): Item that triggers the execution of the logic.
Outputs
- Output_Item_1 (Any): output item 1 that shall be written if trigger item equals to trigger value.
- Output_Item_2 (Any, optional): output item 2 that shall be written if trigger item equals to trigger value.
- ...
- Output_Item_8 (Any, optional): output item 8 that shall be written if trigger item equals to trigger value.
Parameters
- TriggerValue (Any): specified that the trigger must have for executing the logic.
- Value_Output_Item_1 (Any): value for output item 1.
- Value_Output_Item_2 (Any, optional): value for output item 2.
- ...
- Value_Output_Item_8 (Any, optional): value for output item 8.
Possible trigger types
All
Applies to
- NETx BMS Platform, XLogic Library 1.0.13+
- NETx Multi Protocol Server, XLogic Library 1.0.13+
, multiple selections available,
Related content
Item.Write3
Item.Write3
More like this
Item.Write
Item.Write
More like this
Logic.Or
Logic.Or
More like this
And
More like this
Or
More like this
Logic.And
Logic.And
More like this