MC-Basic:robot.ACCELCMDCART

From SoftMC-Wiki
Revision as of 16:01, 13 December 2010 by Arwiebe (talk | contribs) (Created page with '{{MC-Basic |SHORT FORM= |SYNTAX= <''point_variable''> = <''robot_name''>.AccelCmdCart<br> ? <''robot_name''>. AccelCmdCart |AVAILABILITY= 4.3.0 |DESCRIPTION= Returns the co…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Returns the commanded robot acceleration in  Cartesian coordinates. This variable is computed each sampling period from the motor command position or according to the current interpolation type.

Syntax

<point_variable> = <robot_name>.AccelCmdCart

? <robot_name>. AccelCmdCart

Availability

4.3.0

Type

Location

Range

0.1 to Maxdouble

Units

Location units

Scope

Configuration, Task, Terminal

Limitations

Modal , Read only

Examples

P1  = Scara.AccelCmdCart

? Scara. AccelCmdCart

See Also