AXY:MC-Basic:group.VELOCITYMAX

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

Defines the maximum allowed velocity of the group. The system limits group velocity commands to this value. In practice, it is limited by physical parameters (especially maximum motor speed).

Short form

<group>.VMax

Syntax

<group>.VelocityMax = <value>

Availability

All versions

Type

Double

Range

Greater than zero

Units

Group velocity units, as given by <group>.VELOCITYFACTOR

Default

1000

Scope

Task or Terminal

Limitations

Write only. To set the value within a task, the group must be attached to that task (using the ATTACH command).

Examples

G1.VMax=300

See Also