DialogConditionType

The representation of the DialogConditionType ObjectType in the address space is shown in the following table:
Name | Attribute |
---|---|
NodeId | i=2830 |
NamespaceUri | http://opcfoundation.org/UA/ |
BrowseName | DialogConditionType |
NodeClass | ObjectType |
IsAbstract | False |
SubtypeOf | ConditionType |
Categories | A & C Dialog |
The references from the DialogConditionType ObjectType Node are shown in the following table:
Reference | NodeClass | BrowseName | DataType | TypeDefinition | ModellingRule |
---|---|---|---|---|---|
HasComponent | Variable | EnabledState | LocalizedText | TwoStateVariableType | Mandatory |
HasComponent | Variable | DialogState | LocalizedText | TwoStateVariableType | Mandatory |
HasProperty | Variable | Prompt | LocalizedText | PropertyType | Mandatory |
HasProperty | Variable | ResponseOptionSet | LocalizedText[] | PropertyType | Mandatory |
HasProperty | Variable | DefaultResponse | Int32 | PropertyType | Mandatory |
HasProperty | Variable | OkResponse | Int32 | PropertyType | Mandatory |
HasProperty | Variable | CancelResponse | Int32 | PropertyType | Mandatory |
HasProperty | Variable | LastResponse | Int32 | PropertyType | Mandatory |
HasComponent | Method | Respond | Mandatory | ||
HasComponent | Method | Respond2 | Mandatory |
Respond
Signature
Respond(
[in] Int32 SelectedResponse
);
Argument | Description |
---|---|
SelectedResponse |
Respond2
Signature
Respond2(
[in] Int32 SelectedResponse
[in] LocalizedText Comment
);
Argument | Description |
---|---|
SelectedResponse | |
Comment |