Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to have the internal timebase as an output signal on a analog out chan in NI 6251

It's all.... thanks!
0 Kudos
Message 1 of 2
(2,429 Views)
Hi! It is possible!
If you look in MAX your device's routes (open device and interfaces, select your board and choose the "Device Route" tab on the right part of the screen) you'll find all direct connections between terminals (green ones) and indirect connection (hovering your mouse on the cell that connects your source and your destination you'll see the sub-system used to route the signal).

With this being said, using labview you can create a new connection with "DAQmx Connect Terminals.vi" (all functions-->Ni Measurement-->DAQmx-->DAQmx Advanced-->DAQmx Signal Routing), using C functions you can call DAQmxConnectTerms ( int32 DAQmxConnectTerms (const char sourceTerminal[], const char destinationTerminal[], int32 signalModifiers) ).

Hope this helps

Ciao.

NicolaC
National Instruments
0 Kudos
Message 2 of 2
(2,409 Views)