Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

Industrial Graphic Editor

How to use the bit pattern selector dialog

  • Last UpdatedAug 30, 2024
  • 1 minute read

You use the Bit Pattern Selector dialog to configure a condition using a bit pattern. This pattern will be verified against the integer reference and will trigger an animation when the condition is true. You can configure multiple conditions, each with a bit pattern.

  1. Click the Bitmask or Bitmatch field to launch the Bit Pattern Selector dialog.

    The Bit Pattern Selector dialog consisting of 32-bit selection controls

  2. To set one bit:

    1. For each bit selection control, click the small button to change the value: X, 0, 1 or use tab key with up/down arrow keys.

    The white background color indicates bit value 1 and gray background color indicates the bit value ‘0’. The Ignore bit ‘X’ will be displayed by using the dialog background color.

  3. To set all the 32-bit controls, use the 3 "Set All" buttons:

    1. Button "0": Set all 32 bit values to "0"
      Bitmask = 0xFFFFFFFF; Bitmatch = 0x00000000;

    2. Button "1": Set all 32 bit values to "1"
      Bitmask = 0xFFFFFFFF; Bitmatch = 0xFFFFFFFF;

    3. Button "X(Ignore)": Set all 32 bit values to "X"
      Bitmask = 0x00000000; Bitmatch = 0x00000000;

TitleResults for “How to create a CRG?”Also Available in