05-28-2007 10:14 AM
05-29-2007 06:57 PM - edited 05-29-2007 06:57 PM
Bill,
It seems like you are trying to synchronize the acquisition and the generation on the HSDIO board and also trying to synchronize the digitizer at the same time. You are right about wiring all three of the sessions into the NI-TClk Configure For Homogenous Triggers.vi. You should wire only one of the HSDIO sessions. If you look at the example Multi-Device Dynamic Generation and Acquisition-Source Synchronous (TClk).vi, you will notice that only the generation sessions use the TClk. The acquisition session is still synchronized using the strobe and connecting PFI1 to PFI2. I think this would be the best method for you to use as well.
Also notice that you are calling the initiate session for the acquisition session because you are not using TClk to synchronize it. The other sessions that you are using are still initiated using TClk so you do not need to initiate those sessions.
Please keep in mind the external connections that you need to make to synchronize the acquisition and the generation on your HSDIO board. According to the example :
IV I/O Connection Overview:
To ensure source synchronous, use equal length cable to make the following connections:
1) DDC CLK Out on generatoring devices to Strobe on acquiring devices.
2) PFI 1 on generating devices to PFI 2 on acquiring devices.
3) Data lines from generating devices to data lines on the acquiring devices.
Also, it seems like this thread is a continuation of this other thread. We can just continue on this thread itself.
Hope all of this helps.
Regards,
Message Edited by Raajit L on 05-29-2007 06:59 PM
05-30-2007 10:59 AM