Forum Migration Notice
Update (2026-01-21): The user forums are now in read-only mode pending the data migration.

Update (2026-01-12): The user forums will be put into read-only mode on the 21st of January, 00:00 CET, to prepare for the data migration.

We're transitioning to a more modern community platform by beginning of next year. Learn about the upcoming changes and what to expect.

how robot calculate the xyz values

Hello all,
     I am working as robotic simulation engineer. 
     I have doubt regarding robot base frame and tool frame.
     In industrial six axis robot programming we use robot tool frame and base frame. basally what is the purpose of the both in robot programming. 
     when we teach a location from where it will calculate the coordinate values. 

Comments

  • Unless you have added the optional argument  'workobject' to the move instruction it will use the base frame.

    By default tool0 is used as the tool frame, but you should change this (in the move instruction) to use the tool that you have setup to represent the real tool - as this will have the correct mass, center of gravity, etc of the tool defined.