9 years, 11 months ago.

setInputLimits

In the PID_HelloWorld example, why are InputLimits set to 0.0 - 3.3V:

controller.setInputLimits(0.0, 3.3);

and read() was:

controller.setProcessValue(pv.read()); ?

Shouldn't it be:

controller.setProcessValue(3.3*pv.read()); ?

Question relating to:

Be the first to answer this question.

Assigned to Marko Sprem 9 years, 11 months ago.

This means that the question has been accepted and is being worked on.