Difference between revisions of "MC-Basic:element.VELOCITYMAX"
(new page) |
|||
Line 1: | Line 1: | ||
+ | {{Languages|MC-Basic:element.VELOCITYMAX}} | ||
{{MC-Basic | {{MC-Basic | ||
|SHORT FORM= | |SHORT FORM= |
Latest revision as of 02:41, 1 November 2017
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