05-12-2015 03:27 AM - edited 05-12-2015 03:28 AM
Hi Magea,
so you create a scalar mean value from your Y array?
Then you should create a scalar X (aka "Time") value too - and then you plot Y vs X on a XY graph…
I tried to build another waveform from it, or concatenate it ... No way to solve that issue ...
Mind to attach your VI?
05-12-2015 03:39 AM - edited 05-12-2015 03:41 AM
Here is a simplified version of my VI !
I obtain the mean that way, but if there is another way which makes more convenient my issue, I will look forward it .
What you say make sense !
But I really lack of basics knowledge about Labview and so I get confused between scalar, array and so ... I do not really know how to programm it ...
05-12-2015 03:52 AM - edited 05-12-2015 03:53 AM
Hi Magea,
NI offers a lot of FREE online resources to learn LabVIEW…
Just an idea to calc both the mean of the Y values and the timestamps:
Recommandation:
Stay away from ExpressVIs (like DAQAssistent), it will simplify your VIs in the long run!
05-12-2015 03:56 AM
Thank you very much for your kind answer.
I ll try what you propose, and then try to plot it !
05-12-2015 05:03 AM
I feel very bad but I can not achieve to plot it ...
I did what you suggested and I udnerstand it.
But I can not find a way to plot the time stamps "updated" by dt VS mean.
Either I bundle these entries to a XY graph, or try to change time stamps to regular data, or whatever, I miss how to conclude this ...
Should I rebuild a waveform after those steps ?