The AnalogConditionSleepType defines the structure of an Object of the AnalogConditionSleepType. Figure 47 shows the hierarchical structure and details of the composition. It is formally defined in Table 104.
An Object of the AnalogConditionSleepType represents a condition sleep step in a recipe. The recipe waits until the analog condition is solved. The condition depends on the EqualityAndRelationalOperator (see section 10.6). The conditions are listed in Table 103.
Table 103 - Possible Conditions for AnalogConditionSleepType
ConditionMode |
Condition |
Equal |
ThresholdValue = TargetThresholdValue |
NotEqual |
ThresholdValue != TargetThresholdValue |
LessThan |
ThresholdValue < TargetThresholdValue |
LessOrEqualThan |
ThresholdValue <= TargetThresholdValue |
GreaterThan |
ThresholdValue > TargetThresholdValue |
GreaterOrEqualThan |
ThresholdValue >= TargetThresholdValue |