05-21-2015 02:01 PM
Hi All ,
I have usb daq 6361, How can I generate a TTL high and low pulse in labview to trigger my camera.
Thanks
Solved! Go to Solution.
05-21-2015 03:57 PM
Did you read the Manual, particularly the section "Programming Devices in Software"? Do you have experience with LabVIEW? If not, do you have access to this expertise (students, teachers, contract employees, etc.)?
If you are interested in learning LabVIEW yourself for this Project, there are numerous on-line tutorials, including an excellent series on DAQmx.
Bob Schor
05-21-2015 04:18 PM
@Bob_Schor wrote:
Did you read the Manual, particularly the section "Programming Devices in Software"? Do you have experience with LabVIEW? If not, do you have access to this expertise (students, teachers, contract employees, etc.)?
If you are interested in learning LabVIEW yourself for this Project, there are numerous on-line tutorials, including an excellent series on DAQmx.
Bob Schor
, I do have experience with labview, i just couldnt understand how to generate an active high or low TTL signal using daq and I dont see any expamples related to that.
05-21-2015 04:34 PM
Here is some DAQmx code to start your 6361, set a Digital Output to True (TTL High), wait a second, then set it to False (TTL Low). Have you tried plugging your device into your PC and firing up MAX? It should "see" the device, and you can manipulate its ports to test it out. Indeed, the name that MAX gives your device is what you'll put into that first I/O Constant on my example (if you click the drop-down symbol, you should see a list of the devices that MAX found).
Bob Schor
05-21-2015 05:00 PM
05-21-2015 05:04 PM
05-21-2015 05:05 PM
Thanks, Dennis. It sounds like AnkitG needs to just go and hire some professional help to get his (or her) problem solved.
BS
05-21-2015 05:07 PM
The "L" of TTL (Transitor-Transistor Logic) is "Logic", or Boolean, 0 or 1 (or Digital).
BS
05-21-2015 05:15 PM