Our comp is 1/16 but no time to work during break
Also where would I put rubber bands on the DR4B? We don’t want to stall the arm motor if possible.
There are tons more threads abt rubber banding. This is just one of them
Check this out:
Two-point linear rubber banding on both sets of four-bars will be the best for your lift.
Thank you very much!
Who are you? Are you like DRow?
No…
ok can you post pics of Uniformly Tensioned Rubber Band System Analysis/ Guide I can’t see them
Thanks! Is 2 point linear banding the best option, or a triangle?
It depends on what you want to accomplish. Personally, I like triangle banding better, but both have their advantages.
I think we just need the arm to stay where it is at all times. (even though we haven’t finished building the DR4B) should we use triangle?
Banding is meant to help ur lift go up against gravity. If u find a sweet spot for rubber bands, u might be able to accomplish what u want. If that’s too difficult, u can set up a simple pid loop that keeps the lift at a specific height by putting a potentiometer on one of the axels and adjusting the degrees
Forgot to say this but I’m pretty sure u can’t use the internal motor encoders cause those don’t record their value between matches. They will reset to zero if u turn off and on the robot
Uh I kinda need help with coding now. I’m not the coder (now I am bc the coder is so lazy). This is my 2 month of Vex so Idk what to do…
Well what are you trying to do?
Edit: Wait, are you sure you meant to type that in this thread or the other one?
oops I meant the other one
I would argue that a pid loop would be harder?
This doesn’t necessarily matter as long as the lift starts at the same place every match. Even if it’s off by a degree or two, it won’t make much of a difference, especially if the lift is on a 7:1 ratio.
Instead of pid however, you could simply use brakeType::hold to hold the lift in place. This Should Not replace rubber banding though; ideally you would use both, but rubber banding is more important.
Thanks for correcting me about the internal encoders. I’m not too knowledgeable abt them. I usually don’t talk abt things I don’t know abt but u just wanted to propose an option.
I also agree that brake type hold is not a replacement for banding and can easily break motors.
Lastly, I’ve had enough experience with pid to a point where it is actually easier for me. It all depends on the team