EtherCAT:EC SLAVE HOME

From SoftMC-Wiki
Revision as of 09:15, 22 May 2014 by Miborich (talk | contribs) (Text replace - "Axystems:" to "")
Jump to: navigation, search

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)

See Also