I've been trying to figure out why I keep receiving error -50103* on my PXIe 6612 but I haven't found anything that I recognize as causing a problem.
I receive the error after the "DAQmx Start Task" VI for a digital output task. Overall, in the whole program, I have two digital output tasks and the first one appears to work fine. Both tasks have separate lines, and none are repeated, but they are on the same port. I've included screen captures of the relevant tasks and hopefully someone can notice something I've missed or point me in the right direction.
The first Digital Output task:
The second Digital Output task where the error occurs:
While it's not visible here, there's a data dependence introduced with the error wire to ensure execution order.
*Error -50103: "Possible Reason(s): The specified resource is reserved. The operation could not be completed as specified."
- A. Brooks