do 7.14
This commit is contained in:
parent
271934696b
commit
67918819bf
40 changed files with 59 additions and 11 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue