Hi everyone,
I've been writing a code in LabView for 2-D scanning purposes. I want the code to run in such a way that it moves in y from 0 to the maximum limit 75 microns, then moves 1 micron in x, then moves from 75 to 0 microns in y again, then 1 in x, then 0 to 75 in y. At the moment, my code seems to be running 1 in x, 0 to 75 in y, then 1 in x, then again 0 to 75 in y instead of 75 to 0. I want it to increment in y then decrement in y instead of being reset to 0. Any ideas?
I have attached an image of the block diagram.