04-07-2008 09:52 AM
Hello to everyone,
I am trying to create a data acquisition system for a NI 9162 board. I need to
acquire a certain quantity of data (for example 10 minutes) each half an hour
for example and repeat this process a lot of times. I am trying to do this with
a loop execution but this is not working well. The first data acquired is
ok but in the rest there are a lot of problems. The times are not being
respected and the board is not acquiring anything. Does anyone can help me? I
am attaching the VI that I am using.
Thanks,
04-07-2008 10:20 AM
You can either use an System.Timer event OR a timed loop in the Structures pallete.
Use the NI Example finder and search for timer to get an example of timed loops.
Or use a .NET constructor, go to System in the drop down, the select System timer for the timer control, register the event callback.
04-07-2008 10:33 AM
04-07-2008 11:30 AM
04-07-2008 11:39 AM
04-07-2008 11:42 AM