MC-Basic:robot.VELOCITYMAXTRANS

From SoftMC-Wiki
Revision as of 07:19, 28 December 2022 by Hallel (talk | contribs) (Added robot's tool tip.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Language: English  • 中文(简体)‎

Defines the maximum translation velocity of the robot's tool tip. Used for both VFTRAN and VTRAN. The value limits the Cartesian motion interpolations only (MOVES, CIRCLE). This parameter does not affect joint interpolated movements (MOVE).

Short form

<ROBOT>.vmtran

Syntax

<ROBOT>.vmtran=<numeric expression>

Availability

Since Version 4.2.x

Type

Double

Range

0.1 to  Maxdouble

Units

mm/sec

Default

1000

Scope

Configuration, Task, Terminal

Limitations

Read/Write, Modal Only

Examples

vmtran = 6000

See Also