356 B
356 B
// Block Type: InstanceDB
// Block Number: 985
DATA_BLOCK "PID_RVM319_Data"
{ S7_Optimized_Access := 'TRUE' }
VERSION : 0.1
VAR
PID_Prod_Temp_Proport : Real := 0.0;
PID_Prod_Temp_Integral : Real := 0.0;
PID_Prod_Temp_Derivat : Real := 0.0;
PID : "PIDControl";
END_VAR
BEGIN
// Data Blocks have no executable code
END_DATA_BLOCK