5.1 Pose
Last updated
Was this helpful?
Last updated
Was this helpful?
Pose is an object type embedded in the Hi6 Controller and represents each axis of the robot or the Cartesian coordinates and direction of the tool tip.
Poses are created by calling the constructor function Pose( ). All function parameters are position parameters. Meanwhile, crd and cfg are string types, and the rest are number types.
Refer to the following examples of creating the poses for 6 axes + 1 additional axis and for Cartesian + 1 additional axis.
Alternatively, the pose constructor function may be called using a single array or string parameter. With this, files or data may be converted into poses, acquired through remote communication, and used.
Refer to the following example.
Elements of the pose object can be accessed with the following keys.
For V60.06-06 or older versions, fl is non-fl.
The pose element values can be accessed as shown in the following example.