7.37 EdgeTriggeredSleepType Definition

7.37.1 Overview

The EdgeTriggeredSleepType defines the structure of an Object of the EdgeTriggeredSleepType. Figure 48 shows the hierarchical structure and details of the composition. It is formally defined in Table 106.

An Object of the EdgeTriggeredSleepType represents a condition sleep step in a recipe. The recipe waits until the binary condition is solved. The condition depends on the EdgeOperator (see section 10.7). The conditions are listed in Table 105.

Table 105 - Possible Conditions for EdgeTriggeredSleepType
ConditionModeCondition
RisingIs true if after ThresholdValue transition from false to true
FallingIs true if after ThresholdValue transition from true to false
Figure 48 - Overview EdgeTriggeredSleepType

7.37.2 ObjectType Definition

Table 106 - EdgeTriggeredSleepType Definition
Attribute Value
BrowseNameEdgeTriggeredSleepType
IsAbstractFalse
References NodeClass BrowseName DataType TypeDefinition ModellingRule
Subtype of the ConditionSleepType
0:HasPropertyVariableConditionModeEdgeOperator0:PropertyTypeMandatory
0:HasComponentVariableTargetThresholdValueBooleanDataItemTypeMandatory
Conformance Units
Scales RecipeManagement
Scales DynamicRecipeManagement

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