LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to create a NULL/Void waveform

so that the waveform graph will not display anything,
when there is no waveform for it
0 Kudos
Message 1 of 4
(3,993 Views)
Hello,

An empty constant could not be created but you can use property nodes of an empty control to empty your waveform chart.

Here's a little image of how to create an empty control waveform. Hope this helps !
Julien
Message 2 of 4
(3,992 Views)
Hello AxE,

you can create your own waveform with "build waveform". If you connect an empty data array you get an empty waveform...

Best regards,
GerdW
Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 3 of 4
(3,992 Views)
Hi,

You can also have a waveform with values of "Not a Number" (NaN) and they do not appear in the graph. You can also use NaN if you need gaps in the graph. This method can help you initialize the memory for a better performance.

I hope this helps

Regards,

Juan Carlos
N.I.
Message 4 of 4
(3,992 Views)