/
BoolToValue
BoolToValue
Used to set a numeric data point based on a bool input item.
Description
This logic can be used to set a numeric data point based on an input that is of type bool.
Inputs
- Input (ItemID): input data point. It must be of type bool.
Outputs
- Output (ItemID): data point that shall be changed. It must be of type numeric.
Parameters
- TrueValue (numeric, optional): if specified, this value is written to the output whenever the input is set to "true".
- FalseValue (numeric, optional): if specified, this value is written to the output whenever the input is set to "false".
Possible trigger types
- All
Available since:
NETx BMS Server 2.0
, multiple selections available,
Related content
Logic module
Logic module
More like this
Item.ValueCounter
Item.ValueCounter
More like this
Logic parsing definitions
Logic parsing definitions
More like this
XCommand event definitions
XCommand event definitions
More like this
XLogic library
XLogic library
More like this
Item.Monitor Status
Item.Monitor Status
More like this