Obsidean_VM/04-SIDEL/00 - MASTER/Source/source/Machine_Co2_Cons.md

1.6 KiB

// Block Type: GlobalDB
// Block Number: 1020

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

VAR
  CO2_Actual_Counter : Real := 0.0;
  CO2_Counter_Drain_Start_Value : Real := 0.0;
  CO2_Counter_Drain_End_Value : Real := 0.0;
  CO2_Counter_Drain_Total : Real := 0.0;
  CO2_Counter_Rinser_Start_Value : Real := 0.0;
  CO2_Counter_Rinser_End_Value : Real := 0.0;
  CO2_Counter_Dear_Prep_Start_Value : Real := 0.0;
  CO2_Counter_Dear_Prep_End_Value : Real := 0.0;
  CO2_Counter_Dear_Prep_Total : Real := 0.0;
  CO2_Counter_Rinser_Total : Real := 0.0;
  CO2_Carb_Water_Line_Start_Value : Real := 0.0;
  CO2_Carb_Water_Line_End_Value : Real := 0.0;
  CO2_Carb_Water_Line_Total : Real := 0.0;
  CO2_Counter_First_Prod_Start_Value : Real := 0.0;
  CO2_Counter_First_Prod_End_Value : Real := 0.0;
  CO2_Counter_First_Prod_Total : Real := 0.0;
  CO2_Counter_CIP_Start_Value : Real := 0.0;
  CO2_Counter_CIP_End_Value : Real := 0.0;
  CO2_Counter_CIP_Total : Real := 0.0;
  Drain : Bool := FALSE;
  Rinser : Bool := FALSE;
  First_Prod : Bool := FALSE;
  Ons_1_A : Bool := FALSE;
  Ons_2_A : Bool := FALSE;
  Ons_3_A : Bool := FALSE;
  Ons_4_A : Bool := FALSE;
  Ons_5_A : Bool := FALSE;
  Ons_6_A : Bool := FALSE;
  Ons_7_A : Bool := FALSE;
  Ons_8_A : Bool := FALSE;
  Ons_9_A : Bool := FALSE;
  Ons_10_A : Bool := FALSE;
  Ons_11_A : Bool := FALSE;
  Ons_12_A : Bool := FALSE;
  Ons_13_A : Bool := TRUE;
  Ons_14_A : Bool := TRUE;
  Ons_15_A : Bool := TRUE;
  Ons_16_A : Bool := FALSE;
  Ons_17_A : Bool := FALSE;
  Ons_18_A : Bool := FALSE;
END_VAR

BEGIN
  // Data Blocks have no executable code
END_DATA_BLOCK