Issue Details
I am stating a task in LabVIEW, then stopping the task, changing the timing and starting the task again. When I do this I am getting error -200288:
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.
How can I prevent this from happening?