From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

control property node, value not updated

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..

 

error.png

0 Kudos
Message 1 of 3
(2,542 Views)

There must be something else writing to your control.  Can you supply your code?


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 2 of 3
(2,521 Views)

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.

0 Kudos
Message 3 of 3
(2,509 Views)