fix: добавлен сигнал "oncoming" в отображение и расчет производительности
This commit is contained in:
parent
0a9b1c50b8
commit
507036e81c
Binary file not shown.
@ -23,7 +23,7 @@ class idealDataBuilder(BaseIdealDataBuilder):
|
|||||||
|
|
||||||
def get_ideal_timings(self) -> list[float]:
|
def get_ideal_timings(self) -> list[float]:
|
||||||
data = self.Ts
|
data = self.Ts
|
||||||
ideal_timings = [data['tclose'], data['tgrow'], self.welding_time, self.getMarkOpen()] # TODO: add data['tmovement'], Oncoming не учитывается в производительности
|
ideal_timings = [data['tclose'], data['tgrow'], self.welding_time, self.getMarkOpen(), data['tmovement']] # TODO: add data['tmovement'], Oncoming не учитывается в производительности
|
||||||
return ideal_timings
|
return ideal_timings
|
||||||
|
|
||||||
class PassportFormer(BasePointPassportFormer):
|
class PassportFormer(BasePointPassportFormer):
|
||||||
|
|||||||
Binary file not shown.
@ -338,7 +338,8 @@ class BasePointPassportFormer:
|
|||||||
"Closing",
|
"Closing",
|
||||||
"Squeeze",
|
"Squeeze",
|
||||||
"Welding",
|
"Welding",
|
||||||
"Relief"
|
"Relief",
|
||||||
|
"Oncomming"
|
||||||
]
|
]
|
||||||
|
|
||||||
def _find_indexes(self,
|
def _find_indexes(self,
|
||||||
|
|||||||
BIN
weldingSpotPerformance.7z
Normal file
BIN
weldingSpotPerformance.7z
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user