MC-Basic:axis.HOMEVELOCITY

From SoftMC-Wiki
Revision as of 09:03, 19 April 2017 by Chi (talk | contribs)
Jump to: navigation, search
Language: [[::MC-Basic:axis.HOMEVELOCITY|English]]  • [[::MC-Basic:axis.HOMEVELOCITY/zh-hans|中文(简体)‎]]

This property specifies the requested velocity to be used during the home procedure.

Short form

<axis>.Hvel

Syntax

<axis>.HomeVelocity = <value>

Availability

All versions

Type

Double

Range

Limited by the drive.

Units

User velocity units

Default

Dependent on the drive

Scope

Task or Terminal

Limitations

  • Value must be less than VELOCITYMAXIMUM or VMAX is used
  • Valid in communications phase 2 or higher
  • To set the value within a task, the axis must be attached to that task (using the ATTACH command)
  • Not supported in EtherCAT system

Examples

?a1.hvel
a1.hvel = 100

See Also