Click or drag to resize

HOMING_STATE Enumeration

enum for homing state

Namespace: KMotion_dotNet
Assembly: KMotion_dotNet (in KMotion_dotNet.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
public enum HOMING_STATE
Members
Member nameValueDescription
NOT_HOMED0 initial state
ON_SENSOR1 indicates the sensor bit has been set to the requested state
MOVING_TO_SENSOR2 axis is moving towards the sensor bit
MOVING_FROM_SENSOR3 axis is moving away from the sensor bit
MOVING_TO_FINAL4 axis is moving to the final position
COMPLETE5 homing sequence has been completed
ERROR6 an error occured during the homing routine
See Also