Druckverlaufgrafik getrennt.

Wird kein Exception geworfen, wenn bild nicht vorhanden ist in Schachtanbindung
This commit is contained in:
Husky
2019-03-11 21:19:46 +01:00
parent fd96f439a8
commit 3b45cc592a
6 changed files with 43 additions and 42 deletions

View File

@@ -101,7 +101,8 @@ namespace KlassenBIB
{"vakuum","" },
{"time_start","" },
{"time_ende","" },
{"UVImage","" },
{"UVImageTemp","" },
{"UVImageDruck","" },
{"liner_type","" },
{"rueckhol_speed","" },
{"harz_type","" }
@@ -145,7 +146,8 @@ namespace KlassenBIB
grunddaten["vakuum"] = this.KalibrierUnterdruck;
grunddaten["time_start"] = this.AnfangAushaertung;
grunddaten["time_ende"] = this.EndeAushaertung;
grunddaten["UVImage"] = Path.Combine(destinationPath, "linerGraph.jpg");
grunddaten["UVImageTemp"] = Path.Combine(destinationPath, "linerGraph_temp.jpg");
grunddaten["UVImageDruck"] = Path.Combine(destinationPath, "linerGraph_druck.jpg");
grunddaten["rueckhol_speed"] = rueckholgeschwindigkeit;
grunddaten["liner_type"] = LinerTyp;
grunddaten["harz_type"] = HarzTyp;