Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [milo-dev] find a milo bug of subscription

Can you provide the code you used to create the subscriptions?

On Mon, Apr 10, 2017 at 8:13 PM, george.ray <george.ray@xxxxxxxxxx> wrote:
Hi all,

I Monitor items value with subscription API, In onSubscriptionValue callback, getting the same NodeId for different item.
All NodeId are the last one monitor's. This is the Log:

11:04:27.545 [main] INFO  o.e.m.e.client.ClientExampleRunner - Using endpoint: opc.tcp://192.168.0.4:49320 [None]
11:04:27.883 [main] INFO  o.e.m.e.client.SubscriptionExample - item created for nodeId=NodeId{ns=2, id=ChannelTest.DeviceTest.Tag191}
11:04:27.884 [main] INFO  o.e.m.e.client.SubscriptionExample - item created for nodeId=NodeId{ns=2, id=ChannelTest.DeviceTest.Tag190}
11:04:28.877 [ua-shared-pool-1] INFO  o.e.m.e.client.SubscriptionExample - subscription value received: item=NodeId{ns=2, id=ChannelTest.DeviceTest.Tag190}, value=Variant{value=-15128}
11:04:28.878 [ua-shared-pool-1] INFO  o.e.m.e.client.SubscriptionExample - subscription value received: item=NodeId{ns=2, id=ChannelTest.DeviceTest.Tag190}, value=Variant{value=2500}

_______________________________________________
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