Logic
8-Bit Binary Decoder
Description Input is a hexadecimal, unsigned 16-bit integer that is parsed into its first 8 bits, with Bit 0 as the Least Significant Bit. The higher byte of the Input word is not displayed in this Function Block. Bit parameters are set HIGH (1) if the corresponding bit in the Input word is 1.

0x0 ≤ Input ≤ 0xFFFF (HHLL), but only will output up to 0xFF (LL)
Availability
  • Available only in the dw2xx & dw2xx-v2 series products
  • Requires library: Process Control (option -05) or Basic Functions
  • Firmware versions 0x2021 and later
savvy-SFD Graphic 8bitBinDec
Graphic with Parameters 8bitBinDec

Parameters

Input Input, Read-write, Hexadecimal (unsigned 16-bit integer)
0x0 to 0xFFFF
Bit 0 Output, Read-only, Boolean (signed 16-bit integer)
0 = Low
1 = High
Bit 1 Output, Read-only, Boolean (signed 16-bit integer)
0 = Low
1 = High
Bit 2 Output, Read-only, Boolean (signed 16-bit integer)
0 = Low
1 = High
Bit 3 Output, Read-only, Boolean (signed 16-bit integer)
0 = Low
1 = High
Bit 4 Output, Read-only, Boolean (signed 16-bit integer)
0 = Low
1 = High
Bit 5 Output, Read-only, Boolean (signed 16-bit integer)
0 = Low
1 = High
Bit 6 Output, Read-only, Boolean (signed 16-bit integer)
0 = Low
1 = High
Bit 7 Output, Read-only, Boolean (signed 16-bit integer)
0 = Low
1 = High