Hi Everyone,
Im trying to make my program run as fast as possible. There are two tasks, one writes an AO and the other measures multiple AIs. At the moment its taking just under a ms to do 1 itteration of the loop which is nowhere near fast enough. Im defining the tasks outside the loop. In the loop the first frame writes an analog out, the second waits for a trigger for the AI measurements, waits till done then stops.
The code is below,
cheers.
Mike