LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I take the data every 3 s?

What can I do if I would like to take data every 3s when the data are generated continuously?
Can you give me an example?(version6.1)
Thanks
0 Kudos
Message 1 of 2
(2,451 Views)
One simple way would be to check the time in every loop cycle and only acquire data when the time differential reaches 3 seconds. I have attached an example which shows how to do the timing this way and shows where to put your data acquisition. This is a very simplified diagram which is intended only to show you the concept. If this isn't what you need then I would suggest that you post a more detailed description of what you are trying to do.
0 Kudos
Message 2 of 2
(2,451 Views)