Drivetrain questions for VEXcode IQ Blocks

Hi, the students that I am mentoring are using VEXcode IQ Blocks and have set up a Drivetrain for their robot. This is our first year with Vex IQ and have not used any other programming tools like robotc. I have a couple questions:

  1. I see the “set drive velocity” and “set turn velocity” blocks that take a percentage value or an rpm. What are the default values if these blocks are not used?

  2. In general, is there documentation that explains what all of the block commands do? For example, I can kind of guess what “set drive timeout” should do, but it would be great if there was more specific information.

Thanks!

Someone told me the default was 50%, not sure if that’s true. However, for my son’s team they just put in 40% at first and they dialed it down as they went along. I believe their drive velocity is at 20something and their turn velocity is below 20.

I saw that there was a help button, the question mark (?), on the right side, and you just click on a block and tells you more information.

2 Likes

Hi @SP_BigBang Here is a tutorial video on using the Help

1 Like

default is 50 rpm, which on IQ is the same as 50%.

1 Like

Thanks everyone for the help! I can’t believe that I missed that help button…

1 Like

Why wouldn’t 50% be 60rpm given that max free speed is 120rpm?

1 Like

yea, you are correct.
default for setVelocity is 50 rpm.
50% would be ~ 60rpm.
I use V5 a lot more than IQ, always have in my head these are 100rpm motors when they actually go higher than that.

2 Likes