Programming issue with v5 blocks

Hello, I am having trouble with programming my robot, when I put the block drive forward for 7 inches before any other block or the spin block the robot will only do that action and not continue with the other actions/blocks that I inserted into the programming, please let me know what to do, thanks.

Please post a screenshot of the program that’s behaving as you describe.

The issue may be that you’re asking the “Clawmotor” to spin 90 turns - in this scenario, you’re likely reaching a mechanical limit that is causing the arm to “block” the rest of the project since these commands are “blocking” commands - they will prevent any additional code from running until they reach the requested position.

Try changing “turns” to “degrees” and see if that helps.

2 Likes