can readback correlation unit status
Test And Build / Build (push) Failing after 2s
Test And Build / Lint (push) Successful in 2s

This commit is contained in:
2025-11-19 14:08:06 +01:00
parent 594bb6d320
commit 5b65a01e51
3 changed files with 59 additions and 31 deletions
+9 -1
View File
@@ -13,9 +13,17 @@ record(bo, "$(INSTR)$(NAME):Enable")
field(DESC, "Electronics Status")
field(DTYP, "asynInt32")
field(OUT, "@asyn($(PORT),0,$(TIMEOUT=1)) EN_EL")
field(VAL, 1)
field(ZNAM, "OFF")
field(ONAM, "ON")
field(PINI, 1)
}
record(bi, "$(INSTR)$(NAME):Enable_RBV")
{
field(DESC, "Electronics Status")
field(DTYP, "asynInt32")
field(INP, "@asyn($(PORT),0,$(TIMEOUT=1)) EN_EL_RBV")
field(ZNAM, "OFF")
field(ONAM, "ON")
field(SCAN, ".5 second")
}