Click or drag to resize

CANON_MOTION_MODE Enumeration

Motion profile for contouring

Namespace: KMotion_dotNet
Assembly: KMotion_dotNet (in KMotion_dotNet.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
public enum CANON_MOTION_MODE
Members
Member nameValueDescription
CANON_EXACT_STOP1 Exact Stop
Remarks
Will perform accel/slew/decel on each segment

Most accurate type of motion

CANON_EXACT_PATH2 Exact Path
Remarks
Creates an optimized path limited by vector accels and velocities
CANON_CONTINUOUS3 Continuous Contouring
Remarks
Maintains a constant velocity over a series of path segments This is not an accurate machining profile, but useful for fast, smooth motion
See Also