MotaseM Bellah
MotaseM Bellah

Reputation: 11

OPC UA Server .Net Standard

I'm new to programming (C#) and OPC UA. I'm using UA-.NETStandard-Samples https://github.com/OPCFoundation/UA-.NETStandard-Samples/tree/master/Samples . I notzed that NetCoreConsoleServer doesn't define NameSpace or Nods. And I'm trying to create/ define a NameSpace or add Nodes to the Server (detailed steps).

Upvotes: 0

Views: 1607

Answers (1)

Asish Ganesh
Asish Ganesh

Reputation: 226

You can have a look at the boiler server example. The BoilerNodeManager.cs file contains the code sections to create Namespace, Nodes and add them to the Server Address Space. Hope this answers your question.

If you are looking for any other hands-on information on OPC UA, you can also check out the open62541 stack (C stack | Mozilla License | Embedded ready | TSN ready):

Upvotes: 4

Related Questions