04-11-2024 09:56 PM
Solved! Go to Solution.
04-11-2024 10:07 PM
I think you need to specify the Sample Clock Timebase Rate. Timebase of NI-9469 is not internal to the NI-9202.
Reference:
Synchronizing C Series Delta-Sigma Modules in Multiple cDAQ Chassis
Synchronize Multiple cDAQ or cRIO Chassis Using the NI-9469 Module
Using NI-9469 to Synchronize Two cDAQ Chassis
04-11-2024 10:31 PM
Thank you for your comment.
The NI-9469 can provide two options for sampling base clock, 13.1072 MHz and 12.8 MHz. I understand this is a different clock source from the one in the NI-9202. I once attempted to set the timebase to the internal timebase of the NI-9202, which is 12.8 MHz. But when the two chassis were linked by NI-9469, the timebase source was automatically switched to NI-9469 for some reason even if I explicitly set it to the NI-9202. So I would like to the sample timebase clock of NI-9469 to 12.8 MHz.
04-11-2024 10:38 PM
What I meant was on top of calling DAQmxSetSampClkTimebaseSrc, you might need to call DAQmxSetSampClkTimebaseRate as well, since you are using a timebase external to NI-9202.
04-11-2024 10:55 PM
Thank you for your comment. I will try that and feedback to you.