MC-Basic:robot.HERE

From SoftMC-Wiki
Revision as of 12:04, 13 September 2017 by Itay (talk | contribs) (AXY: new links)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Language: English  • 中文(简体)‎

Returns the actual robot Cartesian coordinates. This variable is computed each sampling period from the motor feedback position. It equals TOCART(PFB). It is a counterpart of SETPOINT.

Syntax

<point_variable> = <robot_name>.here

? <robot_name>.here

? <axis_name>.here

Type

Location

Units

location units

Scope

Configuration, Task, Terminal

Limitations

Modal only , Read only

Examples

P1  = Scara.Here

? Scara.Here

See Also