07-06-2011 12:23 PM
I want to trigger my PCI-6052E on the edge of a TTL pulse , how would I be able to do so(for example I want my code to trigger exactly when TTL pulse voltage exceeds 3 Volts)
07-07-2011 10:07 AM
In Example Finder, there's a pretty good example on how to do this. To open Example Finder, launch LabVIEW and select Find Examples.. In the window that appears, you'll have to navigate throughthe following folders.
Hardware Input & Output >> DAQmx >> Analog Measurements >> Voltage >> Acq&Graph Voltage-Int Clk-HW Trig Restarts.
This example uses an analog input trigger, but you can change it to digital edge by selecting the menu as seen below. Be sure to view the detailed help on this DAQmx function to best understand its role.
Hope that helps!
07-07-2011 10:08 AM