
How do I start modelling a liquid handling robot in Matlab?
6 views (last 30 days)
Show older comments
I would like to model a liquid handling robot in Matlab (image of robot attached below), but I do not know how to do so or how to get started. I have seen tutorials online for designing an articulated robot, however that does not apply to me. I need the robot to be able to pipette fluid and move in the x, y, or z directions. Thanks!
Any help and guidance to start modelling this type of robot would be greatly appreciated. Thanks!

0 Comments
Answers (1)
Sam Chak
on 22 Jun 2023
Edited: Sam Chak
on 22 Jun 2023
Hi @John Smith
Start by defining the coordinate frame. The Cartesian grid
seems to fit in this application.
Next, define the rest position of the end effector (designed to interact with the fluid).
Then, apply Newton's law of motion to derive something like this:

where
to be designed so that the end effector moves to the reference location
described by Cartesian system.
Refine the model if you want to include the effects of gravity and frictions.
0 Comments
See Also
Categories
Find more on Robotics in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!