C# Class PidController.PidController

A (P)roportional, (I)ntegral, (D)erivative Controller
The controller should be able to control any process with a measureable value, a known ideal value and an input to the process that will affect the measured value.
Mostra file Open project: ms-iot/pid-controller

Public Methods

Method Description
PidController ( float GainProportional, float GainIntegral, float GainDerivative, float OutputMax, float OutputMin )

Method Details

PidController() public method

public PidController ( float GainProportional, float GainIntegral, float GainDerivative, float OutputMax, float OutputMin )
GainProportional float
GainIntegral float
GainDerivative float
OutputMax float
OutputMin float