Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

PCI 6259 - Trigger AI voltage measurment when P0.31 changes from low to high

Solved!
Go to solution

I am writing a pattern using the digital outputs (P0.8-P0.31) and want to trigger a voltage reading on AI16 when P0.31 changes from low to high. Any ideas on how to accomplish this?

0 Kudos
Message 1 of 4
(3,878 Views)

Have you looked at an example in the LabVIEW example finder?  You can export a digital signal to a PFI line on the DAQ board.  For an analog input task, you can place a DAQmx Start Trigger VI and choose the source as the PFI line where the digital signal was exported to.

Michael L.
Sales Engineer
National Instruments
0 Kudos
Message 2 of 4
(3,845 Views)
Solution
Accepted by topic author kphite

Almost what Michael said...


@michael_lewis23 wrote:

Have you looked at an example in the LabVIEW example finder?  You can export a digital signal connect your signal from p0.31 using a wire to a PFI line on the DAQ board.  For an analog input task, you can place a DAQmx Start Trigger VI and choose the use an external sample clock source as the PFI line where the digital signal was exported to.


Best Regards,

John Passiak
0 Kudos
Message 3 of 4
(3,801 Views)

Thanks John. That makes more sense. It's not the best solution (all the PFI lines are on the other connector) but I can make it work.

 

kph

0 Kudos
Message 4 of 4
(3,792 Views)