AXY:MC-Basic:axis.VELOCITYMAX
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