QualityIsControlInhibit
- Last UpdatedJul 18, 2023
- 1 minute read
Returns a value indicating whether the tag is in Control Inhibit Mode.
Syntax
QualityIsControlInhibit(QUALITY quality)
quality:
Specifies the QUALITY variable.
Return Value
0: the tag is not in Control inhibit Mode.
1: the tag is in Control inhibit Mode.
Related Functions
QualityGetPart, QualityIsBad, QualityIsGood, QualityIsOverrride, QualityIsUncertain, QualitySetPart, QualityToStr, QualityCreate
Example
INT controlInhibitEnabled;
controlInhibitEnabled = QualityIsControlInhibit(Tag1.Field.Q);