11-13-2009 12:19 PM
I am trying to create a loop that sets the bits of a digital port ( DAQmx digital write VI) using
a different bit pattern each time through the loop. How can an array of variables be created that
the DAQmx digital write VI will accept and select the next variable as the loop progresses?
Thanks much for any help/suggestions...
11-13-2009 03:38 PM - edited 11-13-2009 03:38 PM
You just need an array of numerics or a Boolean Array. Depends on the type of DAQmx Write you have selected. Here's an example based on the example called Write Dig Port.
11-17-2009 09:54 AM
Thanks Dennis. I appreciate the quick response, but I haven't had the chance to try your suggestion yet, and might not be able to for a week or so.