Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [milo-dev] How to get Node or NodeId object with node tree path

Creating a new NodeId looks something like this:

NodeId nodeId = new NodeId(2, "ChannelTest.DeviceTest.TagTest");

I'm using namespace 2 because I know that's what KEPServer uses...

On Wed, Mar 29, 2017 at 1:41 AM, george.ray <george.ray@xxxxxxxxxx> wrote:
HiĀ 

I am researching the API of Eclipse Milo, and I hava a question.
If the node item ID is ChannelTest.DeviceTest.TagTest in KEPServer, and Data Type is Word, how to get the Node or NodeId object?

Thanks!

Best regards,
George Ray

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



Back to the top