I'm trying to set up the remote control so that one joystick runs 3 motors at once. Should I write the code like motor[port1,port2,port3] = vexRT(Ch2); or should it be like motor[port1] = vexRT(Ch2); motor[port2] = vexRT(Ch2); motor[port3] = vexRT(Ch2);
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////Additionally ... can I connect 2 command units together, each controlling 2 motors, so that multiple batteries can be used. Or is that not needed to increase the output of the motors?
Users browsing this forum: No registered users and 3 guests
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot post attachments in this forum