Issue Details
I am currently setting up my DAQ task for triggered finite operation, and I want to repeat the triggered finite operation indefinitely. I have enough time between triggers so that I can enable them in software by calling the DAQmx Start Task VI. However, when I try to receive the second trigger,
I receive error -200288 that states:
Measurements: Attempted to write a sample beyond the final sample generated. The generation has stopped, therefore the sample specified by the combination of position and offset will never be available.
Specify a position and offset which selects a sample up to, but not beyond, the final sample generated. The final sample generated can be determined by querying the total samples generated after a generation has stopped.