Posts: 7
Threads: 3
Joined: Oct 2020
Reputation:
0
I wanted to simulate pick and place from KUKA robot for which I wanted to know the time taken to pick an object and placing it. how it can be known and in which format does it save the data. for each object which is picked, I have to get the data and send it to MATLAB for generating optimal sequence.
please help
Posts: 74
Threads: 11
Joined: Oct 2020
Reputation:
8
What Kuka robot? What is the item to be picked and placed?
Will the item be in the same position for picking or is a vision system required?
Are the items fragile or can they be moved at maximum robot velocity without damage?
The shortest path may not be the fastest path on a robot.
Posts: 1,832
Threads: 2
Joined: Oct 2018
Reputation:
70
If you need to provide data to MATLAB I would recommend you to look at a Python Script called "CycleTimeDisplay". You can find it in "C:/RoboDK/Library/Scripts".
There's also an API for MATLAB, that could help you hook up both together.
Jeremy