Home

 

Erfahrung

 

Referenzen

 

Sondermaschinen

 

MSR-Maschinen

 

SPS-Programmierung

 

Visualisierung HMI

 

Elektro CAD

 

Leistungsprofil

 

Personalia

 

SW-Development

 

Dokumentation

 

 

 

Impressum & DSGVO

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Start-up OB100 Sensors Pre-Setting min/max

 

 

 

Network 1: Start measuring runtime (Start Cycle)

// LIC101 Level measurement SBT1 218hL

"DI OUT P01".LIC101.Support.H_Lim := 218.0;

// PT101 Pressure above 3000mbar

"DI OUT P01".PT101.Support.High_Lim := 3000.0;

// FIT101 Flow metering G120C 4800l/h

"DI OUT P01".FIT101.Support.High_Lim := 4800.0;

// LIC201 Level measurement SBT2 133hL

"DI OUT P02".LIC201.Support.H_Lim := 133.0;

// PT201 Pressure above 3000mbar

"DI OUT P02".PT201.Support.High_Lim := 3000.0;

// FIT201 Flow metering G220C 4800l/h

"DI OUT P02".FIT201.Support.High_Lim := 4800.0;

// PT301 Product inlet pressure 5000mbar

"DI OUT P03".PT301.Support.High_Lim := 5000.0;

// PT302 Heating cycle pressure 2000mbar

"DI OUT P03".PT302.Support.High_Lim := 2000.0;

// FIT301 Flow metering G320C 1000l/h

"DI OUT P03".FIT301.Support.High_Lim := 1000.0;

// TT301 Heating cycle temperature 110°C

"DI OUT P03".TT301.Support.High_Lim := 109.0;

// TT302 Product inlet temperature

"DI OUT P03".TT302.Support.High_Lim := 95.0;

// FIT401 Flow metering G420C 2000l/h

"DI OUT P04".FIT401.Support.High_Lim := 2000.0;

// FIT402 Flow metering M402 1000l/h

"DI OUT P04".FIT402.Support.High_Lim := 1000.0;

// LIC401 Level measurement filler 46hL

"DI OUT P04".LIC401.Support.H_Lim := 46.0;

// PT401 Filler product inlet pressure 5100.0

"DI OUT P04".PT401.Support.High_Lim := 5100.0;

// LIC402 Primary Settling Tank 72hL

"DI OUT P04".LIC402.Support.H_Lim := 72.0;

 

 

 

Network 2: Sensors Pre-Setting min/max

"HMI KEY".SetPoint.PT101_Pressure_above := 500.0; // 0.5 bar

"HMI KEY".SetPoint.PT201_Pressure_above := 500.0; // 0.5 bat

"HMI KEY".SetPoint.PT101_PressureHysteresis := 25.0; // 0.025 bar

"HMI KEY".SetPoint.PT201_PressureHysteresis := 25.0; // 0.025 bar

"HMI KEY".SetPoint.LIC101_Level_SBT1_max := 210; // hL

"HMI KEY".SetPoint.FIT402_CIP_Lye_Liquid_Handling := 110.0; // hL CIP liquid handling

"HMI KEY".SetPoint.FIT401_CIP_Water_Liquid_Handling := 127.1;

"HMI KEY".SetPoint.FIT101_CIP_Lye_SBT2 := 13.4;

"HMI KEY".SetPoint.FIT101_CIP_Water_SBT2 := 15.2;

"HMI KEY".SetPoint.FIT101_CIP_Discard_Used_Medium := 10.7;

"HMI KEY".SetPoint.FIT402_Filling_SBT1_Concentrate_MixingRatio := 0.25;

"HMI KEY".SetPoint.LIC401_Level_Filler_min := 5;

"HMI KEY".SetPoint.LIC401_Level_Filler_max := 45; // not used

"HMI KEY".SetPoint.LIC402_Level_PST_min := 15;

"HMI KEY".SetPoint.LIC402_Level_PST_max := 68;

"HMI KEY".SetPoint.Pasteurization_Unit_PU := 10.0;

"HMI KEY".SetPoint.LIC201_Level_SBT2_max := 130;

"DI OUT P03".V307.Support.ManualValue := 80.7;

"HMI KEY".SetPoint.TT302_Temperature_Deviation := 4.5; // °C

"HMI KEY".SetPoint.TT302_Product_Required_Temperatuire := 74.3; // °C

"HMI KEY".SetPoint.V307_Steam_Regulating_Factor := 1.37;

"HMI KEY".SetPoint.V307_Temperature_Preparation_Water_Flow := 37.0; // °C

"HMI KEY".SetPoint.V307_Temperature_Preparation_Product_Flow := 61.0; // °C

"HMI KEY".SetPoint.V307_Temperature_Preparation_Product_Flow_after_Error := 58.0; // °C

"HMI KEY".SetPoint.V307_Temperature_CIP_Circular_Flow := 76.0; // °C

"HMI KEY".SetPoint.FIT101_Filling_Circular_Flow_with_Water := 12.0;

"HMI KEY".SetPoint.FIT101_Filling_Circular_Flow_with_Product := 14.0;

"HMI KEY".SetPoint.FIT101_Filling_Circular_Flow_with_Product_after_Error := 11.0;

"HMI KEY".SetPoint.FIT401_Filling_SBT1_with_Untreated_Product := 100.0;

"HMI KEY".SetPoint.FIT101_Filling_SBT2_with_Product := 34.0;

"HMI KEY".SetPoint.G120C_Product_Inlet_Filler_min := 100.0;

"HMI KEY".SetPoint.G120C_Product_Inlet_Filler_max := 1320.0;

"HMI KEY".SetPoint.G220C_Product_Inlet_Filler_min := 100.0;

"HMI KEY".SetPoint.G220C_Product_Inlet_Filler_max := 1020.0;

"HMI KEY".SetPoint.G320C_Heating_Circular_Flow_min := 100.0; // not used

"HMI KEY".SetPoint.G320C_Heating_Circular_Flow_max := 1080.0; // not used

"HMI KEY".SetPoint.G420C_Product_Inlet_PST_min := 100.0;

"HMI KEY".SetPoint.G420C_Product_Inlet_PST_max := 1425.0;

"HMI KEY".SetPoint.G120C_Filling_Circular_Flow_with_Water_RPM := 1403.0;

"HMI KEY".SetPoint.G120C_Filling_Circular_Flow_with_Product_RPM := 1392.0;

"HMI KEY".SetPoint.G120C_Product_Inlet_SBT2_RPM := 1107.0;

"HMI KEY".SetPoint.G120C_Product_Circulation_Flow_RPM := 1492.0; // not used

"HMI KEY".SetPoint.G120C_CIP_Circulation_Flow_RPM := 1497.0;

"HMI KEY".SetPoint.G120C_Untreated_Product_SBT1_RPM := 1320.0;

"HMI KEY".SetPoint.G220C_Product_Inlet_Filler_RPM := 1020.0;

"HMI KEY".SetPoint.G220C_CIP_Circulation_Flow_RPM := 1372.0;

"HMI KEY".SetPoint.G320C_Heating_Circular_Flow_RPM := 1080.0;

"HMI KEY".SetPoint.G420C_Water_inlet_PST_RPM := 1425.0;

"HMI KEY".SetPoint.G420C_Filling_Circular_Flow_with_Water_RPM := 1231.0;

"HMI KEY".SetPoint.G420C_Product_Circulation_Flow_RPM := 1240.0;

"HMI KEY".SetPoint.G420C_Water_Circulation_Flow_RPM := 1301.0;