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

1.0 KiB

// Block Type: GlobalDB
// Block Number: 960

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

VAR
  TN301_StartUp : "Struct";
  CarboWaterLine : "Struct";
  FTP302Line_Preparation : "Struct";
  FTP302_StartUp : "Struct";
  ProdBrix_Recovery : "Struct";
  Spare_01 : Bool := FALSE;
  Spare_02 : Bool := FALSE;
  Spare_03 : Bool := FALSE;
  Spare_04 : Bool := FALSE;
  Spare_05 : Bool := FALSE;
  Spare_06 : Bool := FALSE;
  Blender_Run : "Struct";
  Blender_Stop : "Struct";
  Blender_Rinse : "Struct";
  BlenderColdRinseLatch : Bool := FALSE;
  BlenderWarmRinseLatch : Bool := FALSE;
  Filler_Speed : "Struct";
  First_Production : "Struct";
  TM301_Pressure : "Struct";
  Syr_RunOut : "Struct";
  TM301_RunOut : "Struct";
  TM301_Drain : "Struct";
  SyrAuto_Corr : "Struct";
  ProdBrix_Track : "Struct";
  ProdCO2_Track : "Struct";
  BlendFill_StartUp : "Struct";
  UV_Lamp : "Struct";
  Balaiage : "Struct";
END_VAR

BEGIN
  // Data Blocks have no executable code
END_DATA_BLOCK