ActionServiceType

The representation of the ActionServiceType ObjectType in the address space is shown in the following table:
Name | Attribute |
---|---|
NodeId | ns=1;i=21 |
NamespaceUri | http://fdi-cooperation.com/OPCUA/FDI5/ |
BrowseName | ActionServiceType |
NodeClass | ObjectType |
IsAbstract | False |
SubtypeOf | BaseObjectType |
The references from the ActionServiceType ObjectType Node are shown in the following table:
Reference | NodeClass | BrowseName | DataType | TypeDefinition | ModellingRule |
---|---|---|---|---|---|
HasComponent | Method | InvokeAction | Mandatory | ||
HasComponent | Method | RespondAction | Mandatory | ||
HasComponent | Method | AbortAction | Mandatory | ||
HasComponent | Object | <ActionIdentifier> | ActionType | OptionalPlaceholder |
InvokeAction
Signature
InvokeAction(
[in] String ActionName
[in] String MethodArguments
[out] NodeId ActionNodeId
[out] Int32 InvokeActionError
);
Argument | Description |
---|---|
ActionName | |
MethodArguments | |
ActionNodeId | |
InvokeActionError |
RespondAction
Signature
RespondAction(
[in] NodeId ActionNodeId
[in] String Response
[out] Int32 RespondActionError
);
Argument | Description |
---|---|
ActionNodeId | |
Response | |
RespondActionError |
AbortAction
Signature
AbortAction(
[in] NodeId ActionNodeId
[out] Int32 AbortActionError
);
Argument | Description |
---|---|
ActionNodeId | |
AbortActionError |