Logic
Most Significant Bit
Description Output will display the most significant bit of the 16-bit Input word. If a bit is HIGH in the Input word, then the green zero becomes a red one. The color and value change is visible from the SFD.

0x0 ≤ Input ≤ 0xFFFF
0 ≤ Output ≤ Bit 15

Input:   0x1234       0001 0010 0011 0100
Output  Bit 12
Availability
  • Available only in the dw2xx-v2 series products
  • Requires library: Process Control (option -05)
  • Firmware versions 0x2113 and later
savvy-SFD Graphic msb
Graphic with Parameters msb

Parameters

Input Input, Read-write, Hexadecimal (unsigned 16-bit integer)
0x0 to 0xFFFF
Output Output, Read-only, Enumerated (signed 16-bit integer)
0 = None
1 = Bit 0
2 = Bit 1
3 = Bit 2
4 = Bit 3
5 = Bit 4
6 = Bit 5
7 = Bit 6
8 = Bit 7
9 = Bit 8
10 = Bit 9
11 = Bit 10
12 = Bit 11
13 = Bit 12
14 = Bit 13
15 = Bit 14
16 = Bit 15