Click or drag to resize

HOMING_ROUTINE_SOURCE_TYPE Enumeration

Method to be used for creating a home sequence

Namespace: KMotion_dotNet
Assembly: KMotion_dotNet (in KMotion_dotNet.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
public enum HOMING_ROUTINE_SOURCE_TYPE
Members
Member nameValueDescription
FROM_FILE0 Runs homing sequence from a pre-existing file
FROM_STRING1 Creates a file from the Homing_c_Program contents
FROM_THREAD2 Simply executes a thread
AUTO3 Generates a .c file based on the Homing Params
See Also