Difference between revisions of "MC-Basic:axis.VELOCITYOVERSPEED"

From SoftMC-Wiki
Jump to: navigation, search
(Created page with '{{MC-Basic |SHORT FORM= ''<axis>''.VOSPD |SYNTAX= <axis>.VelocityOverspeed = <value><br> ?<axis>.VelocityOverspeed |AVAILABILITY= All versions |DESCRIPTION= Set or query the…')
 
m (1 revision)
(No difference)

Revision as of 16:09, 13 December 2010

Set or query the axis VELOCITYOVERSPEED value. VELOCITYOVERSPEED defines an absolute motor velocity limit. When this limit is exceeded, an error is generated and the axis is brought to an immediate stop. While stopping, the overspeed condition is not checked. Further action may be taken by the program error handler.

Short form

<axis>.VOSPD

Syntax

<axis>.VelocityOverspeed = <value>

?<axis>.VelocityOverspeed

Availability

All versions

Type

Double floating point

Range

Greater than zero.

Units

User axis velocity units, as given by <axis>.VELOCITYFACTOR

Default

1.2*Vmax

Scope

Configuration, Task or Terminal

Limitations

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

Examples

A1.VelocityOverspeed = a1.vmax

See Also