fix
This commit is contained in:
parent
8e8b0edf57
commit
db6a3697e6
11 changed files with 528 additions and 4497 deletions
|
|
@ -15,7 +15,7 @@
|
|||
CRLFToSpace showdesc
|
||||
|
||||
Var MachineEvent = 0
|
||||
Var MatchineSpiralStage = "-"
|
||||
Var MachineSpiralStage = "-"
|
||||
|
||||
Var NextButtonState = "Invisible"
|
||||
|
||||
|
|
@ -147,6 +147,8 @@
|
|||
<Timeout> 1000 </Timeout>
|
||||
<EventTimeout>
|
||||
DEBUGVAR Timeout
|
||||
DEBUGVAR LinkProductCodeAnotherMachine[0]
|
||||
DEBUGVAR MachineSpiralStage
|
||||
|
||||
|
||||
Var Timeout = Timeout + 1
|
||||
|
|
@ -183,10 +185,10 @@
|
|||
EndIf
|
||||
|
||||
If MachineEvent = 1 Then
|
||||
If MatchineSpiralStage = "-" Then
|
||||
If MachineSpiralStage = "-" Then
|
||||
|
||||
Else
|
||||
If MatchineSpiralStage = "spiral-valid" Then
|
||||
If MachineSpiralStage = "spiral-valid" Then
|
||||
Function 2
|
||||
Else
|
||||
; Verify error
|
||||
|
|
@ -343,7 +345,7 @@
|
|||
DEBUGVAR LinkProductCodeAnotherMachine[1]
|
||||
DEBUGVAR LinkProductCodeAnotherMachine[2]
|
||||
|
||||
Var MatchineSpiralStage = "-"
|
||||
Var MachineSpiralStage = "-"
|
||||
|
||||
GenHashWithTimeStamp SpiralRef
|
||||
SPIRAL_VERIFY LinkProductCodeAnotherMachine[0] SpiralRef
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue