06/12/2024
Hi all,
I'm new to OPC UA and I'm trying to understand the data type involved in the process of AbortJoiningProcess, if I look in the specification:
AbortJoiningProcess (
[in] 0:String productInstanceUri,
[in] JoiningProcessIdentificationDataType joiningProcessIdentification,
[in] 0:LocalizedText abortMessage,
[out] 0:Int64 status,
[out] 0:LocalizedText statusMessage)
I cannot understand what is JoiningProcessIdentificationDataType and where is defiined!
If I'm going to paragraph 10.21 of th specification (1.04), I can read:
"This structure contains the identification information of a Joining Process. It is used in set of methods defined in JoiningProcessManagementType.
The structure is defined in Table 233"
And in the table 233 I can read:
Name Type Description Optional
JoiningProcessIdentificationDataType structure Subtype of the 0:Structure defined in OPC 10000-5.
But if I'm going to read OPC 10000-5 and looking for JoiningProcessIdentificationDataType there is nothing about JoiningProcessIdentificationDataType;
Also 0:Structure, what is the meaning of 0?
I asked this question because I need to implement the method AbortJoiningProcess and I need to write the java class (Eclipse Milo) in order to have the parameter needed to pass in the call to th method.
thanks
really much
Francesco
05/30/2017
Goto https://reference.opcfoundatio.....#gsc.tab=0
Select 'Heading' or 'Google'; Search AbortJoiningProcess
Find: https://reference.opcfoundatio.....ocs/7.5.16
Repeat for JoiningProcessIdentificationDataType
https://reference.opcfoundatio.....docs/10.21
0: means a symbol defined in the core specification.
Other numeric prefixes are defined in an appendix:
1 Guest(s)