01-02-2007 10:11 AM
01-02-2007 02:26 PM
01-02-2007 03:27 PM
01-02-2007 03:51 PM
01-03-2007 03:41 PM
01-03-2007 03:55 PM
There are a lot of options for saving data and many of them are in the shipping examples. It all depends on your needs. Do you want to run for a while and then save everything, save a snapshot periodically, acquire/average and then save?
p.s. It's a good idea to put the DAQmx Create Channel functions outside the loop because you don't need to do this every iteration. I don't see the timing or start task functions but they should be outside the loop as well. You should also put the Clear Task outside the loop as well so that this is done when the loop terminates.
01-04-2007 02:10 PM
01-05-2007 02:22 PM - edited 01-05-2007 02:22 PM
Message Edited by Neil S. on 01-05-2007 02:23 PM
01-08-2007 11:39 AM
01-08-2007 01:50 PM