Hi,
i have some for loop with 100 iterations. i start with "i=0" and i increment it by 1 (i=++i). Thats working perfect, but i have in this loop a daq assistent wich produce output voltage, and this voltage value is 0V in first iteration and 100V in the last iteration. what i want is to set output AFTER last loop iteration again to 0V, beacuse when the application ends there's still 100V at output and that's not what i want.
thanx in advance