moving_more_logic_to_epics
master
@@ -30,3 +40,2 @@
# Current Status of Channel, i.e. is it ready to count?
record(bi, "$(INSTR)$(NAME):S$(CHANNEL)")
record(bi, "$(INSTR)$(NAME):M$(CHANNEL)_CLEARED")
rethink naming as possible
clearing
and
no yes
@@ -40,0 +103,4 @@
field(OUT, "$(INSTR)$(NAME):M$(CHANNEL)_PRESET PP")
}
record(bi, "$(INSTR)$(NAME):M$(CHANNEL)_PRESET")
maybe preset_status and clearing_status instead
@@ -185,0 +308,4 @@
{
field(DESC, "Zero channels")
field(SELM, "All")
field(OMSL, "supervisory")
closed_loop
@@ -185,0 +304,4 @@
field(FLNK, "$(INSTR)$(NAME):PREPARE")
record(dfanout,"$(INSTR)$(NAME):PREPARE")
should probably just be start
No dependencies set.
The note is not visible to the blocked user.
@@ -30,3 +40,2 @@# Current Status of Channel, i.e. is it ready to count?record(bi, "$(INSTR)$(NAME):S$(CHANNEL)")record(bi, "$(INSTR)$(NAME):M$(CHANNEL)_CLEARED")rethink naming as possible
clearing
and
no
yes
@@ -40,0 +103,4 @@field(OUT, "$(INSTR)$(NAME):M$(CHANNEL)_PRESET PP")}record(bi, "$(INSTR)$(NAME):M$(CHANNEL)_PRESET")maybe preset_status and clearing_status instead
@@ -185,0 +308,4 @@{field(DESC, "Zero channels")field(SELM, "All")field(OMSL, "supervisory")closed_loop
@@ -185,0 +304,4 @@field(FLNK, "$(INSTR)$(NAME):PREPARE")}record(dfanout,"$(INSTR)$(NAME):PREPARE")should probably just be start
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.