OPCFoundation / UA-.NETStandard

OPC Unified Architecture .NET Standard
Other
1.96k stars 946 forks source link

Information Model in XML #644

Closed NakWarsi closed 5 years ago

NakWarsi commented 5 years ago

being an OPC UA explorer, I was searching for a way where i can define my information model in XML or JSON format (file) and our OPC UA server can consume that only so i don't have to change the code of my server's nodemanager file again and again whenever i need to change my information model. in this way i have to write just one server for all kind of information model.

is it possible ? if yes how ? is there any sample available ?

any concern will be appreciated. Thank You

fchaxel commented 5 years ago

Hi @NakWarsi

Get the model compiler and use it to generates code from an XML nodeset description.

https://github.com/OPCFoundation/UA-ModelCompiler

Have a look to #546 and #563

Bye

mpostol commented 5 years ago

Have a look at the document to get more about UA IM deployment:

NakWarsi commented 5 years ago

Thank You

mpostol commented 5 years ago

@NakWarsi there is project facing information representation in the UA environment: Object Oriented Internet Consider joining and continue the discussion on Gitter

NakWarsi commented 5 years ago

Thank You @mpostol that project e really really interesting and thank you for inviting me in Gitter room to, hoping for the good learning in future