Configure Bit Masks
Bit masks are used to define a specific status for an OPC tag based on its integer value for up to 16 bits. In configurations which used bitwise for the status instead of integer, specific bits are used to determine the state of the OPC device. E.g., the bit in position 5 might use a 1 to determine if a door is locked, and a 0 to determine if it is unlocked. Other bits may be used to determine more information about the door status, or they may not be relevant to the information we require for a state.
Before a bit mask can be created, a bitwise profile must be created for it first.
To create a bit mask:
You can check your configuration by generating a status resolution report. If the report shows your desired configuration, status tables can be created directly from the bit mask configuration.
- Multiple bit masks cannot have the same name
- A maximum of 64 bit masks can be added to a profile