Inspect individual bits in fault codes, status words, and flags. Bit Parser accepts decimal, hexadecimal, and binary values and shows every bit set to 1 before the complete bit list.
1 without configuring labels.Parse Bits command. You can also pass a value as an argument or from selected text.33027, 0x8103, or 0b1000000100000011.Auto Detect recognizes hexadecimal values with a 0x prefix and binary values with a 0b prefix. Values without a prefix are treated as decimal. Select Binary or Hexadecimal explicitly to enter an unprefixed value in either base.
Labels are optional and empty by default. Add one definition per line when you want the result to include fault or state names:
0=Emergency stop
1: Overvoltage
bit2 Undervoltage
8=Communication fault
bit0 always represents the least significant bit. The bit order setting only changes the display order.