Difference between revisions of "MC-Basic:HOME"

From SoftMC-Wiki
Jump to: navigation, search
m (Text replace - "Write-Only" to "Write only")
m
Line 7: Line 7:
  
 
|AVAILABILITY=
 
|AVAILABILITY=
All versions
+
*All versions.
 +
*Not supported with EtherCAT
  
 
|DESCRIPTION=
 
|DESCRIPTION=
 
This command starts the home procedure in the drive. It implicitly sets the axis into following mode and starts the homing move. HOMEVELOCITY and HOMEACCELERATION are the values used during the home move. The type of move is determined by the HOMETYPE property. The offset and distance are determined by HOMEOFFSET and HOMEDISTANCE. In simulation mode, issuing a homing procedure flags an error. During the homing procedure, the following flag is locked to the user. When the procedure is finished, the following mode can be changed.
 
This command starts the home procedure in the drive. It implicitly sets the axis into following mode and starts the homing move. HOMEVELOCITY and HOMEACCELERATION are the values used during the home move. The type of move is determined by the HOMETYPE property. The offset and distance are determined by HOMEOFFSET and HOMEDISTANCE. In simulation mode, issuing a homing procedure flags an error. During the homing procedure, the following flag is locked to the user. When the procedure is finished, the following mode can be changed.
  
{{Note/Important| '''THIS PROPERTY IS OBSOLETE'''}}
+
 
 +
<!-- {{Note/Important| '''THIS PROPERTY IS OBSOLETE'''}} -->
 +
 
 +
 
 
|TYPE=
 
|TYPE=
  
Line 29: Line 33:
  
 
|LIMITATIONS=
 
|LIMITATIONS=
Write only. Axis must be attached, enabled, not moving, and not a slave.
+
*Write only.
 +
*Axis must be attached, enabled, not moving, and not a slave.
  
 
|EXAMPLE=
 
|EXAMPLE=

Revision as of 09:54, 23 March 2014

This command starts the home procedure in the drive. It implicitly sets the axis into following mode and starts the homing move. HOMEVELOCITY and HOMEACCELERATION are the values used during the home move. The type of move is determined by the HOMETYPE property. The offset and distance are determined by HOMEOFFSET and HOMEDISTANCE. In simulation mode, issuing a homing procedure flags an error. During the homing procedure, the following flag is locked to the user. When the procedure is finished, the following mode can be changed.

Syntax

Home <axis>

Availability

  • All versions.
  • Not supported with EtherCAT

Scope

Task or Terminal

Limitations

  • Write only.
  • Axis must be attached, enabled, not moving, and not a slave.

Examples

Home a1

See Also