Logic
Byte Splitter
Description Input is an unsigned 16-bit integer that will be displayed as its lower byte, Low Byte, and its higher byte, High Byte. Low Byte has the Least Significant Bit of Input as its Bit 0.

0x0 ≤ Input ≤ 0xFFFF (HHLL)
0x0 ≤ Low Byte ≤ 0xFF (LL)
0x0 ≤ High Byte ≤ 0xFF (HH)
Availability
  • Available only in the dw2xx & dw2xx-v2 series products
  • Requires library: Process Control (option -05)
  • Firmware versions 0x2021 and later
savvy-SFD Graphic byteSplitter
Graphic with Parameters byteSplitter

Parameters

Input Input, Read-write, Hexadecimal (unsigned 16-bit integer)
0x0 to 0xFFFF
Low Byte Output, Read-only, Hexadecimal (unsigned 16-bit integer)
0x0 to 0xFF
High Byte Output, Read-only, Hexadecimal (unsigned 16-bit integer)
0x0 to 0xFF