update 完成复位等逻辑
This commit is contained in:
@ -53,6 +53,12 @@ class PositionModel:
|
||||
self.lineType = 0
|
||||
self.section = f'Position{index}'
|
||||
pass
|
||||
def init_position(self,real_pos:Real_Position):
|
||||
self.set_position(real_pos)
|
||||
self.id = 0
|
||||
self.order = 0
|
||||
self.status = 3
|
||||
|
||||
|
||||
def read_position_model(self,config_reader,index:int):
|
||||
self.section = f'Position{index}'
|
||||
|
||||
Reference in New Issue
Block a user