Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [4diac-dev] Creating OPC UA nodes with reliable ID

Hi Jens,
unfortunately that's currently not possible in 4diac.
It is on our TODO list to refactor the way nodes are created, i.e. more intuitive browse path defintion.
For now you can use the "TranslateBrowsePathToNodeId" method from any client to get the node ID for a specific FB (the browse path should always be the same).

With the refactoring we maybe find a way to also intuitively define node IDs for the corresponding nodes.

BR
Stefan

-----Original Message-----
From: Jens Reimann <jreimann@xxxxxxxxxx>
Reply-to: 4diac developer discussions <4diac-dev@xxxxxxxxxxx>
To: 4diac developer discussions <4diac-dev@xxxxxxxxxxx>
Subject: [4diac-dev] Creating OPC UA nodes with reliable ID
Date: Thu, 7 Sep 2017 11:59:18 +0200

Hi,

from what I have seen OPC UA node IDs are created with numeric IDs. However those ID are unstable when modifying the program.

Is is possible to assign an OPC UA node a static ID when using the PUBLISH/SUBSCRIBE blocks?

Cheers

Jens

_______________________________________________
4diac-dev mailing list
4diac-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/4diac-dev

Back to the top