|
Re: reading multiple digital inputs
no, but it's easy enough for you to write your own. in labview, just set up the program to read each input one at a time. build an array with the results if you feel like it, then drag a box around all 8 reads to highlight then, and do Edit->Create Subvi.
OR
create an array of DigitalInputDeviceRef and then build a For loop to read each one. you can use automatic array indexing to make this very easy
|