Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [milo-dev] Getting write error when changing the value of subscribed node.

My intention is to change the  Value attribute of Variable. But by mistake, I have changed the NodeId of the DataType attribute. That is why I am getting write error. 

When I change the Variable Values in remote server and that values is reflected in dummy nodes of Milo server. I am not getting any error message. 
But, I am not seeing any notification message in Run console of Intellij. 

When I run subscriptionExample.java, I am seeing the message below,

image.png

It means I need to re run SubscriptionExample.java every time to see the fresh notification message. 

Please clarify it. 

On Fri, Dec 13, 2019 at 7:15 PM Kevin Herron <kevinherron@xxxxxxxxx> wrote:
So you're writing from UaExpert to Kepware? This problem doesn't seem to have anything to do with Milo then.

From your latest screenshot I would guess the problem is that you're trying to write to the NodeId of the DataType attribute for some reason?

On Thu, Dec 12, 2019 at 9:16 PM J Dhanasekar <jdhanasekar@xxxxxxxxxxxxxxxxxx> wrote:
Hi Kevin,

I have created a dummy node _NegateValue (which is identical to a node in Kepware server) in Milo, like this.

image.png

I am trying to change the value of _NeagteValue from "1" to "0" in Kepware server, like this,

image.png


After writing the value "0" in _NegateValue, I am getting below error. 
image.png

I am expecting that written value should reflect in the dummy node (_NegateValue) in Milo.

Sorry, last mail thread, I have attached the wrong screen shot. 

Thanks,
Dhanasekar

On Thu, Dec 12, 2019 at 7:23 PM Kevin Herron <kevinherron@xxxxxxxxx> wrote:
So you're trying to write to a Node in the Milo server from Kepware? 

On Thu, Dec 12, 2019 at 1:46 AM J Dhanasekar <jdhanasekar@xxxxxxxxxxxxxxxxxx> wrote:
Hi Milo,

I have created a dummy node and  have subscribed to a node in Kepware server. When I change the value of that node in Kepware server using UaExpert Client software software, I am getting the below error. . 


image.png


Can you please help me to solve this problem?.

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

Back to the top