shutter: reset busy when moves 0->1
Test And Build / Build (push) Successful in 10s

This commit is contained in:
2026-04-13 10:51:00 +02:00
parent 4f76abd8e7
commit 6efd6884dd
+3 -2
View File
@@ -196,8 +196,9 @@ record(scalcout, "$(INSTR)$(SPS_REGISTER_NAME):STATUS-Msg")
record(calcout, "$(INSTR)$(SPS_REGISTER_NAME):SET-READY")
{
field(INPA, "$(INSTR)$(SPS_REGISTER_NAME):MOVES")
field(CALC, "A")
field(OOPT, "Transition To Zero")
field(INPB, "$(INSTR)$(SPS_REGISTER_NAME):BUSY")
field(CALC, "A&&B")
field(OOPT, "Transition To Non-zero")
field(DOPT, "Use OCAL")
field(OCAL, "0")
field(OUT, "$(INSTR)$(SPS_REGISTER_NAME):BUSY PP")