Possible enumeration values:
| Name | Value | Description |
|---|---|---|
| Unknown |
-1 |
Type is unknown |
| Device |
0 |
This Item uses a Device, i.e. its latest reading |
| CalculatedDevice |
1 |
This Item uses a Calculated Device, i.e. its latest reading |
| Constant |
10 |
This Item uses a constant value |
| PID_ProcessDevice_Connected |
100 |
Connected Device link. This will be used to get the relevant log for determining the Error for the PID Loop. |
| PID_ProcessDevice_Calculated |
101 |
Calculated Device link. This will be used to get the relevant log for determining the Error for the PID Loop. |
| PID_ControlDevice |
102 |
Device link. This indicates the Device to be controlled by this loop and set to the value that is calculated. |
| PID_DeadbandSize |
103 |
Defines the upper value of the deadband to use with the PID Loop |
| PID_Integral |
104 |
Item for holding the evaluated Integral term |
| PID_SetPoint |
105 |
Intended target value to reach on the Feedback Device |
| PID_KP |
106 |
Proportional (P) Constant for PID Loop Control |
| PID_KI |
107 |
Integral (I) Constant for PID Loop Control |
| PID_KD |
108 |
Derivative (D) Constant for PID Loop Control |
| PID_Error |
109 |
Error value for PID Loop Control |
| PID_Rounding |
110 |
Value to utilise for rounding the value of the Control Value |