06-12-2006 09:13 AM
06-13-2006 03:21 PM - edited 06-13-2006 03:21 PM
Message Edited by Jesse O on 06-13-2006 03:23 PM
06-14-2006 11:16 AM
I don't have any hardware or software installed where I can test this currently, but you might get slightly better DAQmx performance by using the raw read and write methods.
DAQmxWriteRaw
DAQmxReadRaw
06-14-2006 01:32 PM
reddog,
I tried your suggestion of using the raw read and writes, and they are actually slower! Of course not by much. I get 22 seconds for the U8 and U32 versions and the Raw usually run in about 23 or 24 seconds.
Thanks for the suggestion though...
06-15-2006 12:36 PM
06-15-2006 03:09 PM
Thank you for your response.
From everyone's responses, the best performance approach involved issuing a start before any repeated tasks, and to define / create a task at the highest level possible.