Quote:
Originally Posted by plnyyanks
It doesn't look like this functionality is in any of the PID VIs.
|
This is from WPILib. Doesn't LabVIEW have something similar?
Code:
/**
* Set the PID controller to consider the input to be continuous,
* Rather then using the max and min in as constraints, it considers them to
* be the same point and automatically calculates the shortest route to
* the setpoint.
* @param continuous Set to true turns on continuous, false turns off continuous
*/