396 B
396 B
// Block Type: InstanceDB
// Block Number: 983
DATA_BLOCK "PID_RVM301_Data"
{ S7_Optimized_Access := 'TRUE' }
VERSION : 0.1
VAR
PID_Press_CO2_Proport : Real := 0.0;
PID_Press_CO2_Integral : Real := 0.0;
PID_Press_CO2_Derivative : Real := 0.0;
Press_CO2_Valve_Out : Real := 0.0;
PID : "PIDControl";
END_VAR
BEGIN
// Data Blocks have no executable code
END_DATA_BLOCK