QualityIsControlInhibit
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, QualityIsOverride, QualityIsUncertain, QualitySetPart, QualityToStr, QualityCreate
Example
INT controlInhibitEnabled; controlInhibitEnabled = QualityIsControlInhibit(Tag1.Field.Q);
See Also