Chapter 15 PID Function (Built-in function)
15 - 19
PID MV proportional value
component
PID MV integral control
component
PID MV differential control
component
PID differential filter coefficient
PID Loop1 control parameter
PID Loop16 control parameter
< Table 15.8 K area flags for PID control (continued) >
K1200 ~ K1211 areas are the common bit areas of PID loops while each bit represents the status of
each PID control loop. Therefore, each 16 bits, the max number of loops of XGB PID control
represents loop status and setting respectively. K1216 ~ K1255 areas are K areas for PID control
loop 0 and save the loop 0 setting and status. It also contains parameters such as SV, operation
cycle, proportional coefficient, integral time and differential time set in the built-in parameter window
and the XGB built-in PID function executes PID control by each device value in question. In addition,
the output data such as MV calculated and output while PID control is executed is also saved into
the K areas. By changing the values in K areas, control setting may be changed any time during
PID control.
By changing value of area, you can change control setting whenever you want
during the PID control
1) PID control flag expression : _PID[n]_xxx
[n] : loop number
xxx : flag function
Ex) _PID10_K_p : means K_p of loop 10.