MC-Basic:robot.SETPOINT

From SoftMC-Wiki
Revision as of 08:54, 22 May 2014 by Miborich (talk | contribs) (Miborich moved page Axystems:MC-Basic:robot.SETPOINT to MC-Basic:robot.SETPOINT: Global renaming of Axystems: namespace into (Main):)
Jump to: navigation, search

Returns the commanded robot Cartesian coordinates. This variable is computed each sampling period from the motor command position or according to the current interpolation type. Equals TOCART(PCMD). It is a counterpart of HERE.

Syntax

<point_variable> = <robot_name>.setpoint

? <robot_name>.setpoint

? <axis_name>.setpoint

Availability

All versions

Type

Location

Units

Location units

Scope

Configuration, Task, Terminal

Limitations

Modal , Read only

Examples

P1  = Scara.SetPoint

? Scara.SetPoint

See Also