bugfix
Test And Build / Build (push) Successful in 4s

This commit is contained in:
2026-04-24 10:09:39 +02:00
parent f33f5f68f6
commit d76f8ed3e5
2 changed files with 4 additions and 8 deletions
-3
View File
@@ -11,9 +11,6 @@ st {
InTerminator = CR ACK;
out "P553 Q401 Q501";
in "%(A)d%*[ ]%(B)f%*[ ]%(C)f";
# Multi Record Version
# out "P553Q401 Q501";
# in "%d%*[ ]%(\$1:BS:TARGET_X)f%*[ ]%(\$1:BS:TARGET_Y)f";
}
stop {
+4 -5
View File
@@ -385,18 +385,17 @@ record(calcout, "$(BS_MCU):BS:INVALID") {
field(INPA, "$(BS_MCU):BS:TARGET_BS NPP MS")
field(INPB, "$(BS_MCU):BS:TARGET_RANGE NPP MS")
field(INPC, "$(BS_MCU):BS:LOADED NPP MS")
field(CALC, "A<4 & B=1 & A#C")
field(OOPT, "When Non-zero")
field(CALC, "(A<4) && (B=1) && (A#C)")
field(OOPT, "Transition To Non-zero")
field(OUT, "$(BS_MCU):BS:IMMEDIATE_STOP.PROC PP")
}
record(longout, "$(BS_MCU):BS:IMMEDIATE_STOP") {
field(DESC, "Invalid Move STOP MOTORS!")
field(PINI, "NO")
field(OMSL, "closed_loop")
field(DOL, "1")
# For Test
# field(OUT, "TEST_RECORD PP")
# field(OMSL, "closed_loop")
# field(DOL, "1")
# FOR REAL
field(DTYP, "stream")
field(OUT , "@$(PROTO) stop() $(BS_MCU_ASYN_PORT) 0")