```pascal // Block Type: InstanceDB // Block Number: 994 DATA_BLOCK "PID_RMM304_Data" { S7_Optimized_Access := 'TRUE' } VERSION : 0.1 VAR PID_GAS2_Proportional : Real := 0.0; PID_GAS2_Integral : Real := 0.0; PID_GAS2_Derivative : Real := 0.0; PID : "PIDControl"; END_VAR BEGIN // Data Blocks have no executable code END_DATA_BLOCK ```