Session mit M. Schellhammer. Entfernung der nicht benötigten Keys
This commit is contained in:
@@ -1209,7 +1209,6 @@ class HW():
|
||||
"sps_simatic_s7_1517_3": 0,
|
||||
"sps_simatic_s7_1518_4": 0,
|
||||
"sps_et200_1512sp": 0,
|
||||
#"memory_card_256_mb": 0
|
||||
#"memory_card_2_gb": 0
|
||||
"et200_sp_ea_ebene":1,
|
||||
"netzwerk_fernwartung":1,
|
||||
@@ -1363,7 +1362,6 @@ class HW():
|
||||
"sps_simatic_s7_1517_3": 3827.8, # 790008101
|
||||
"sps_simatic_s7_1518_4": 5892, # 6ES7518-4AP00-0AB0
|
||||
"sps_et200_1512sp": 705.75, # 709000003
|
||||
"memory_card_256_mb": 0, # 708015093
|
||||
"memory_card_2_gb": 515.9, # 708015094
|
||||
"et200_sp_ea_ebene": 0, # 790009001
|
||||
"netzwerk_fernwartung": 750, # 790011001
|
||||
@@ -1503,7 +1501,6 @@ class HW():
|
||||
"sps_simatic_s7_1517_3": 0,
|
||||
"sps_simatic_s7_1518_4": 0,
|
||||
"sps_et200_1512sp": 0,
|
||||
"memory_card_256_mb": 0,
|
||||
"memory_card_2_gb": 0,
|
||||
"et200_sp_ea_ebene":60,
|
||||
"netzwerk_fernwartung":0,
|
||||
@@ -1546,7 +1543,6 @@ class HW():
|
||||
"sps_simatic_s7_1517_3": 0,
|
||||
"sps_simatic_s7_1518_4": 0,
|
||||
"sps_et200_1512sp": 0,
|
||||
"memory_card_256_mb": 0,
|
||||
"memory_card_2_gb": 0,
|
||||
"et200_sp_ea_ebene":120,
|
||||
"netzwerk_fernwartung":0,
|
||||
@@ -1640,7 +1636,6 @@ class HW():
|
||||
"sps_simatic_s7_1517_3",
|
||||
"sps_simatic_s7_1518_4",
|
||||
"sps_et200_1512sp",
|
||||
"memory_card_256_mb",
|
||||
"memory_card_2_gb",
|
||||
"et200_sp_ea_ebene",
|
||||
"netzwerk_fernwartung",
|
||||
@@ -1668,10 +1663,6 @@ class HW():
|
||||
self._anzahl["sps_simatic_s7_1518_4"] = anzahl.get("sps_simatic_s7_1518_4", 0)
|
||||
self._anzahl["sps_et200_1512sp"] = anzahl.get("sps_et200_1512sp", 0)
|
||||
|
||||
self._anzahl["memory_card_256_mb"] = self.anzahl("speicherkarte_fuer_sps2_mb") + \
|
||||
self.anzahl("sps_simatic_s7_1515_2") + \
|
||||
self.anzahl("sps_simatic_s7_1517_3") + \
|
||||
self.anzahl("sps_simatic_s7_1518_4")
|
||||
|
||||
self._anzahl["memory_card_2_gb"] = self.anzahl("sps_simatic_s7_1518_4")
|
||||
|
||||
@@ -2185,7 +2176,6 @@ class HW():
|
||||
"sps_simatic_s7_1517_3",
|
||||
"sps_simatic_s7_1518_4",
|
||||
"sps_et200_1512sp",
|
||||
"memory_card_256_mb",
|
||||
"memory_card_2_gb",
|
||||
"et200_sp_ea_ebene",
|
||||
"netzwerk_fernwartung",
|
||||
@@ -2219,7 +2209,6 @@ class HW():
|
||||
"sps_simatic_s7_1517_3",
|
||||
"sps_simatic_s7_1518_4",
|
||||
"sps_et200_1512sp",
|
||||
"memory_card_256_mb",
|
||||
"memory_card_2_gb",
|
||||
"et200_sp_ea_ebene",
|
||||
"netzwerk_fernwartung",
|
||||
|
||||
Reference in New Issue
Block a user