Search code examples
chartslabviewwaveform

Labview- How can I plot a list of values one by one


How can I plot (on a waveform chart) a list of values one by one? I need the terminal to be double because I'm planning to use the Peak Detector PtByPt VI and that's the data type for the input data.

enter image description here


Solution

  • Edited based on the comment: Plotting values after each other can be done with an array. The easiest way is than to loop through the array and do the Peak Detector vi.

    VI Snippet