LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

digital pulse on DO line

Hi, to output a digital pulse on one of the digital output lines instead of the counter, do i just select the particular line instead of the counter for the device?

And if i'm only generating one pulse, and idle state is low, then does it matter what i choose as my low time?

Finally, using the Digital output DAQmx, when I write high to a line, will that line stay high until the remainder of the program (or until i write it low)?

Thanks.
0 Kudos
Message 1 of 2
(2,306 Views)
What type of DIO are you using? If using a standard DIO-96, you can use the Write to Digital Line function from the standard DIO functions. They are easier to use than DAQmx in this case. Just wire in the device number, channel number, line number, and True to output a high or False to output a low. Once a high is written to the line, it stays high until you write a low. The timing is up to you. You can write a high, wait some time, then write a low.
- tbob

Inventor of the WORM Global
Message 2 of 2
(2,302 Views)