LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

waveform graph

Solved!
Go to solution

Hi

 

I have got following type of data

 

 

Array of Time      Array of data1    Array of Data2

 

19:41:40                     2                     3

19:41:41                      2                     2

19:41:42                       2                   2

 

 

 

Can anybody tell me which property node can change axis of waveform graph. And where I have to connect my time and data1,data2. Data1 &2  are to be plotted against x-axis(array of time).

 

 

Thanks

0 Kudos
Message 1 of 6
(2,999 Views)

Hi mimran,

 

first of all it would help to woirk with numbers instead of strings... See attachment!

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 2 of 6
(2,988 Views)
Or if you want to use a regular graph, convert the times to numbers, subtract time 0 from time 1. That is the dt of a waveform data type. Use the Build Waveform function.
Message 3 of 6
(2,986 Views)

Hi GerdW

 

Your VI is very helpful. AT the moment, xy graph is only handling data1. Is XY graph capable of drawing two different graphs like data1 & data2 together.

 

Thanks

0 Kudos
Message 4 of 6
(2,974 Views)
Solution
Accepted by topic author mimran

Hi mimran,

 

please switch on the context help of the graph to see how to draw more than one plot in the graph... Or look for some examples coming with LabVIEW!

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 5 of 6
(2,963 Views)

Hi,

 

I have managed to draw multiplots on xy graph but time on my x-axis has disappeared. My range of data is around 56000. Have a look on my graph and data.

 

Thanks

Download All
0 Kudos
Message 6 of 6
(2,932 Views)