07-07-2017 07:24 AM
Hello, I am using Labview 2016. I have 8 signals displaying on a waveform chart with the digital displays also showing. Occasionally, one or more of the digital displays shows 0.00 even though the waveforms never approach 0. Any idea what the issue could be? I cannot put my code up here because it is for work. Thanks.
07-07-2017 07:52 AM
Hello NiAchilles,
Are there tab controls and front panel updates deferring in your code?
Some time ago I had troubles with a waveform chart placed inside a tab control that received data when FP updates were deferred. Maybe your issue could be similar?
07-07-2017 09:33 AM
Hello Cente90, thanks for the reply. I do have the waveform chart in a tab but I do not know what you mean by deferring front panel updates. Please clarify, thanks.
07-07-2017 10:14 AM
There is a property you can set to "freeze" front panel updating until you write it back to false, in order to improve performances; you can use it through a property node connected to the front panel.
You can find more info here.
07-07-2017 10:20 AM
I would also monitor the actual waveforms until you are convinced that these zeroes are LabVIEW artifacts and not real data.
Or are you saying that the digital display doesn't match what the chart is showing?
07-07-2017 10:41 AM
Thanks, I am not using that currently. The values are only updating at 2Hz so I am not terribly concerned with performance.
07-07-2017 10:56 AM
Just as an experiment, at least, is it possible for you to have a try with the same chart and the same code but placing the chart outside the tab?
07-07-2017 10:57 AM
Hi billko, yeah the digital display does not match the chart. I even log the data to a file and do not see any 0 values in the data.
08-15-2017 11:13 AM
If it is just the digital display blinking 0.0 but the chart data does not change, I have seen this since version 7 or before. One thing to do is use indicators instead of the digital displays.
https://forums.ni.com/t5/LabVIEW/Waveform-chart-digital-display-blinks-zero/td-p/554868
08-15-2017 01:04 PM
@_Bryan wrote:
If it is just the digital display blinking 0.0 but the chart data does not change, I have seen this since version 7 or before. One thing to do is use indicators instead of the digital displays.
https://forums.ni.com/t5/LabVIEW/Waveform-chart-digital-display-blinks-zero/td-p/554868
I concur.
I often have waveform charts on a tab page so that may be another commonality.
I was never able to come up with a example where NI could duplicate the issues. For the customers that did notice the zeros, I told them it was a bug and to ignore until NI fixes.
Ben