Excellent explanations and very well done! Best I've seen on PID systems! Great for my students. Keep up the excellent work; you've earned my subscription!
@AaedMusa Жыл бұрын
thanks I appreciate it!
@RobertShaverOfAustin Жыл бұрын
I agree. I might have learned more; understood more, if they had this back when I needed it some 50 years ago. Also, I can't believe how few subscribers you have. Well now I'm *SUBSCRIBED!*
@AaedMusa Жыл бұрын
@@RobertShaverOfAustin one of the greatest mysteries of the universe lol
@harshgupta5027 Жыл бұрын
where can i learn about servo motors...and other electronic devices that is used to make some stuff
@gearscodeandfire4 ай бұрын
Binging your stuff and finding it so freakin helpful- thanks man
@p.f.30146 ай бұрын
A logical development would be to now have balls of variable mass (or other physical properties?) It would be nice to see plots of the error with time. I think you could make the algorithm tune itself. Fuzzy control might also be possible. Great work!
@JeremyCook2 жыл бұрын
Neat. What's that software you're using for notes?
@AaedMusa Жыл бұрын
OneNote
@JeremyCook Жыл бұрын
@@AaedMusa Thanks!
@bahadrsar8991 Жыл бұрын
hello man do you learn this systems without university ı stdy mechn engnr 2.class but ı didnt learn this systems
@erezk2170 Жыл бұрын
Excellent
@qcnck2776 Жыл бұрын
Thanks for another great video.
@benoitlagace6 ай бұрын
Wouldnt the integral value would help him being constantly learning from his incorrect movements and tuning himself all the time ?? Im not an engineer but i did a electromechanic formation some 12 years ago i did not worked with pid very much since school and even then it was simplified
@lucid_Ай бұрын
The integral term helps with steady state error but since the ball is moving so quickly and there is no “steady state” per se (other than the exact center point), the integral would mostly add oscillation and make the controller much harder to tune (would probably need more aggressive derivative coefficient but that comes with its drawbacks as well)
@ehoworka Жыл бұрын
A long time ago (in the BasicX days) I tried to develop a self-balancing robot. It had a single DOF: simply, just a T-square ruler placed upside-down on the floor with a single servo on top operating a single "arm". Sort of like a human keeping her balance standing with her legs apart and being only able to swing one arm. The robot had a single sensor - reporting the level angle. You may think of it as an upside-down Segway problem. I failed because the equations of angular momentum and acceleration got too hairy and BasicX was too slow. This problem is much simpler than the one that you have solved. Can you think (in your spare time) of a simple solution?
@AaedMusa Жыл бұрын
Interesting, that's something I'll look into doing.
@jsbrsb Жыл бұрын
Thank you for doing this! I've always wanted to understand PID control and inverse kinematics. This second video explains PID control and your approach with the software very well. Is there any chance a third video is coming to explain the inverse kinematics?
@AaedMusa Жыл бұрын
Unfortunately no. The brief overview is that I used vector calculus to derive the equations and it took a really long time lol! The equations essentially allow you to input a vector and have the platform point in the direction of that vector. Knowing the distances between the servos and how long each linkage is, you can break the entire system into a bunch of 3D lines and can then solve for the positons which each servo must face in order to get the platform to point in the direction of the aformetntioned vector.
@jsbrsb Жыл бұрын
@@AaedMusa thank you for the explanation. I'll go through it (which will take me some time!) and I appreciate the assistance. Keep up the great work!
@AaedMusa Жыл бұрын
@@jsbrsb thanks!
@qingchen49207 ай бұрын
@@jsbrsb Did you finish it,and can you share me it