Models a robot arm with 5 degrees of freedom and a gripper, along with two conveyor belts. The robot transfers parts from one conveyor belt to the other. One conveyor belt brings the parts to the robot arm, and the other belt transports the parts away from the robot arm. The model includes electrical actuation, supervisory logic, and optimization of end effector trajectory.
Please read the README.md file to get started.
Use the "Download from GitHub" button above to get files compatible with the latest release of MATLAB.
Use the links below to get files compatible with earlier releases of MATLAB.
For R2020a: https://github.com/mathworks/Simscape-Robot-Conveyor-Belts/archive/20.1.2.1.zip
For R2019b: https://github.com/mathworks/Simscape-Robot-Conveyor-Belts/archive/19.2.2.0.zip
For R2019a: https://github.com/mathworks/Simscape-Robot-Conveyor-Belts/archive/19.1.1.5.zip
For R2018b: https://github.com/mathworks/Simscape-Robot-Conveyor-Belts/archive/18.2.1.4.zip
For R2018a: https://github.com/mathworks/Simscape-Robot-Conveyor-Belts/archive/18.1.1.3.zip
For R2017b: https://github.com/mathworks/Simscape-Robot-Conveyor-Belts/archive/17.2.1.2.zip
For R2017a: https://github.com/mathworks/Simscape-Robot-Conveyor-Belts/archive/17.1.1.1.zip
For R2016b: https://github.com/mathworks/Simscape-Robot-Conveyor-Belts/archive/16.2.1.0.zip
The robot arm model was created in Onshape and imported into Simscape Multibody.
Visit this File Exchange entry to learn more about Onshape
https://www.mathworks.com/products/simmechanics/onshape.html
The robot arm is based on the youBot.
Find other Simscape examples by searching posts for the keyword "physical modeling"
https://www.mathworks.com/matlabcentral/fileexchange/?term=%22physical+modeling%22
Learn more about MathWorks Simscape Products:
https://www.mathworks.com/physical-modeling/
Steve Miller (2021). Robot Arm with Conveyor Belts (https://github.com/mathworks/Simscape-Robot-Conveyor-Belts/releases/tag/20.2.2.2), GitHub. Retrieved .
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Create scripts with code, output, and formatted text in a single executable document.
Hello Steve
I'm trying to develop a simulation model of a robot arm, using Torque input in the revolute joints.
In order to understand the motors that you are using in this work (congratulations, by the way, it's a really great job) I have done a simplified model erasing some of the parts, leaving just the two first joints (my apologies for this the complete model is too much for me). It works but I don't understand the role of the Current Source block. When I try to remove it I get this error message:
['Simplificado/Bicep_/Meas P', 'Simplificado/Bicep_/Motor', 'Simplificado/Bicep_/Sensing i']: Each physical network must be connected to exactly one Solver Configuration block. There is no Solver Configuration block connected to Physical Network with the following blocks: 'Simplificado/Bicep_'
I have some experience with Multibody but Electrical is still kind of a mystery to me.
Can you explain why do I need the Current Source or how can I remove it without the Solver error?
Best regards
I'm learning this ,thanks!
Hey Steve Miller, I am trying to pick the object which is of uneven shape,I have applied contact forces that keeps the object holded,but I need to pick the object up and place it in its mould,whenever i change the position of gripper it does not take object with it and the object is left at the same position.I have also provided "six degrees of freedom"to the object!!!! can you please give me solution to this?
please upload R016a version of the model
Hi Steve Miller Do you have some example about the integration of inverse kinematic code into simulink
Hi Varun - your inverse kinematics model could probably be included in the Simulink model. There are blocks for including MATLAB code in the Simulink block diagram. The outputs of that block could then be used in place of the constant blocks I used in the model.
Hello Steve,
Thank you for replying in detail to my query. I had not posted any details of what I was doing. After reading you reply, I understood the logic. Now, I needed to know, I am planning to input co-odinates instead of joint angles. Is there any way to do that?. What I did is, I have a separate inverse kinematic matlab/simulink solver. I solved through that seperately, as (x ,y z ) co-ordinates as input and got joint angles as output. I put those join angles in Qt in 'manual' mode and got successful simulation. Is there any way in this model to combine it?
Thanks,
Varun.
Hi Varun - to vary the trajectories, it depends which configuration you are in. In the "Default" configuration, accessed by clicking on the hyperlink at the top of the model, the parameters which are used are in the mask for subsystem "youBot_Arm/Input/Control". If you are testing Box Transfer only, MATLAB workspace variables Qt and t are used. This is so we can optimize those values using Fast Restart, which does not permit variables in MATLAB structures (such as YBT_Par.Waypoints....) to be tuned. I hope that helps. --Steve
How do you vary paramters for simulating different trajectories? modifying PARAM file inputs does not give the desired output.