Difference between revisions of "MC-Basic:axis.HOMEACCELERATION"
m (Text replace - "''<value>''" to "<''value''>") |
|||
| (7 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
| + | {{Languages|MC-Basic:axis.HOMEACCELERATION}} | ||
{{MC-Basic | {{MC-Basic | ||
|SHORT FORM= | |SHORT FORM= | ||
| Line 11: | Line 12: | ||
|DESCRIPTION= | |DESCRIPTION= | ||
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. | ||
| − | |||
|TYPE= | |TYPE= | ||
| Line 29: | Line 29: | ||
|LIMITATIONS= | |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). | + | *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). | ||
| + | *Not supported in EtherCAT system | ||
|EXAMPLE= | |EXAMPLE= | ||
| Line 40: | Line 43: | ||
|SEE ALSO= | |SEE ALSO= | ||
| − | * [[ | + | * [[MC-Basic:ATTACH|ATTACH]] |
| − | * [[ | + | * [[MC-Basic:HOME|HOME]] |
| − | [[Category | + | [[Category:Obsolete|Axis.HomeAcceleration ]] |
}} | }} | ||
Latest revision as of 07:26, 19 April 2017
| Language: | English • 中文(简体) |
|---|
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).
- Not supported in EtherCAT system
Examples
a1.hacc = 1000
If (a1.hacc<2000) Then
<code>
End If