QualityIsOverrride
Returns a value indicating whether the tag is in Override Mode.
Syntax
QualityIsOverrride(QUALITY quality)
quality:
Specifies the QUALITY variable.
Return Value
0: the tag is not in Override Mode.
1: the tag is in Override Mode.
Related Functions
QualityGetPart, QualityIsBad, QualityIsContolInhibit, QualityIsGood, QualityIsUncertain, QualitySetPart, QualityToStr, QualityCreate
Example
INT overrideEnabled; overrideEnabled = QualityIsOverride(Tag1.Q);
See Also