Geschwindigkeit anpassung durchgeführt
This commit is contained in:
@@ -25,7 +25,7 @@ namespace KlassenBIB
|
||||
string harzTyp;
|
||||
string linerTyp;
|
||||
double harzbedarf = 1.8;
|
||||
uint rueckholgeschwindigkeit = 24;
|
||||
uint rueckholgeschwindigkeit;
|
||||
bool geschlosseneEnde = false;
|
||||
bool preliner = false;
|
||||
DateTime anfangAushaertung;
|
||||
@@ -105,6 +105,7 @@ namespace KlassenBIB
|
||||
{"time_ende","" },
|
||||
{"UVImageTemp","" },
|
||||
{"UVImageDruck","" },
|
||||
{"UVImageSpeed","" },
|
||||
{"liner_type","" },
|
||||
{"rueckhol_speed","" },
|
||||
{"harz_type","" }
|
||||
@@ -150,6 +151,7 @@ namespace KlassenBIB
|
||||
grunddaten["time_ende"] = this.EndeAushaertung;
|
||||
grunddaten["UVImageTemp"] = Path.Combine(destinationPath, "linerGraph_temp.jpg");
|
||||
grunddaten["UVImageDruck"] = Path.Combine(destinationPath, "linerGraph_druck.jpg");
|
||||
grunddaten["UVImageSpeed"] = Path.Combine(destinationPath, "linerGraph_speed.jpg");
|
||||
grunddaten["rueckhol_speed"] = rueckholgeschwindigkeit;
|
||||
grunddaten["liner_type"] = LinerTyp;
|
||||
grunddaten["harz_type"] = HarzTyp;
|
||||
|
||||
Reference in New Issue
Block a user