Ok so we are having issues with trying to get two motors to work at the same time to lift our conveyor up with a cube on it. It will use one motor but not the other. We have it programmed to work on the controller but can’t for autonomous. Any suggestions??
In order to help you we need to see your code; please post it inside [code] [/code] blocks
In your code you only ever tell the top motor to move. The only thing you tell the bottom motor to do is set its maximum torque to 100% (which is unnecessary anyway). To make the bottom motor move you’ll need spin block for it.
1 Like
To do this use the “and don’t wait” thing
it’s the arrow on the right side of the block
Another way is
If ___ is moving
Spin ___
Or something like that