This commit is contained in:
kong 2023-04-25 22:15:31 +07:00
parent 271934696b
commit 67918819bf
40 changed files with 59 additions and 11 deletions

View file

@ -137,12 +137,13 @@
DEBUGVAR EmergencyStop
Var TimeOut = 0
Var textStep = 0
</EventOpen>
<Timeout> 5000 </Timeout>
<Timeout> 1000 </Timeout>
<EventTimeout>
DEBUGVAR EmergencyStop
;DEBUGVAR EmergencyStop
DEBUGVAR NETCORE_LOST_CNT
DEBUGVAR DoorCupPosition
;DEBUGVAR DoorCupPosition
DEBUGVAR MachineStage
Var EmergencyStop = "-"
@ -160,7 +161,26 @@
Var MachineErrorDetailAll = MachineErrorDetail + " / "
Var MachineErrorDetailAll = MachineErrorDetailAll + MachineErrorDetailEng
DEBUGVAR MachineStage
If textStep > 3 Then
Var textStep = 0
Var MachineErrorDetailAll = MachineErrorDetailAll + " [ \ ]"
EndIf
If textStep = 3 Then
Var MachineErrorDetailAll = MachineErrorDetailAll + " [ - ]"
EndIf
If textStep = 2 Then
Var MachineErrorDetailAll = MachineErrorDetailAll + " [ / ]"
EndIf
If textStep = 1 Then
Var MachineErrorDetailAll = MachineErrorDetailAll + " [ | ]"
EndIf
Var textStep = textStep + 1
;DEBUGVAR MachineErrorDetailAll
;DEBUGVAR textStep
If NETCORE_LOST_CNT > 0 Then
Else