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

From SoftMC-Wiki
Jump to: navigation, search
(Created page with '{{MC-Basic |SHORT FORM= ''<GROUP>.''VMax |SYNTAX= ''<GROUP>.''VelocityMax = ''<value>'' |AVAILABILITY= All versions |DESCRIPTION= Defines the maximum allowed velocity of the g…')
 
m (1 revision)
(No difference)

Revision as of 16:09, 13 December 2010

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