How do read the current position of an Independent Axis? I’ve tried to use CRobT() but this returns an error saying that there is no associated Robot with this task. There can’t be a robot associated with the task because then you couldn’t define a truely Independent axis.
Hi,
Have you tried with CJointT (is used to read the current angles of the robot axes and external axes). If you have the RobotWare option “Independent Axis” you can run robot axes independent.
That seemed to work! Thanks!