LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Timed Interval Reading VI

Trying to Execute reading values on a timed interval and then writing those values into a table.

 

I have attached our current set up. I am looking to take the Capacitance reading, a "user defined" amount of times over a "user defined" interval of time.

 

i.e.

1 reading every 10 seconds for 60 seconds

6 readings of Cap total over 1 minute

 

I have timers in there and I can't for the life of me figure out how to get the value I seem to be gernetaing for Cap to be output anywhere besides where it is currently going.

 

I hope to have the data readable on screen AND printable to paper but even if it just exports to excel nicely that will work too.

 

Thank you,

 

Josh

0 Kudos
Message 1 of 2
(1,826 Views)

Hi Josh,

 

1 reading every 10 seconds for 60 seconds

6 readings of Cap total over 1 minute

Easiest solution: use a FOR loop set to iterate 6 times, with a 10000ms wait function inside next to your DAQ code…

 

I have attached our current set up.

No, you didn't…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 2
(1,821 Views)