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
|
CRLFToSpace showdesc
|
||||||
|
|
||||||
Var MachineEvent = 0
|
Var MachineEvent = 0
|
||||||
Var MatchineSpiralStage = "-"
|
Var MachineSpiralStage = "-"
|
||||||
|
|
||||||
Var NextButtonState = "Invisible"
|
Var NextButtonState = "Invisible"
|
||||||
|
|
||||||
|
|
@ -183,10 +183,10 @@
|
||||||
EndIf
|
EndIf
|
||||||
|
|
||||||
If MachineEvent = 1 Then
|
If MachineEvent = 1 Then
|
||||||
If MatchineSpiralStage = "-" Then
|
If MachineSpiralStage = "-" Then
|
||||||
|
|
||||||
Else
|
Else
|
||||||
If MatchineSpiralStage = "spiral-valid" Then
|
If MachineSpiralStage = "spiral-valid" Then
|
||||||
Function 2
|
Function 2
|
||||||
Var NextButtonState = "Enable"
|
Var NextButtonState = "Enable"
|
||||||
Else
|
Else
|
||||||
|
|
@ -344,7 +344,7 @@
|
||||||
DEBUGVAR LinkProductCodeAnotherMachine[1]
|
DEBUGVAR LinkProductCodeAnotherMachine[1]
|
||||||
DEBUGVAR LinkProductCodeAnotherMachine[2]
|
DEBUGVAR LinkProductCodeAnotherMachine[2]
|
||||||
|
|
||||||
Var MatchineSpiralStage = "-"
|
Var MachineSpiralStage = "-"
|
||||||
|
|
||||||
GenHashWithTimeStamp SpiralRef
|
GenHashWithTimeStamp SpiralRef
|
||||||
SPIRAL_VERIFY LinkProductCodeAnotherMachine[0] SpiralRef
|
SPIRAL_VERIFY LinkProductCodeAnotherMachine[0] SpiralRef
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue