cleanup
This commit is contained in:
+2
-2
@@ -80,7 +80,7 @@ record(dfanout, "$(INSTR)$(NAME):CH$(CHANNEL)_CLEAR")
|
||||
field(SELM, "All")
|
||||
field(OMSL, "closed_loop")
|
||||
field(DOL, 1)
|
||||
field(OUTA, "$(INSTR)$(NAME):CH$(CHANNEL)_CLEARED PP PP")
|
||||
field(OUTA, "$(INSTR)$(NAME):CH$(CHANNEL)_CLEARED PP")
|
||||
field(OUTB, "$(INSTR)$(NAME):CH$(CHANNEL)_HWC.PROC PP")
|
||||
}
|
||||
|
||||
@@ -197,7 +197,7 @@ record(ao, "$(INSTR)$(NAME):CH$(CHANNEL)_HW_CONF")
|
||||
field(OMSL, "closed_loop")
|
||||
field(DOL, $(CHANNEL))
|
||||
field(OUT, "$(INSTR)$(NAME):MONITOR-CHANNEL PP")
|
||||
field(FLNK, "$(INSTR)$(NAME):CH$(CHANNEL)_SET_PTYPE PP")
|
||||
field(FLNK, "$(INSTR)$(NAME):CH$(CHANNEL)_SET_PTYPE")
|
||||
}
|
||||
|
||||
record(ao, "$(INSTR)$(NAME):CH$(CHANNEL)_SET_PTYPE")
|
||||
|
||||
+2
-2
@@ -17,7 +17,7 @@ record(longout, "$(INSTR)$(NAME):MONITOR-CHANNEL")
|
||||
field(DRVH, "$(CHANNELS)") # Largest Monitor Channel
|
||||
field(DTYP, "stream")
|
||||
field(OUT, "@$(PROTO) writePresetMonitor($(INSTR)$(NAME):) $(ASYN_PORT)")
|
||||
field(FLNK, "$(INSTR)$(NAME):MONITOR-CHANNEL_RBV.PROC")
|
||||
field(FLNK, "$(INSTR)$(NAME):MONITOR-CHANNEL_RBV")
|
||||
}
|
||||
|
||||
record(longin, "$(INSTR)$(NAME):MONITOR-CHANNEL_RBV")
|
||||
@@ -26,7 +26,7 @@ record(longin, "$(INSTR)$(NAME):MONITOR-CHANNEL_RBV")
|
||||
field(DTYP, "stream")
|
||||
field(INP, "@$(PROTO) readPresetMonitor($(INSTR)$(NAME):) $(ASYN_PORT)")
|
||||
field(SCAN, ".5 second")
|
||||
field(FLNK, "$(INSTR)$(NAME):CORRECT_MONITOR_CHANNEL.PROC")
|
||||
field(FLNK, "$(INSTR)$(NAME):CORRECT_MONITOR_CHANNEL")
|
||||
}
|
||||
|
||||
# Force back to 1 if it is 0, as 0 has no meaning...
|
||||
|
||||
Reference in New Issue
Block a user