Why cant i code my flywheel with this program

plz can someone help i have a compatiotion in 2 days and i need my flywheel to work

first what program is it. blocks python or c++. it would help you to send us the code to help you.

Help us help you
Please give that a read first.
In order for us to answer your question we need to know more details.
What is the issue you’re experiencing?
What do you want it to do?
What do you have currently?
Etc.
Didn’t intend to sound rude but there’s not really anything to go off of with your post.
- Henry 344E

it is block coding and i really need help

can you send a photo of the code?

With what?

I would encourage you to try to read @bantha 's post and answer each question in a post. And also, this isn’t discord: Try to have some more punctuation.

Code/Setup and what do you need help with?
Is it the flywheel? or other issue?


here u go i cant find any errors

Uhh, maybe it’s because you haven’t coded your flywheel in there.
All I see is a drive code.
Try using a motor/motor group

There is no code for a flywheel from what I can see there are many tutorials on how to code watch them and learn from them.

Your code for your flywheel should look like this.
Screenshot 2024-01-15 7.40.21 PM

I agree with everyone here. You need to actually program some flywheel code. If you’re talking about the motor not responding to the code, try going under “devices” (shaped like a brain port) and click add controller. If you’ve already created a motor for your flywheel, simply click a button on the controller until you’ve confirmed the controller is activating the flywheel.

Side note: 1200 mm can potentially cross the tape if the bot isn’t decelerating fast enough, and to add on, you have another “drive forward” after. What is that block doing? I’m not too experienced with block code but at least in VexCode Pro always specify direction, speed, and length. You would otherwise get unwanted results. Hope this helps!

yeah but how do u get to set the flywheel velo

You program it as if it was a drive motor, and tell it to “drive” with a certain amount of velocity. It’ll start spinning the motor at that velocity.