/
Conversion.WriteBitsToWord
Conversion.WriteBitsToWord
Join 16 bits to a word and writes to an output.
Description
This XCommand takes 16 bits and joins them to a word value (16 bit integer) that is written to the output.
Inputs
- Write Trigger (ItemID): ItemID of a write trigger. Although this input is not evaluated it can be used as a trigger in an XCommand event definitions.
Outputs
- Output_Item (ItemID): ItemID of the output datapoint to which the result is sent to.
Parameters
- Bit1 to Bit16: The bits that comprise the output value. Least-significant bit is Bit1, most-significant bit is Bit16.
Possible trigger types
All
Available since:
NETx BMS Server 2.0
, multiple selections available,
Related content
WriteBitsToWord
WriteBitsToWord
More like this
Conversion.SplitWordIntoBits
Conversion.SplitWordIntoBits
More like this
Conversion.SplitWordIntoBytes
Conversion.SplitWordIntoBytes
More like this
SplitWordIntoBytes
SplitWordIntoBytes
More like this
Write3
Write3
More like this
Item.Write
Item.Write
More like this