copy and paste this google map to your website or blog!
Press copy button and paste into your blog or website.
(Please switch to 'HTML' mode when posting into your blog. Examples: WordPress Example, Blogger Example)
single or double flywheel - VEX V5 General Discussion - VEX . . . - VEX Forum Single flywheels have a higher theoretical fire rate With most single flywheels, the launcher uses a 28:1 or 25:1 (or even 24:1) ratio and at least 4 motors With a double flywheel, each side only has half the motors Therefore, to match the fire rate, the double flywheel must have a gear ratio of 14:1 or lower
Community Design for fastest robots we can make lucky for you I just finished my design that only needs 2 blue motors, 2 25-long C-channels, 2 10-long C-channels, 7 shaft collars, 2 84-tooth gears, 2 12-tooth gears, a 1 8 in spacer, 4 flex wheels with 4in diameter, and axles with the following lengths; 8in, 7in, 4in, 3in you need one axle of each length
Need help with drivetrain gearing and gear positioning I am trying to create a cad of my robot for this year I am planning to do a 6m 55w drive at 450 rpm or something close I am using 3 wide c-channels because I want to save space when mounting motors side by side I don’t know how to mount the gear so that they will mesh I want to use the smallest gears possible How should I do this?
V5 smart motor estimating performance parameters Hey guys, Martin here I competed in the distant past of 2014 and 2015 VRC seasons I have been mentoring an FRC team for the past few years, and with that some basic knowledge of motor performance parameters As I was making spreadsheets of the various motors available to FRC it struck me to look back at VRC and see what the latest V5 motor’s parameters were So the V5 smart motor is
Is it Legal to disable the Motor overheat protection? However, I would highly advise against this, given that there is an overheat protection for a reason Doing a very simple Google search will provide why: motors can be damaged permanently when they overheat It’s just not that smart of an idea when you can swap out your motors relatively quickly if you rubberband them
A Simple V5 Motor Test Utility - VEX Forum If you’re running a decently large program, you probably have a bin of questionable motors If your program is anything like ours, that bin is probably partially full of motors that students are blaming for their own issues, cables, or overheating This quick test software (written in PROS) helps you resolve which motors are actually bad and which can go back in the good motors drawer It
VEXcode Pro V5 Text Tech Support - VEX Forum Hi! We’re trying to figure out how fast each of our motors are moving so that we can fix a problem in our robot We are trying to use code to figure this out, but instead of showing us the velocity that our motors are moving at, it just shows 0 This is an example for one of the motors: Brain Screen print(leftForward velocity(vex::velocityUnits::pct)); Could someone give us another example
Motor Brake? - General Forum - VEX Forum how do you program a motor to brake after it has traveled a distance? i want the robot to move forward 5 feet, and i tell the motors to stop (127), but the vex motors only coast and the momentum carries the robot further than i want after the motors are running(225), should i make the motors go backwards a bit (110, maybe?) and then make them stop?
How do you lock a motor with code? - VEX Forum So I made a code that is for my robot However, when I press a button, the motor spins, yet when I release the button, the motor releases like it has no strength A friend of mine named Brandon somehow fixed this, but because he made it on his computer, then I can’t get it I can’t email him either; he’s always busy So how do I make the motor lock? (with program instructions, please