03-03-2013 08:35 AM
Hi,
I made this program yesterday, but want to reset the charts X-Value everytime my program starts running.
So I searched for a solution and came up with this property node thing.
Then I've got this problem, can't see what I'm doing wrong.
I'm quite new to LabVIEW, sorry.
Solved! Go to Solution.
03-03-2013 08:40 AM
I don't understand what you did. Did you just copy this from somewhere?
What you should do is right click on the chart and select 'Create Property>History Data.' Then right click on the property node and select 'Change All to Write'. Make sure the property node is outside the loop. You have it inside which is silly since it would be resetting at the same time you are writing to it. On the input, right click and select 'Create>Constant'. Done.
03-03-2013 09:00 AM
Yeah, I right clicked on the chart, property node, history, changed to write.
I now placed the node outside the loop like you said, still no change.. 😕
Just managed to fix the problem, just right clicked on the node, create constant, this did the trick.
Probably, because I did actually copied it 🙂
Thanks!