QualityIsOverrride
- Last UpdatedJul 18, 2023
- 1 minute read
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, QualityIsControlInhibit, QualityIsGood, QualityIsUncertain, QualitySetPart, QualityToStr, QualityCreate
Example
INT overrideEnabled;
overrideEnabled = QualityIsOverride(Tag1.Q);