Hi all, I've created a VERY simple piece of code in labview with a virtual piece of hardware (I have the hardware but at a workstation that doesn't have labview!!).
I am trying to read the digital inputs on indicators in the front panel. When setting up the virtual hardware, digital inputs are automatically set to count in binary. I would like to display this count on led indicators.
I have all 7 out of the 8 bits counting, and for some reason the least significant bit, bit 0 just stays on the whole time. I think there is something wrong with the DAQmx Read VI, or maybe i shouldn't be using task out from DAQ Assistant?
Any help would be greatly appreciated!!