Bitmap trigger
The Bitmap trigger computed channel produces a logical output based on the match of the input bitmap channel and the user-specified bitmap mask. Use with an Anomaly detect computed channel to generate a trigger when a defined anomaly is detected.
- Bitmap check mode: Set the trigger mode for the computed channel.
- Any bit in mask set: If any bit in the specified bit mask is set, the output value is TRUE; otherwise it is FALSE.
- All bits in mask set: If all bits in the specified bit mask are set, the output value is TRUE; otherwise it is FALSE.
- Bit mask: Enter the desired bit mask as an integer from 1-255.
- Invert: If selected, the output logic defined by the Bitmap check mode is inverted. Note that using inversion can identify anomaly-marked data segments and output a trigger stream to gate out these data segments in other computed channels or DataModes™.