Difference between revisions of "EtherCAT:EC SLAVE HOME"
m (Text replace - "Axystems:" to "") |
|||
Line 1: | Line 1: | ||
− | {{ | + | {{Template:EtherCAT-Function |
|DESCRIPTION= | |DESCRIPTION= |
Revision as of 09:15, 22 May 2014
This subroutine is used to start HOMING procedure in a certain slave drive
Input
Generic axis, Homing timeout [mSec]
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)