Open hanyangyexun opened 3 years ago
The open62541 repo would be the better place to ask this question.
Please check out a sample implementation for machine tools and robotics companion spec here: Sample-Server
Normally the NodeSets are parsed with each CI build of open62541.
The problem could arise when parsing the NodeId csv. To my knowledge, in I4AAS there are some names which differ only case-sensitively and open62541 reads these in upper-case, which leads to ambiguities. Maybe you can double check that with ISA-95 nodeset.
Hello, I was trying to use the nodeset-compiler function to compile the ISA-95 nodeseet (from OPC foundation nodeset).
According to the open62541 manual, every step was successful but there was error when executing the final OPC UA server (-o file).
I also tried the same process for compile the IEC 61850-7-3 and the MDIS nodeset, they are successful.
This is strange and it is hard for me to locate the problem.
Did anyone have experience on nodeset-compiler?
My guess was that the ISA-95 nodeset file was outdated as it was developed a long time ago in 2013, the open62541 cannot parse it now.
Thank you.