Implements an on-off controller.
Action of the controller.
Name | Value | Description |
---|---|---|
Reverse | 0 | The controller is reverse-acting. |
Direct | 1 | The controller is direct-acting. |
Default: Reverse
A Boolean that specifies whether to reset the internal parameters, such as the integrated error, of the controller.
True | Resets the internal parameters. |
False | Does not reset the internal parameters. |
Set reset to True if your application must stop and restart the control loop without restarting the entire application.
This input accepts an array of Booleans if setpoint is an array.
Default: False
Setpoint value, or desired value, of the process variable.
This input accepts a double-precision, floating-point number or an array of double-precision, floating-point numbers.
Default: 0
Measured value of the process variable.
This input accepts an array of double-precision, floating-point numbers if setpoint is an array.
Hysteresis of the controller.
This input accepts an array of double-precision, floating-point numbers if setpoint is an array.
Default: 0
Loop-cycle time, or interval in seconds, at which this node is called. dt must be greater than 0.
Default: 1
Minimum time for the controller to remain activated.
Default: 0
Minimum time for the controller to remain deactivated.
Default: 0
Difference between the setpoint and the process variable.
Where This Node Can Run:
Desktop OS: Windows
FPGA: DAQExpress does not support FPGA devices
Web Server: Not supported in VIs that run in a web application