07-16-2018 03:30 PM
Hello,
I'm using one channel on NI-9265 to output multiple values. The sample size is 100 and and my clock rate is 10kHz. Using the Daqmx property node to display Total samples per channel generated, it sometimes states that only a few (14 or 15) of the 100 samples had been generated. Has anyone seen this issue before?
Thanks,
Dan
Solved! Go to Solution.
07-17-2018 06:26 AM
Yes, usually due to wrong coding 😄
Your vi?
07-17-2018 08:07 AM
Hopefully, it is something wrong with my programming.
Thanks.
07-17-2018 08:17 AM
An observation I just made is that when enabling highlight execution, all of the desire samples are written. Could this mean I'm missing a delay somewhere?
07-17-2018 08:26 AM
Just needed to add in the Wait Until Done vi. Fixes the issue.