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

From SoftMC-Wiki
Jump to: navigation, search
Line 36: Line 36:
 
* [[MC-Basic:ATTACH|ATTACH]]
 
* [[MC-Basic:ATTACH|ATTACH]]
 
* [[MC-Basic:axis.VELOCITYCRUISE|axis.VELOCITYCRUISE]]
 
* [[MC-Basic:axis.VELOCITYCRUISE|axis.VELOCITYCRUISE]]
* [[Axystems:MC-Basic:axis.VELOCITYFACTOR|axis.VELOCITYFACTOR]]
+
* [[MC-Basic:axis.VELOCITYFACTOR|axis.VELOCITYFACTOR]]
  
  
 
}}
 
}}

Revision as of 08:48, 22 May 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

See Also