料袋末尾检测
This commit is contained in:
@ -8,6 +8,8 @@ class LineModel:
|
||||
def __init__(self,index=9):
|
||||
self.id = index
|
||||
self.name = '未定义'
|
||||
#1基础点 2 码垛点 默认码垛点
|
||||
self.line_category=1
|
||||
self.positions = []
|
||||
self.section = f'{Constant.feedLine_set_section}{index}'
|
||||
|
||||
|
||||
@ -55,8 +55,8 @@ class DataAddress:
|
||||
self.moldList = ''
|
||||
self.isMoving = False
|
||||
self.M_n = ''
|
||||
self.RemoteCmdLen = 0
|
||||
self.toolCoord=0
|
||||
self.RemoteCmdLen = 0
|
||||
|
||||
#return
|
||||
def setPosition(self,w0,w1,w2,w3,w4,w5,a0,a1,a2,a3,a4,a5):
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user