08-15-2018 03:30 AM
Hello all,
I have problem witch cleaning chart. I used value property node but unfortunately is not working. Any ideas why ? Print screen in the attachment.
Solved! Go to Solution.
08-15-2018 04:29 AM
Hi plpabo,
I used value property node but unfortunately is not working.
How is it "not working"? Does it give an error?
How do you get a DDT wire from an array of waveforms constant? Is there some hidden code?
Why do you use a "value" property node when you want to delete the history of your chart???
On your VI:
- move the "FromDDT" node just next to the DAQAssistent and wire the resulting DBL value to your chart!
- Ever heard of the InRangeAndCoerce function? No need to use two comparisons and an AND function!
- Use AutoCleanup…
08-15-2018 04:36 AM
use "history" property for clean chart
08-15-2018 05:02 AM - edited 08-15-2018 05:10 AM
Hi GerdW,
Thank you for answer.
By not working I mean when I start measurement again I have old values on my chart.
I connected my output from DAQ assistant directly to my Chart.
08-15-2018 05:59 AM
History property node works like charm 🙂
Thank you for your help