05-28-2003 05:11 PM
05-30-2003 01:27 PM
06-12-2003 01:26 PM
06-25-2003
10:06 AM
- last edited on
07-15-2025
02:49 PM
by
Content Cleaner
Michael,
To accomplish this task with NI-DAQmx, you should use the examples listed below:
Examples >> Hardware Input and Output >> DAQmx >> Analog Measurements >> Voltage >> Acq&Graph Voltage-Int Clk.vi
Examples >> Hardware Input and Output >> DAQmx >> Digital Handshaking >> Handshaking Input-8255.vi
It is not possible to directly route the analog input scan clock to the appropriate digital input handshaking line. You will first need to route the scan clock to PFI7 using DAQmx Export Signal.vi. Then, you will need to wire PFI7 to the STB line for the digital I/O port you are using. Table 4-4 in the user manual for the NI 6025E contains this information. I have included a link below:
6023E/6024E/6025E User Manual
I hope this helps.
Spencer
06-26-2003 10:24 AM