09-28-2015 08:12 AM
Yes, I am receiving error -200254 when using DAQmx Write (Digital 1D Bool NChan 1Samp).vi.
09-29-2015 11:40 AM
Hi Chris,
Sorry, I believe I was mistaken earlier. The four lines you are writing to should each be considered a separate channel. So, try changing the line grouping constant to 'one channel for each line'.
Also, have you been able to isolate whether the error is occurring in the first or second instance of DAQmx Write? You may want to explicitly start the task before the first write operation. Doing so is typically considered good programming practice when working with data acquisition.
09-29-2015 12:48 PM
Tom, I think the attached is what you were suggesting. I will try this out shortly and get back to you. Thank you again for your assistance.
10-02-2015 12:53 PM
Thank you to Jon Frantz at NI for providing me with a solution to this issue. See attached code.