353 B
353 B
// Block Type: InstanceDB
// Block Number: 986
DATA_BLOCK "PID_RVS318_Data"
{ S7_Optimized_Access := 'TRUE' }
VERSION : 0.1
VAR
PID_CIP_Temp_Proport : Real := 0.0;
PID_CIP_Temp_Integral : Real := 0.0;
PID_CIP_Temp_Derivat : Real := 0.0;
PID : "PIDControl";
END_VAR
BEGIN
// Data Blocks have no executable code
END_DATA_BLOCK