/
SplitWordIntoBytes
SplitWordIntoBytes
Split a numeric 16-bit value into its bytes.
Description
This XCommand takes an integer value up to the length of 16 bits and returns the values of the comprising bytes.
Inputs
- Input_Item_1(ItemID): ItemID of the server item to be analyzed.
Outputs
- HI_byte: low byte of the input
- LO_byte: high byte of the input
Parameters
- none
Possible trigger types
All
Available since:
NETx BMS Server 2.0
, multiple selections available,
Related content
Conversion.SplitWordIntoBytes
Conversion.SplitWordIntoBytes
More like this
Conversion.SplitWordIntoBits
Conversion.SplitWordIntoBits
More like this
Conversion.WriteBitsToWord
Conversion.WriteBitsToWord
More like this
WriteBitsToWord
WriteBitsToWord
More like this
How can I access single bits in an integer datapoint?
How can I access single bits in an integer datapoint?
More like this
Conversion.SwapBytes
Conversion.SwapBytes
More like this