Difference between revisions of "AXY:MC-Basic:axis.VELOCITYMAX"

From SoftMC-Wiki
Jump to: navigation, search
m (Miborich moved page Axystems:MC-Basic:axis.VELOCITYMAX to MC-Basic:axis.VELOCITYMAX: Global renaming of Axystems: namespace into (Main):)
Line 1: Line 1:
 +
{{Languages}}
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=

Revision as of 02:11, 24 April 2017

Language: English  • 中文(简体)‎

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

Short form

<axis>.VMax

Syntax

<axis>.VelocityMax = <value>

Availability

All versions

Type

Double

Range

Greater than zero

Units

User axis velocity units, as given by <axis>.VELOCITYFACTOR

Default

1000

Scope

Task or Terminal

Limitations

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

Examples

Xaxis.VMax=300

See Also