09-30-2010 10:31 AM
Hello,
I am quite new to labview and I am having trouble programming my USB 6008 for digital triggering of my stepper driver. I need to be able to push a button that ouputs a continuous logic low voltage from a digital output and switching that button it changes to logic high. Can this be done easily? Also I need to just simply turn on and off a digital output of 5v using a push button. Any help with this would be greatly appreciated. I am running labview version 8.5.1
Thank you
09-30-2010 10:51 PM
Very simple. The shipping example called Write Dig Chan will work. Both of your buttons do the same thing and would be part of a Boolean Array on the front panel. A simple mod would be to use separate buttons on the front panel and a Build Array on the block diagram. Numerous other ways. A single DAQ Assistant or one for each button could also be used.