02-11-2020 11:45 AM
Hello, I have a NI 6711 card with a BNC-2110. And I have problems to synchronize the analog output with the digital ones. When I turn on both I have a delay between them of ~50 ms. Is possible to synchronize both outputs? How I should work?
Thanks,
Emiliano.
03-17-2020
09:44 PM
- last edited on
09-04-2025
08:56 AM
by
Content Cleaner
Typically, for synchronization on the same card on the DAQ platform, you would want to ensure that all tasks are hardware timed, and using the same sample clock.
Most DAQ cards do not feature the Digital I/Os having their own hardware-timed sample clock, so you would usually always need at least an Analog I/O task, even if it is a dummy one.
See the following example, and it might work for you.
https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z0000019PBVSA2&l=en-SG
Additional reading:
https://www.ni.com/en/support/documentation/supplemental/10/synchronization-explained.html
Hope this helps!
-Hafiz