API Reference v9.2.0

ProcessControllerModeenum

Module: ZaberMotionProduct

Mode of the process controller.

To use this type, add import ZaberMotionProduct to the top of your source code.

NameValueDescription
ProcessControllerMode.manual0Allows direct control of the output voltage.
ProcessControllerMode.pid1Closed-loop PID control to maintain a setpoint.
ProcessControllerMode.pidHeater2PID control optimized for heater loads.
ProcessControllerMode.onOff3Binary on/off switching based on a threshold.