MC-Basic:axis.HOMEDISTANCE

From SoftMC-Wiki
Revision as of 16:01, 13 December 2010 by Arwiebe (talk | contribs) (Created page with '{{MC-Basic |SHORT FORM= ''<axis>''.Hdis |SYNTAX= ''<axis>''.HomeDistance = ''<value>'' |AVAILABILITY= All versions |DESCRIPTION= This property specifies the distance between t…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

This property specifies the distance between the home position and the position at the end of the homing procedure.

Short form

<axis>.Hdis

Syntax

<axis>.HomeDistance = <value>

Availability

All versions

Type

Double

Range

Limited by the drive.

Units

User position units.

Default

Dependent on the drive.

Scope

Task or Terminal

Limitations

The HOMERETURN property must be set in order to move to the HOMEDISTANCE location. 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).

Examples

a1.hdis = 0

?a1.hdis

See Also