AcknowledgeableConditionType

The representation of the AcknowledgeableConditionType ObjectType in the address space is shown in the following table:
Name | Attribute |
---|---|
NodeId | i=2881 |
NamespaceUri | http://opcfoundation.org/UA/ |
BrowseName | AcknowledgeableConditionType |
NodeClass | ObjectType |
IsAbstract | False |
SubtypeOf | ConditionType |
The references from the AcknowledgeableConditionType ObjectType Node are shown in the following table:
Reference | NodeClass | BrowseName | DataType | TypeDefinition | ModellingRule |
---|---|---|---|---|---|
HasComponent | Variable | EnabledState | LocalizedText | TwoStateVariableType | Mandatory |
HasComponent | Variable | AckedState | LocalizedText | TwoStateVariableType | Mandatory |
HasComponent | Variable | ConfirmedState | LocalizedText | TwoStateVariableType | Optional |
HasComponent | Method | Acknowledge | Mandatory | ||
HasComponent | Method | Confirm | Optional | ||
HasSubtype | ObjectType | AlarmConditionType |
Acknowledge
Signature
Acknowledge(
[in] ByteString EventId
[in] LocalizedText Comment
);
Argument | Description |
---|---|
EventId | The identifier for the event to comment. |
Comment | The comment to add to the condition. |
Confirm
Signature
Confirm(
[in] ByteString EventId
[in] LocalizedText Comment
);
Argument | Description |
---|---|
EventId | The identifier for the event to comment. |
Comment | The comment to add to the condition. |