Obsidean_VM/04-SIDEL/06 - E5.007363 - Modifica O.../Source/source/Blender_Constants.md

3.2 KiB

// Block Type: GlobalDB
// Block Number: 972

DATA_BLOCK "Blender_Constants"
{ S7_Optimized_Access := 'TRUE' }
VERSION : 0.1

VAR
  gP_Greek : Real := 3.141593;
  gH2O_Density : Real := 1.0;
  gCO2_Density : Real := 1.98;
  gRMM303ValveCv : Real := 0.022;
  gDens_Sucrose_1 : Real := 1.6055;
  gDens_Sucrose : Real := 1.589;
  gDens_Fructose : Real := 1.6055;
  gCpSyrup : Real := 0.2145;
  gCpH2O : Real := 1.0;
  gAnalogMaxValue : Int := 27648;
  gAnalogMaxValue_VFC : Int := 16384;
  gZeroAbsolute : Real := 273.15;
  gBlenderNominalSpeedAdj : Real := 1.05;
  gFirstProdRinseTempSP : Real := 5.0;
  gFirstProdSpeedGain : Real := 1.0;
  gGoodSyrupDensThrsd : Real := 0.9999;
  gGoodSyrupDensOffset : Real := 0.0014;
  gSugaredSyrupBrixThrsd : Real := 20.548;
  gBlendErrorAfterAlarm : Real := 0.0;
  gRinseDrainOpPressValve : Real := 20.0;
  gProdAmountInSerpentine : Real := 30.0;
  gCIP_SP_DeltaT : Real := 5.0;
  gCIP_CO2_DeareationValue : Real := 0.0;
  gCIP_CO2_InjectionValue : Real := 15.0;
  gPressCO2StartUpValue : Real := 0.25;
  gMinProdAvailAmount : Real := 200.0;
  gMaxProdAvailAmount : Real := 800.0;
  gWaterLineTime : Int := 4;
  gTP301PrepStep1Time : Int := 4;
  gTP301PrepStep2Time : Int := 6;
  gBlendFillStartUp_Step1 : Int := 16;
  gBlendFillStartUp_Step2 : Int := 6;
  gBlendFillStartUp_Step3 : Int := 2;
  gBlendFillStartUp_Step4 : Int := 10;
  gBlendFillStartUp_Step5 : Int := 10;
  gBlendFillStartUp_Step6 : Int := 10;
  gFoamCipEnable : Bool := FALSE;
  gAir_Density : Real := 1.295;
  gN2_Density : Real := 1.252;
  Delta_Press_CO2_Test : Real := 2.0;
  gSpare07 : Int := 0;
  gSpare08 : Int := 0;
  gTN301Pressure : Real := 0.05;
  gTN301Efficiency : Real := 0.7;
  gTN301VacuumPress : Real := -0.7;
  gRVN304_Min : Real := 5.5;
  gTN301VacuumIst : Real := 0.3;
  gTM301PressIst : Real := 0.1;
  gStopLvl_OnlyBlend : Real := 80.0;
  gTargetLvl_OnlyBlend : Real := 60.0;
  gStopLvl_BlendFill : Real := 60.0;
  gTargetLvl_BlendFill : Real := 40.0;
  gStartLvl_NormalSpeed : Real := 20.0;
  gStartLvl_VeryLowSpeed : Real := 30.0;
  gTM301PressWaitLvl : Real := 10.0;
  gStartMeasFillerSpeedLvl : Real := 4.0;
  gTM301TargetL_Ist : Real := 20.0;
  gTM301LvlPercRange : Real := 18.0;
  gTM301MinLvl : Real := 5.0;
  gTP301ProdLvl : Real := 60.0;
  gTP301FirstProdLvl : Real := 25.0;
  gTP301CIPLvl : Real := 5.0;
  gRVP303_Load : Real := 50.0;
  gTP301_LvlSlewRate : Real := 2.0;
  gTP301_FirstProdRate : Real := 40.0;
  gFTN301_MinVel : Real := 0.8;
  gWater_MinVel : Real := 1.4;
  gModValveFullStrokeTime : Real := 12.0;
  gProductionSlewRate : Real := 8.0;
  gFillerSpeedTrackSlew : Real := 12.0;
  gBrixTrackingMinCorr : Real := 0.01;
  gBrixTrackingMaxCorr : Real := 0.2;
  gTestSyrBrix : Real := 54.85;
  gCheckOilModValves : Int := 2000;
  gCheckOilWaterPumpMotor : Int := 2880;
  gCO2TrackingMinCorr : Real := 0.01;
  gCO2TrackingMaxCorr : Real := 0.2;
  gBufferTankProbeHtD4_5_6 : Real := 1850.0;
  gBufferTankProbeHtD7_8_9 : Real := 2000.0;
  gSyrupSPRecFact : Real := 1.5;
  gCO2SPRecFact : Real := 1.5;
  gTN301ProdLvl : Real := 35.0;
  gTN301_LvlSlewRate : Real := 2.0;
  gBalaiageFlowIts : Real := 0.2;
  gTM301_LvlSlewRate : Real := 2.0;
  gTP301_RinseRate : Real := 40.0;
END_VAR

BEGIN
  // Data Blocks have no executable code
END_DATA_BLOCK