
Re: how to make a arm move up and down with 2 motors
Yes, this looks like it will work. I don't know bout how your motors are arranged, so you may have to put a negative sign on one of the numbers, or reflect the correct motor. Speaking of which, the way you reflect the motor is by typing "bMotorReflected[armmotorleft]". This should usually not be done in the while loop. Instead, put it at the top of your program after task main(). If you need to change the direction of motion, put a negative sign in front of the value.