1.4 KiB
1.4 KiB
// Block Type: GlobalDB
// Block Number: 970
DATA_BLOCK "Blender_Variables_Pers"
{ S7_Optimized_Access := 'TRUE' }
VERSION : 0.1
VAR
gBlenderStarted : Bool := FALSE;
gWaterRecipe : Bool := FALSE;
gSugarBeverage : Bool := TRUE;
gCarboStillProduct : Bool := TRUE;
gCarboStillRecipe : Bool := TRUE;
gSkipDeaireation : Bool := FALSE;
gCoolerEnabled : Bool := TRUE;
gWaterTotal : Real := 0.0;
gSyrupTotal : Real := 0.0;
gCO2Total : Real := 0.0;
gProductVFMTotal : Real := 0.0;
gWaterTempTot : Real := 0.0;
gSyrupTempTot : Real := 0.0;
gCO2TempTot : Real := 0.0;
gProductVFMTempTot : Real := 0.0;
gSyrRunOutCountInit : Real := 0.0;
gSyrLinePrepCountInit : Real := 712.3425;
gSyrupRoomTankLiter : Array[1..15] of Real := [20.0, 320.0, 320.0, 0.0, 0.0, 305.0, 300.0, 310.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0];
gProdSec : Int := 0;
gProdMin : Int := 0;
gProdHour : Int := 0;
gBlendingMaintHour : Int := 598;
gRunningSeconds : Int := -11410;
gRunningMinutes : Int := -16542;
gRunningMaintHour : Int := 820;
gSLIM_Sec : Int := -11410;
gSLIM_Min : Int := 0;
gSLIM_Hour : Int := 0;
gFillerRinse_DoneLatch : Bool := FALSE;
gFirstProdLatched : Bool := FALSE;
Spare00 : Int := 0;
Spare01 : Int := 0;
Procedure_DONE : "Struct";
SystemRunOut : "Struct";
SyrupBrix_Aux : Real := 51.37;
END_VAR
BEGIN
// Data Blocks have no executable code
END_DATA_BLOCK