merge smoothie_tbp
This commit is contained in:
commit
e45c4dea1e
1 changed files with 21 additions and 20 deletions
|
|
@ -165,8 +165,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
|
||||
|
|
@ -211,7 +212,7 @@
|
|||
EndIf
|
||||
Else
|
||||
|
||||
If CH9992_Status = "RUNNING" Then
|
||||
If ChannelArmForProccessStatus = "RUNNING" Then
|
||||
Var SmoothieProcessState = "blendnow"
|
||||
EndIf
|
||||
EndIf
|
||||
|
|
@ -246,7 +247,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