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

From SoftMC-Wiki
Jump to: navigation, search
m (Text replace - "''<value>''" to "<''value''>")
m (Text replace - "Write-Only" to "Write only")
Line 28: Line 28:
  
 
|LIMITATIONS=
 
|LIMITATIONS=
Write-Only. To set the value within a task, the group must be attached to that task (using the ATTACH command).
+
Write only. To set the value within a task, the group must be attached to that task (using the ATTACH command).
  
 
|EXAMPLE=
 
|EXAMPLE=

Revision as of 11:05, 20 March 2014

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

Short form

<GROUP>.VMax

Syntax

<GROUP>.VelocityMax = <value>

Availability

All versions

Type

Double

Range

Greater than zero

Units

Group velocity units, as given by <GROUP>.VELOCITYFACTOR

Default

1000

Scope

Task or Terminal

Limitations

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

Examples

G1.VMax=300

See Also