ChannelArmForProccessStatus
This commit is contained in:
parent
4059a741ca
commit
bb98b20001
1 changed files with 23 additions and 22 deletions
|
|
@ -134,7 +134,7 @@
|
|||
EndIf
|
||||
|
||||
If Show_btn_process = "Disable" Then
|
||||
Var VideoSmoothieProcess = "ROOT/taobin_project/video/TaoBin_Tao Pun_motion_proof3_pause.mp4"
|
||||
Var VideoSmoothieProcess = "ROOT/taobin_project/animation01/Taobin_pause_art41.mp4"
|
||||
Var Showhelper = "Enable"
|
||||
Var Show_btn_help = "Invisible"
|
||||
Else
|
||||
|
|
@ -143,7 +143,7 @@
|
|||
Else
|
||||
Var Show_btn_help = "Invisible"
|
||||
EndIf
|
||||
Var VideoSmoothieProcess = "ROOT/taobin_project/video/TaoBin_Tao Pun_motion_proof3.mp4"
|
||||
Var VideoSmoothieProcess = "ROOT/taobin_project/animation01/TaoBin2_draft02_art41.mp4"
|
||||
Var Showhelper = "Invisible"
|
||||
EndIf
|
||||
|
||||
|
|
@ -185,8 +185,9 @@
|
|||
DEBUGVAR AnyArmConfuse
|
||||
DEBUGVAR SensorDoorCupStatus
|
||||
|
||||
Var ChannelArmForProccessStatus = CH9992_Status
|
||||
|
||||
If CH9992_Status = "READY" Then
|
||||
If ChannelArmForProccessStatus = "READY" Then
|
||||
|
||||
If DoorCupPosition = "bottom" Then
|
||||
If SmoothieProcessState = "idle" Then
|
||||
|
|
@ -231,7 +232,7 @@
|
|||
EndIf
|
||||
Else
|
||||
|
||||
If CH9992_Status = "RUNNING" Then
|
||||
If ChannelArmForProccessStatus = "RUNNING" Then
|
||||
Var SmoothieProcessState = "blendnow"
|
||||
EndIf
|
||||
EndIf
|
||||
|
|
@ -266,7 +267,7 @@
|
|||
TimerReset
|
||||
</EventTimeout>
|
||||
|
||||
;DEBUGVAR Var [CH9992_Status] = RUNNING
|
||||
;DEBUGVAR Var [ChannelArmForProccessStatus] = RUNNING
|
||||
|
||||
<Image>
|
||||
<X> 0 </X>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue