LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Simultaneous analog acquisition and generation of one TTL pulse

Hi

I need to acquire 1 s of analog data. 100 ms after the start of the acquisition, I would like to send one TTL pulse (digital output) to start an other device.
I'm using LabVIEW 2011 and could not find an appropriate simple example.
Thanks a lot for your help.

Anne

0 Kudos
Message 1 of 6
(2,766 Views)

Everything depends on the hardware you are using. So what device are we talking about?

 

 

Christian

0 Kudos
Message 2 of 6
(2,762 Views)
How precise does the 100msec need to be?

Mike....

Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 3 of 6
(2,760 Views)

Hi Christian

 

I'm using a PCI 6071E.

 

Anne

0 Kudos
Message 4 of 6
(2,746 Views)

Hi Mike

 

around 1 ms is fine.

 

Anne

0 Kudos
Message 5 of 6
(2,745 Views)

Have a look at the example "Gen Dig Pulse-Dig Start.vi". Use this example in combination with your Analog Acquisition Task to fire the pulse.

Use the "Initial Delay" parameter to specify the 100ms.

As Trigger Source use "DevX/ai/StartTrigger", where X is your Device, e.g. Dev1.

 

 

Christian

0 Kudos
Message 6 of 6
(2,687 Views)