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

From SoftMC-Wiki
Jump to: navigation, search
m (Text replace - "''<value>''" to "<''value''>")
Line 10: Line 10:
  
 
|DESCRIPTION=
 
|DESCRIPTION=
 +
 +
{{Note/Important| '''THIS PROPERTY IS OBSOLETE'''}}
 +
 
This property specifies the requested acceleration or deceleration to be used during the HOME procedure.
 
This property specifies the requested acceleration or deceleration to be used during the HOME procedure.
{{Note/Important| '''THIS PROPERTY IS OBSOLETE'''}}
 
  
 
|TYPE=
 
|TYPE=

Revision as of 11:04, 18 March 2014

IMPORTANT.svgIMPORTANT
THIS PROPERTY IS OBSOLETE

This property specifies the requested acceleration or deceleration to be used during the HOME procedure.

Short form

<axis>.Hacc

Syntax

<axis>.HomeAcceleration = <value>

Availability

All versions

Type

Double

Range

Greater than 0 (limited by the drive)

Units

User acceleration units

Default

Dependent on the drive

Scope

Task or Terminal

Limitations

Limited by the drive 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.hacc = 1000

If (a1.hacc<2000) Then
       <code>

End If

See Also