LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Representing data on XY graph (timing)

Solved!
Go to solution

Hi Bernat,

 

if I had to graph all the data inside this 0,5 seconds, how would you do it?

Then you need to collect the data of the last 0.5s!

I would use shift registers for that purpose…

 

I tought about saving the data and every 0.5 seconds put it on the graph

Use shift registers to "save" (aka store) the data…

 

but I don't know how to do it.

Have you taken the offers in the "Training" section in the header of the LabVIEW board?

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 11 of 13
(389 Views)

Yees i knew that but every 0.5 seconds i have 50 iterations that send me different valors of data so i have to put 50 shift registers? Doesn't make sense...

0 Kudos
Message 12 of 13
(386 Views)

Hi bernat,

 

I guess it makes more sense to collect 50 values in an array and to store that array in the shift register...

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 13 of 13
(384 Views)