ID card fix
This commit is contained in:
parent
962d628a28
commit
5701b7a776
18 changed files with 703 additions and 1358 deletions
|
|
@ -98,6 +98,12 @@
|
|||
EndIf
|
||||
EndIf
|
||||
|
||||
|
||||
09:59:35 [X]Var IDCardState=PRESENT
|
||||
09:59:35 [X]Var Timeout=112
|
||||
09:59:35 [X]Var LivenessResult=
|
||||
09:59:36 [X]Var IDCardStatus=ERROR
|
||||
|
||||
If IDCardStatus = "OK" Then
|
||||
If IDCardReady = "OK" Then
|
||||
If IDCardData = "ERROR" Then
|
||||
|
|
@ -239,6 +245,17 @@
|
|||
EndIf
|
||||
EndIf
|
||||
|
||||
|
||||
If IDCardState = "PRESENT" Then
|
||||
If IDCardStatus = "ERROR" Then
|
||||
Var load_gif_stage = "Invisible"
|
||||
Var IDcardStageText = "Enable"
|
||||
Var IDcardTextStatus = "อ่านบัตรไม่ได้อะ"
|
||||
Refresh
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
||||
Refresh
|
||||
TimerReset
|
||||
</EventTimeout>
|
||||
|
|
@ -417,6 +434,13 @@
|
|||
EventEvaluate "EventLivenessState"
|
||||
</EventUnitTest3>
|
||||
|
||||
<EventUnitTest4>
|
||||
Var IDCardState = "PRESENT"
|
||||
Var IDCardStatus = "ERROR"
|
||||
Var IDCardReady = "ERROR"
|
||||
Var IDCardData = "ERROR"
|
||||
</EventUnitTest4>
|
||||
|
||||
</Popup>
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue