Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

usb 6009 digital trigger 2 analog channels

hi,

i'm triggering an analog channel with a ttl-signal via pfi0 and i want to add a second analog channel (to measure the ttl-signal itself).
how do i do this?

below i attach the adapted labview example.

greetings,

klaus klune
0 Kudos
Message 1 of 2
(3,214 Views)
Hello!

You can connect the TTL signal to another ai channel (f.example ai1) and measure both together ("Dev1/ai0:1").
So you will measure the TTL Signal from the moment when signal already set the trigger (you will probably not see the rising or falling edge but only afterwards).

If you want to measure the trigger edge you have to start both measurement before the edge comes or use pre-trigger samples and a reference trigger.
See the LabVIEW example: Acq&Graph Voltage Int Clk-Dig ref.vi

It is not possible to have 2 task measuring analog channels. All analog input channels of a card must be in the same task.

Best regards

Ken
0 Kudos
Message 2 of 2
(3,205 Views)