Alright so heres the deal. I have been using Modkit for my driver program but I would rather use VexCode Blocks. But I have no idea how to make 2 motors spin at once when I hold down a button on the controller.
I will try it when I get home, thanks! Also if I change the turn velocity and drivetrain speed will it change when I drive it? (also motor velocity/torque) I know in modkit it does not change anything when your driving. Thanks!
(its been awhile since I have used VexCode)
ooo. bye bye mod kit xD
Just realized that this will spin the motors seperatly. Do you know how to make them spin together?
What makes you think that they will spin separately? I think you should find that this does what you need.
The spin motor command is not a blocking command. That means you will see no gap between spin motor 1 forward
and spin motor 2 forward
or you can make a custom variable
This looks like a really sweet feature!!!
I have noticed that commands that move multiple motors at once are usually unable to move these multiple motors in any combination of rotation directions, besides the ones made ar initialization. Will there be an easy way to change which directions the individual motors in the motor group will be spinning on the fly? Thanks!
Could you elaborate why would this be useful? If you need a block to change the direction of one motor and then need amother to move them, you are using the same number of blocks to just move each one individually.
If a design is complicated enough to need that functionality, I think coding the motors individually is reasonable. The group motor function is really there just to help with lifting or other grouped motor scenarios where the direction of all motors in the group would not change.