Geschwindigkeit anpassung durchgeführt

This commit is contained in:
Husky
2019-10-02 21:21:46 +02:00
parent b47bf96cf7
commit a5ce175d5e
7 changed files with 19 additions and 7 deletions

View File

@@ -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;