Hello all,
I am trying to control two (or more) solenoid valves continuously and simultaneously using a NI 9485 which has 8 SSR channels. I tried using two different VI's which apparently does not work because I am using the same hardware (although different channels). Using two DAQ assistants (in two separate loops) caused the same problem. Seems like my only chance is to control them using a single DAQ assistant. The problem with this method (appart from the inconvenience of using only one DAQ assistant) is that I get an error for a mismatch between the array dimensions between DATA and TASK. I tried assigning a 2D boolean array to the DATA but it did not work. I would appreciate it if someone can help me with some specific details as I am new to the LV.