7.36 AnalogConditionSleepType Definition

7.36.1 Overview

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
ConditionModeCondition
EqualThresholdValue = TargetThresholdValue
NotEqualThresholdValue != TargetThresholdValue
LessThanThresholdValue < TargetThresholdValue
LessOrEqualThanThresholdValue <= TargetThresholdValue
GreaterThanThresholdValue > TargetThresholdValue
GreaterOrEqualThanThresholdValue >= TargetThresholdValue
Figure 47 - Overview AnalogConditionSleepType

7.36.2 ObjectType Definition

Table 104 - AnalogConditionSleepType Definition
Attribute Value
BrowseNameAnalogConditionSleepType
IsAbstractFalse
References NodeClass BrowseName DataType TypeDefinition ModellingRule
Subtype of the ConditionSleepType
0:HasPropertyVariableConditionModeEqualityAndRelationalOperator0:PropertyTypeMandatory
0:HasComponentVariableTargetThresholdValue0:NumberTargetItemTypeMandatory
Conformance Units
Scales DynamicRecipeManagement
Scales RecipeManagement

7.36.3 ObjectType Description

ConditionMode defines the type of condition operator that is used.

TargetThresholdValue is the target value with which the threshold value is compared.