MC-Basic:MOVES

From SoftMC-Wiki
Jump to: navigation, search

The MOVES command moves the robot along a straight line in world-space. The target point can be given as LOCATION or JOINT point. The parameters of the motion are: VTRAN, ATRAN, DTRAN, VRTO,AROT, DROT. The syntax for the properties is:

<Property Name> = <value>

The permanent value is overridden for the duration of the MOVES. All standard motion specification of the MOVE command are also available (STARTTYPE, ABS) with exactly the same functionality.

Syntax

Moves <robot> <target point> {Optional Property}*

Availability

All versions

Type

Double

Scope

Task, Terminal

Limitations

Write only. In a task, the robot must be attached to that task.

Examples

MOVES #{400,400,20,-30} vtran = 1000

See Also