Difference between revisions of "EtherCAT:EC SLAVE HOME"
m (Text replace - "Axystems:" to "") |
m |
||
Line 2: | Line 2: | ||
|DESCRIPTION= | |DESCRIPTION= | ||
− | This subroutine is used to start HOMING procedure in a | + | This subroutine is used to start the HOMING procedure in a slave drive. |
|INPUT= | |INPUT= | ||
− | Generic axis, Homing timeout [ | + | Generic axis, Homing timeout [ms] |
|OUTPUT= | |OUTPUT= |
Revision as of 12:50, 13 January 2015
This subroutine is used to start the HOMING procedure in a slave drive.
Input
Generic axis, Homing timeout [ms]
Output
None
Return Value
Void
Declaration
public sub EC_SLAVE_HOME(ax as generic axis, byval homingTimeout as long)
Limitations
homingTimeout must be in the range [1...60,000]
Examples
call EC_SLAVE_HOME(ax1, 5000)