hopefully fixes ordering problem
Example Action / Lint (push) Successful in 11s
Example Action / BuildAndTest (push) Successful in 48s

This commit is contained in:
2026-07-29 11:46:54 +02:00
parent c20f5c5422
commit 0509b0374b
-5
View File
@@ -155,8 +155,6 @@ record(seq, "$(INSTR)$(NAME):RESET")
# Poll Loop
################################################################################
# TODO need to reset the presets to 0 after the count
record(dfanout, "$(INSTR)$(NAME):DB_POLL")
{
field(SELM, "All")
@@ -303,7 +301,6 @@ record(bi, "$(INSTR)$(NAME):T_CLEARED")
field(VAL, 0)
field(ZNAM, "Cleared")
field(ONAM, "Clearing")
field(FLNK, "$(INSTR)$(NAME):T_STS_RAW")
}
# Emulate Reset elapsed time
@@ -388,7 +385,6 @@ record(bo, "$(INSTR)$(NAME):CH1_SET")
field(ZNAM, "Set")
field(ONAM, "Setting")
field(HIGH, 0.1) # Emulate Waiting for HW setting preset
field(FLNK, "$(INSTR)$(NAME):CH1_STS_RAW")
}
record(calc, "$(INSTR)$(NAME):CH1_STS_RAW")
@@ -417,7 +413,6 @@ record(bi, "$(INSTR)$(NAME):CH1_CLEARED")
field(VAL, 0)
field(ZNAM, "Cleared")
field(ONAM, "Clearing")
field(FLNK, "$(INSTR)$(NAME):CH1_STS_RAW")
}
# Emulate clearing channel