LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Build waveform function and usage

Hi.  I have programming that looks like the dump below.  Are there ways I can improve on this.

pushkin_0-1638930671566.png

 

The Waveform function has an array for Y (implying multiple values)  while the t0 is just a single time element.  However, my data is sporatic suggesting a different non-regular time for every Y element. 

My wish is to input an array for the Y's and the same size array for the t's ??

or

Am I stuck with processing every Y-t set separately ??

 

Regards JC.......

 

 

0 Kudos
Message 1 of 4
(1,534 Views)

Small portion of the code cannot explain what you are doing....

Share the code so that we can better understand


CLD Using LabVIEW since 2013
0 Kudos
Message 2 of 4
(1,516 Views)

@pushkin wrote: my data is sporatic suggesting a different non-regular time for every Y element.

 

Regards JC.......

 

 


Sounds like a X-Y chart is what you need.

========================
=== Engineer Ambiguously ===
========================
0 Kudos
Message 3 of 4
(1,503 Views)

RTSLVU said XY graph.

However I need to use a Chart, since the data arrives incrementally and it is substantial over time.

 

 

Regards JC......

0 Kudos
Message 4 of 4
(1,486 Views)