Click or drag to resize

CANON_DIRECTION Enumeration

Spindle Direction

Namespace: KMotion_dotNet
Assembly: KMotion_dotNet (in KMotion_dotNet.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
public enum CANON_DIRECTION
Members
Member nameValueDescription
CANON_STOPPED1 Stopped
Remarks
This is the state for the spindle when not spinning
CANON_CLOCKWISE2 Clockwise
Remarks
This is the state for the spindle when spinning Clockwise

The rotation is relative from the tool's view

CANON_COUNTERCLOCKWISE3 CounterClockwise
Remarks
This is the state for the spindle when spinning CounterClockwise

The rotation is relative from the tool's view

See Also