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 101.
An Object of the EdgeTriggeredSleepType represents a condition sleep step in a recipe. The recipe waits until the binar condition is solved. The condition depends on the EdgeOperator (see section 11.7). The conditions are listed in Table 100.
Table 100 – Possible Conditions for EdgeTriggeredSleepType
ConditionMode |
Condition |
Rising |
Is true if after ThresholdValue transition from false to true |
Falling |
Is true if after ThresholdValue transition from true to false |
Figure 48 – Overview EdgeTriggeredSleepType
Table 101 – EdgeTriggeredSleepType Definition
Attribute |
Value |
||||
BrowseName |
|||||
IsAbstract |
False |
||||
References |
NodeClass |
BrowseName |
DataType |
TypeDefinition |
ModellingRule |
Subtype of the ConditionSleepType |
|||||
0:HasProperty |
Variable |
ConditionMode |
EdgeOperator |
0:PropertyType |
Mandatory |
0:HasComponent |
Variable |
TargetThresholdValue |
Boolean |
DataItemType |
Mandatory |
ConditionMode defines the type of condition operator that is used.
TargetThresholdValue is the target value with which the threshold value is compared.