THAI: Fixed wrong variable name
This commit is contained in:
parent
b8c5921c1d
commit
1a35dac35a
1 changed files with 4 additions and 4 deletions
|
|
@ -15,7 +15,7 @@
|
|||
CRLFToSpace showdesc
|
||||
|
||||
Var MachineEvent = 0
|
||||
Var MatchineSpiralStage = "-"
|
||||
Var MachineSpiralStage = "-"
|
||||
|
||||
Var NextButtonState = "Invisible"
|
||||
|
||||
|
|
@ -183,10 +183,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
|
||||
Var NextButtonState = "Enable"
|
||||
Else
|
||||
|
|
@ -344,7 +344,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