The example "Aquire N scans Analog Hardware Trig.vi" requires a time limit input. I need my application to be able to wait some lengths of time for the analog trigger without a time constraint. Is it possible to disable the time limit input to the AI read vi?
I have tried putting the AI read vi into a while loop and waiting for the "retrieval complete" boolean, but this seemed to fill the buffer,so that when I would read the data would be incorect. I also tried a while loop and waited on "number read" to equal the value I specified, but this gave me a similar error. It would be nice to just disable the time limit input. Can anyone help?
