05-25-2021 02:55 PM
I have a DAQmx task that read 4 digital inputs. DAQmx read is in a while loop and create 1D array. I will watch for 1 or more of this digital inputs are true or time grather than 4 seconds is done. How can i analyze the array with boole values?
Solved! Go to Solution.
05-25-2021 05:40 PM
Wire the Or Array Elements function to the Boolean array?
Maybe show some code if that's not what you're looking for...