31 lines
1.6 KiB
Plaintext
31 lines
1.6 KiB
Plaintext
(* @GLOBAL_VARIABLE_LIST := Production_Variables *)
|
|
(* @PATH := '\/Blending_Variables' *)
|
|
(* @SYMFILEFLAGS := '59392' *)
|
|
VAR_GLOBAL PERSISTENT
|
|
(**********************************************************************************************************************)
|
|
(* ACTUAL RECIPE PARAMETERS *)
|
|
(**********************************************************************************************************************)
|
|
gActualRecipe_SyrDens : REAL := 1.2558; (* Kg/l = gr/cc *)
|
|
gActualSP_RatioVol : REAL := 5.4; (* Target Volumetric Ratio *)
|
|
gActualRecipe_SP_Prod : REAL := 900 ; (* l/min *)
|
|
gActualRecipe_SP_Vol_CO2 : REAL := 4.2; (* Target CO2 Volumes *)
|
|
gActualRecipe_Vol_CO2_Fact : REAL := 1.0 ; (* CO2 Compensation Factor *)
|
|
gActualRecipe_Beverage_Brix : REAL := 10.45 ; (* Beverage Brix Target *)
|
|
gActualRecipe_Bev_Brix_Offset : REAL := 0.0 ; (* Beverage Brix Compensation Offset *)
|
|
gActualRecipe_Syrup_Brix : REAL := 50.0 ; (* Syrup Brix Target *)
|
|
gActualRecipe_Syrup_Brix_Fact : REAL := 1.0 ; (* Syrup Brix Compensation Factor *)
|
|
gActualRecipe_SP_Tank_Press : REAL := 1.0 ; (* Product Tank Target Pressure *)
|
|
gActualRecipe_SP_MaxDeltaBrix : REAL := 2.0 ; (* Syrup Brix Maximum Variation *)
|
|
gActualRecipe_SP_MinTankLevel : REAL := 10.0 ; (* Product Tank Min Level *)
|
|
gActualRecipe_SP_Prod_Temp : REAL := 10.0 ; (* Product Target Temperature *)
|
|
gActualRecipe_SP_FillingValveHead : REAL ; (* Filling Valve Head Set Point [mmH2O] *)
|
|
END_VAR
|
|
|
|
(* @OBJECT_END := Production_Variables *)
|
|
(* @CONNECTIONS := Production_Variables
|
|
FILENAME : ''
|
|
FILETIME : 0
|
|
EXPORT : 0
|
|
NUMOFCONNECTIONS : 0
|
|
*)
|