Skip to main content

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

I have tested this method, It is OK!
Thank you very much for help!

------------------------------------------------------------------
发件人:Kevin Herron <kevinherron@xxxxxxxxx>
发送时间:2017年3月29日(星期三) 22:59
收件人:george.ray <george.ray@xxxxxxxxxx>; milo developer discussions <milo-dev@xxxxxxxxxxx>
主 题: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