11-29-2017 10:32 AM - edited 11-29-2017 10:33 AM
Help needed to identify where the mistake is.
11-30-2017 04:46 AM - edited 11-30-2017 04:47 AM
Hi ravi,
I don't think you want to compare the output of "Tick Count2" (a "free running counter" according to LabVIEW help) with your "MaxAcqTime(ms)" to determine number of samples…
Why don't you use a FOR loop instead of this inner WHILE loop? You can determine the number of samples in the RT target easily!