I have set up conversion utility for converting a bunch of analog inputs into engineering units.
I have 4 real files for rawmin rawmax, engmin and engmax. I used a For Next routine with using V10 as both the indexer and the pointer - the first loop starting at 0 to 12, no problems. The next for next same V10 starting at 100 to 153 again no problems. The last analog input i again set a for next loop starting v10 at 200 to 212. It wouldn't run. I tried all sorts of things and finally had to move 200 into v10, do a scale INC and repeat over and over. I tried a bunch of things to solve this riddle even putting in a hard input inside the for next but it would latch. Im wondering if the Do more has some sort of limit on For Next Loops??
Thanks