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

From SoftMC-Wiki
Jump to: navigation, search
(Created page with '{{MC-Basic |SHORT FORM= ''<axis>''.Hoff |SYNTAX= ''<axis>''.HomeOffset = ''<value>'' |AVAILABILITY= All versions |DESCRIPTION= This property determines the motor position feed…')
 
 
(13 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
{{Languages|MC-Basic:axis.HOMEOFFSET}}
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=
''<axis>''.Hoff
+
<''axis''>.Hoff
  
 
|SYNTAX=
 
|SYNTAX=
''<axis>''.HomeOffset = ''<value>''
+
<''axis''>.HomeOffset = <''value''>
  
 
|AVAILABILITY=
 
|AVAILABILITY=
Line 11: Line 12:
 
|DESCRIPTION=
 
|DESCRIPTION=
 
This property determines the motor position feedback relative to the machine's zero point.
 
This property determines the motor position feedback relative to the machine's zero point.
 +
  
 
|TYPE=
 
|TYPE=
Line 28: Line 30:
  
 
|LIMITATIONS=
 
|LIMITATIONS=
Valid in communications phase 2 or higher.
+
*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)
To set the value within a task, the axis must be attached to that task (using the ATTACH command).
+
*Not supported in EtherCAT system
  
 
|EXAMPLE=
 
|EXAMPLE=
Line 38: Line 40:
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:MC-Basic:ATTACH|ATTACH]]
+
* [[MC-Basic:ATTACH|ATTACH]]
* [[Axystems:MC-Basic:HOME|HOME]]
+
* [[MC-Basic:HOME|HOME]]
 
 
  
 +
[[Category:Obsolete|axis.HomeOffset]]
 
}}
 
}}

Latest revision as of 07:58, 19 April 2017

Language: English  • 中文(简体)‎

This property determines the motor position feedback relative to the machine's zero point.

Short form

<axis>.Hoff

Syntax

<axis>.HomeOffset = <value>

Availability

All versions

Type

Double

Range

Limited by the drive.

Units

User position units

Default

Dependent on the drive

Scope

Terminal and Task

Limitations

  • 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.hoff

a1.hoff = -50

See Also