Logic
8-Bit High Byte Binary Decoder
Description Input is a hexadecimal, unsigned 16-bit integer that is parsed into the 8 bits of the high byte of the word, with Bit 15 as the Most Significant Bit. The lower 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 (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 8bitHighBinDec
Graphic with Parameters 8bitHighBinDec

Parameters

Input Input, Read-write, Hexadecimal (unsigned 16-bit integer)
0x0 to 0xFFFF
Bit 8 Output, Read-only, Boolean (signed 16-bit integer)
0 = Low
1 = High
Bit 9 Output, Read-only, Boolean (signed 16-bit integer)
0 = Low
1 = High
Bit 10 Output, Read-only, Boolean (signed 16-bit integer)
0 = Low
1 = High
Bit 11 Output, Read-only, Boolean (signed 16-bit integer)
0 = Low
1 = High
Bit 12 Output, Read-only, Boolean (signed 16-bit integer)
0 = Low
1 = High
Bit 13 Output, Read-only, Boolean (signed 16-bit integer)
0 = Low
1 = High
Bit 14 Output, Read-only, Boolean (signed 16-bit integer)
0 = Low
1 = High
Bit 15 Output, Read-only, Boolean (signed 16-bit integer)
0 = Low
1 = High