PressureControl.PID
This core function implements an extended PID controller functionality that can be used for a number of tasks:
- Holding pressure control in injection molding machines
- Back pressure control in injection molding machines
- Others
Properties
Name | Type | Description |
---|---|---|
IsEnabled | BOOL | A TRUE signals the active state of the controller. |
Methods
Name | Description |
---|---|
Enable/disable the controller. | |
Enable for automatic activation by a PressureHandler. | |
The actual value of the controller is determined. | |
An interface to the connected parameter set is determined. | |
A parameter set is connected to the controller. | |
The setpoint of the controller is set. | |
Automatic activation by a PressureHandler. |
Further Information