Enum ControllerType
Enumeration of the different types of controllers that exist in TwinCAT NC.
public enum ControllerType
Fields
High_LowSpeedController = 7High/low speed controller (position).
NOT_DEFINED = 0Controller not defined.
PID_Controller = 3PID Controller (with ka) (position).
PI_ControllerVelocity = 6PI Controller (velocity).
PP_Controller = 2PP Controller (with ka) (position).
P_ControllerPosition = 1P-controller (standard) (position).
P_ControllerVelocity = 5P Controller (velocity).
SercosController = 9Sercos Controller (Position in the drive)
StepperMotorController = 8Stepper motor controller (position).
TComController = 14TCom Controller (Soft Drive) (Position in the drive)