Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Follow moving target
#1
Is it possible to follow a moving target (and this way an object) with the TCP?

My Project would be to pick an object from a socket on a constantly rotating turntable and place it into another.
Currently my (Delta-)robot reads the last location of the target, moves there and picks or drops the object. But while this happens the turntable continues the rotating and it isn't the right position anymore.

So I thought what if the TCP follows the right socket(or a target above it) and meanwhile picks or drops the object.

我附上一个简短的视频你可以想象setup: I have to move the red object from one green socket to another one while it rotates.
#2
The only way I see to do that is to use the API, reach an approach position to your target, then start a loop moving the robot small steps at a time toward the part.

Something like (pseudo code):
Code:
MoveJ Target + 10Z

For i = 1 to 10
MoveL Target + (10-i)
Find useful information about RoboDK and its features by visiting our2022世界杯32强赛程表时间 and by watching tutorials on ourYoutube Channel.






Users browsing this thread:
1 Guest(s)