Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

Labview ttl

Hello,
I have a PMT power supplier that is enabled for remote operation by a TTL interface, where the TTL high disables it and the low enables. I would like to find a VI that will do that for me (I can't seem to find one in the examples). I using a digital output channel on PCI-6024E DAQ.
Thanks,
Gaby
0 Kudos
Message 1 of 3
(3,898 Views)
Many examples ship with labView that does that.
one example is
Write dig Chan.vi uses daqMx

another is
Write 1 Pt to dig Line(E).vi use traditinal Nidaq
0 Kudos
Message 2 of 3
(3,894 Views)
Hi Gaby,

You can use the digital output of your board to produce the required TTL signal. As mentioned by Dr. Imad, the LabVIEW examples are good starting points. You can find them by going to the "Example Finder" of the Help menu. In the "Browse" tab, Hardware Input and Output >> DAQmx >> Digital Geneartion >> Write Dig Channel.vi

(If you're using the Traditional DAQ driver, go to Hardware Input and Output >> Traditional DAQ >> Digital Input and Output>> E-Series >> Write 1 Pt to Dig Line.vi

Cheers,
Lesley Y.
0 Kudos
Message 3 of 3
(3,878 Views)