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 99.

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 11.6)The condtions are listed in Table 98.

Table 98 – Possible Conditions for AnalogConditionSleepType

ConditionMode

Condition

Equal

ThresholdValue = TargetThresholdValue

NotEqual

ThresholdValue != TargetThresholdValue

LessThan

ThresholdValue < TargetThresholdValue

LessOrEqualThan

ThresholdValue <= TargetThresholdValue

GreaterThan

ThresholdValue > TargetThresholdValue

GreaterOrEqualThan

ThresholdValue >= TargetThresholdValue

image063.png

Figure 47 – Overview AnalogConditionSleepType