question

Raymond F avatar image
0 Likes"
Raymond F asked Joerg Vogel commented

Can a Robot Jog a robot with the TCP to create locations in and Animation?

I am trying to create an animation with a robot that has any different locations and would like to be able to move the robot arm relative to the Tool Center Point.

FlexSim 20.0.0
robots
· 4
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

1 Answer

Benjamin W2 avatar image
3 Likes"
Benjamin W2 answered

@Raymond F

One thing to note about FlexSim is that flowitems only carry a location relative to their owner object. For example, a box in a Queue aligned at the top left corner will have an (x,y) coordinate of (0,0).

It may be possible to create an absolute location of the box as a sum of the Queue and box coordinates. However if either of them is rotated, then the math gets complicated.

Let me know if this helps. On the model, you can drag the box around and watch it's location coordinates update.

robottest.fsm


coordinates.png (62.9 KiB)
robottest.fsm (37.4 KiB)
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.