Skip to main content

Module pid_config

Module pid_config 

Source
Expand description

Enums for how a DCS/PLC expresses PID parameters, avoiding the fragile pattern of comparing live values against magic display strings ("Kp - Proportional Gain", etc.).

Enumsยง

DerivativeType
How a DCS expresses the derivative term.
IntegralType
How a DCS expresses the integral term.
ProportionalType
How a DCS expresses the proportional term.
TimeUnit
The time unit a DCS expects for integral/derivative parameters.