05-02-2007 07:42 AM
05-03-2007 03:48 AM
05-03-2007 04:26 AM
05-03-2007 04:40 AM - edited 05-03-2007 04:40 AM
Message Edited by crimolvic on 05-03-2007 04:42 AM
05-04-2007
01:18 AM
- last edited on
05-05-2026
08:57 PM
by
Content Cleaner
Hello CVJM,
phase offset can be issue with DSA synchronization, but you seem to have found two possible solutions to the problem. The second approach that you mentioned (adding delay before the start of the lower-delayed device’s acquisition) is less feasible than the first approach. First, you’ll need to create two separate AI tasks, thereby adding complexity to the code. Secondly, the differences between the filter delays may not be an even multiple of the sample clock period, so even after adding the delay, you may still have a slight phase mismatch.
On the other hand, if you use the channel expansion method for the DSA devices (adding both device’s channels to the same task), they will be synchronized, but with the phase offset as you mentioned in your post. The best way to account for this offset is to use the software postprocessing to remove the extra samples of the lower-delayed device.
Kind regards,
Elmar
05-14-2007 10:04 AM