ConditionType

The representation of the ConditionType ObjectType in the address space is shown in the following table:
Name | Attribute |
---|---|
NodeId | i=2782 |
NamespaceUri | http://opcfoundation.org/UA/ |
BrowseName | ConditionType |
NodeClass | ObjectType |
IsAbstract | True |
SubtypeOf | BaseEventType |
Categories | A & C Basic |
The references from the ConditionType ObjectType Node are shown in the following table:
Disable
Signature
Disable( );
Enable
Signature
Enable( );
AddComment
Signature
AddComment(
[in] ByteString EventId
[in] LocalizedText Comment
);
Argument | Description |
---|---|
EventId | The identifier for the event to comment. |
Comment | The comment to add to the condition. |
ConditionRefresh
Signature
ConditionRefresh(
[in] IntegerId SubscriptionId
);
Argument | Description |
---|---|
SubscriptionId | The identifier for the subscription to refresh. |
ConditionRefresh2
Signature
ConditionRefresh2(
[in] IntegerId SubscriptionId
[in] IntegerId MonitoredItemId
);
Argument | Description |
---|---|
SubscriptionId | The identifier for the subscription to refresh. |
MonitoredItemId | The identifier for the monitored item to refresh. |