10-30-2014 08:07 AM - edited 10-30-2014 08:09 AM
I have weird error. I use a control to send a value to a compact RIO. This value is send and then updated through a property node. This worked fine but it seems to reset to a fixed value.. I can see that the correct value is send to the property node but it is not updated to the correct value.. If I fill in a value over 100 it resets to 100 while with the probe I can see that 101 is send to the property node..
10-30-2014 09:05 AM
There must be something else writing to your control. Can you supply your code?
10-30-2014 10:21 AM
Thanks for the response! After some investigation I found that the display was set to a floating point representation of 1 digit. So I think it only showed the first digit. When it showed 100 the value was 101.