MCPcopy Create free account

hub / github.com/br3ttb/Arduino-PID-Library / functions

Functions13 in github.com/br3ttb/Arduino-PID-Library

MethodCompute
Compute() ********************************************************************** * This, as they say, is where the magic happens. this function
PID_v1.cpp:58
MethodGetDirection
PID_v1.cpp:223
MethodGetKd
PID_v1.cpp:221
MethodGetKi
PID_v1.cpp:220
MethodGetKp
Status Funcions************************************************************* * Just because you set the Kp=-1 doesn't mean it actually happened. the
PID_v1.cpp:219
MethodGetMode
PID_v1.cpp:222
MethodInitialize
Initialize()**************************************************************** * does all the things that need to happen to ensure a bumpless transfer
PID_v1.cpp:189
MethodPID
Constructor (...)********************************************************* * The parameters specified here are those for for which we can't set up
PID_v1.cpp:20
MethodSetControllerDirection
SetControllerDirection(...)************************************************* * The PID will either be connected to a DIRECT acting process (+Output l
PID_v1.cpp:203
MethodSetMode
SetMode(...)**************************************************************** * Allows the controller Mode to be set to manual (0) or Automatic (non-z
PID_v1.cpp:175
MethodSetOutputLimits
SetOutputLimits(...)**************************************************** * This function will be used far more often than SetInputLimits. while
PID_v1.cpp:154
MethodSetSampleTime
SetSampleTime(...) ********************************************************* * sets the period, in Milliseconds, at which the calculation is performe
PID_v1.cpp:134
MethodSetTunings
SetTunings(...)************************************************************* * This function allows the controller's dynamic performance to be adjust
PID_v1.cpp:102