From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

strip chart integration

Hello All,
I am getting counts from a DAQ board for every second and plotting it on a strip chart as long as a boolean switch is true. How do I also measure the counts per minute? I would like to show the counts per minute for the last 1 minute.
Any ideas?

Karthik.
0 Kudos
Message 1 of 2
(2,137 Views)
Hi Karthik,

You would need to do some calculations on the data going into the strip chart. Basically you want to add counts per second for 60 seconds which would give you counts per minute. You can put the data going into the strip chart into an array and later use index array and statistics express vi to sum every 60 elements of the array.

Regards,
Ankita A.
National Instruments
0 Kudos
Message 2 of 2
(2,137 Views)