Hordr Method

Description
Specifies the order of the axes returning to their HOME positions.

Syntax
Sub Hordr ( Home1 As Integer, Home2 As Integer, Home3 As Integer, Home4 As Integer, Home5 As Integer, Home6 As Integer [, Home7 As Integer] [, Home8 As Integer] [, Home9 As Integer] )

Parameters

  • Home 1 - 9
    A bit pattern indicating which axes return to home during each step of the Home process. Any number of axes from 0 to all axes can return home at the 1st step. Home 7 – 9 can be specified when R, S, or T axis is specified.

See Also
Home Method, HomeSet Method, Mcordr Method

Hordr Example
VB Example:

m_spel.Hordr(2, 13, 0, 0, 0, 0)  

C# Example:

m_spel.Hordr(2, 13, 0, 0, 0, 0);