Difference between revisions of "AXY:MC-Basic:axis.VELOCITYMAX"
m (1 revision) |
m (Text replace - "''<axis>''" to "<''axis''>") |
||
Line 1: | Line 1: | ||
{{MC-Basic | {{MC-Basic | ||
|SHORT FORM= | |SHORT FORM= | ||
− | '' | + | <''axis''>.VMax |
|SYNTAX= | |SYNTAX= | ||
− | '' | + | <''axis''>.VelocityMax = ''<value>'' |
|AVAILABILITY= | |AVAILABILITY= | ||
Line 19: | Line 19: | ||
|UNITS= | |UNITS= | ||
− | User axis velocity units, as given by '' | + | User axis velocity units, as given by <''axis''>.VELOCITYFACTOR |
|DEFAULT= | |DEFAULT= |
Revision as of 08:00, 17 March 2014
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