MC-Basic:element.VELOCITYMAX

From SoftMC-Wiki
Jump to: navigation, search
Language: English  • 中文(简体)‎

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

Short form

<element>.VMax

Syntax

<element>.VelocityMax = <value>

Availability

All versions

Type

Double

Range

Greater than zero

Units

element velocity units, as given by <element>.VELOCITYFACTOR

Default

1000

Scope

Task or Terminal

Limitations

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

Examples

Axis
A1.Vmax = 300

Group
G1.VMax=300

See Also