03-01-2007 07:30 PM
03-04-2007
01:37 PM
- last edited on
08-17-2025
05:01 PM
by
Content Cleaner
Hello Larry,
In Traditional NI-DAQ (Legacy) PCLK2 maps to pin 6 on the 68-pin connector; in NI-DAQmx, PFI5 maps to pin 6. So, when you were told that PCLK2 maps to PFI5 this was technically correct. For more information about the physical connections of your device you can view the documentation online. For Traditional NI-DAQ (Legacy) you can reference page C-1 in the NI 653X User Manual for Traditional NI-DAQ, and for NI-DAQmx you should refer to the section called "Signal Descriptions" in the NI 6533/6534 for NI-DAQmx™ Help, which you referenced earlier.
However, I believe the problem you are having is a result of the different implementation of burst handshaking in NI-DAQmx as compared to Traditional NI-DAQ (Legacy). In Traditional NI-DAQ (Legacy) the REQ, ACK and PCLK signals are used to transfer data. However, in NI-DAQmx the signals called Pause trigger, Ready for Transfer event and Sample clock are used to implement burst handshaking. You can find more details about implementing burst handshaking in NI-DAQmx in the NI 6533/6534 for NI-DAQmx™ Help. Specifically, I would recommend that you review the sections called "Using a Clock to Transfer Data Between Two Devices-Burst" and "Considerations for Using the Burst Handshake Sample Timing Type".
In addition, there is an example called that "DOsingleBufBurstHandshakeExtPClock653x.C" that you may find helpful. This example is installed by default at the following path: C:\Program Files\National Instruments\NI-DAQ\Examples\VisualC\Do. I hope this is information is helpful. Let me know if you have any questions or need any help finding the example.