Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem on ISA-95 nodeset file with open62541 #80

Open
hanyangyexun opened this issue Apr 12, 2021 · 2 comments
Open

Problem on ISA-95 nodeset file with open62541 #80

hanyangyexun opened this issue Apr 12, 2021 · 2 comments

Comments

@hanyangyexun
Copy link

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.

@GoetzGoerisch
Copy link
Contributor

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.

@br-iosb
Copy link

br-iosb commented Nov 15, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants