1121
This commit is contained in:
@ -23,7 +23,7 @@ class SystemState(QObject):
|
||||
self._upper_volume=0.0
|
||||
|
||||
#下料斗状态想着
|
||||
self._lower_feeding_stage = 0 # 0:未下料, 1:第一阶段, 2:第二阶段, 3:第三阶段, 4:等待模具车对齐
|
||||
self.lower_feeding_stage = 0 # 0:未下料, 1:第一阶段, 2:第二阶段, 3:第三阶段, 4:等待模具车对齐
|
||||
self._lower_is_arch_=False
|
||||
self._lower_weight=0
|
||||
self._lower_angle=0.0
|
||||
@ -69,11 +69,8 @@ class SystemState(QObject):
|
||||
#当前生产状态
|
||||
self._feed_status=FeedStatus.FNone
|
||||
#每方重量
|
||||
self.density=2500
|
||||
|
||||
|
||||
|
||||
#
|
||||
self.density=2416.4
|
||||
#
|
||||
self._watched_props = [k for k in self.__dict__ if k.startswith('_')]
|
||||
|
||||
def __setattr__(self, name, value):
|
||||
|
||||
Reference in New Issue
Block a user