02-16-2007 04:31 PM
02-19-2007 03:27 PM - edited 02-19-2007 03:27 PM
Message Edited by MickeyD on 02-19-2007 03:29 PM
02-19-2007 03:43 PM
Hi, thanks for the information. By non-periodic, I was referring to the pattern of data on a single repeat, e.g. {1,0, 1,0, 0,0, 0,0, 0,0}. It's not {1,0} repeated 5 times.
What would you suggest to make it more efficient? I'll try your suggestion of using DAQmxWriteDigitalLines.
Also, if I created a data sequence in another program (e.g. Matlab), and wanted to read it into the application, what format should it be saved in? For example, little-endian, uInt32?
Thanks for the assistance
02-20-2007 09:20 PM