Digital I/O

cancel
Showing results for 
Search instead for 
Did you mean: 

Using LabVIEW to switch from logic low to logic high on USB 6008

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

0 Kudos
Message 1 of 2
(3,247 Views)

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.

0 Kudos
Message 2 of 2
(3,230 Views)