Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 872f21d9bc | |||
| 9958ef428b | |||
| e91b0e54b7 | |||
| c2b73e44cc |
@@ -94,7 +94,7 @@ record(ao,"$(INSTR)$(NAME):THRESH$(CHANNEL)")
|
|||||||
################################################################################
|
################################################################################
|
||||||
# Read all monitors values
|
# Read all monitors values
|
||||||
|
|
||||||
record(longin, "$(INSTR)$(NAME):M$(CHANNEL)")
|
record(int64in, "$(INSTR)$(NAME):M$(CHANNEL)")
|
||||||
{
|
{
|
||||||
field(DESC, "DAQ CH$(CHANNEL)")
|
field(DESC, "DAQ CH$(CHANNEL)")
|
||||||
field(EGU, "cts")
|
field(EGU, "cts")
|
||||||
|
|||||||
@@ -13,8 +13,8 @@ record(longout, "$(INSTR)$(NAME):MONITOR-CHANNEL")
|
|||||||
{
|
{
|
||||||
field(DESC, "PRESET-COUNT Monitors this channel")
|
field(DESC, "PRESET-COUNT Monitors this channel")
|
||||||
field(VAL, 1)
|
field(VAL, 1)
|
||||||
field(DRVL, "1") # Smallest Monitor Channel
|
field(DRVL, 0) # Smallest Monitor Channel (should really be 1)
|
||||||
field(DRVH, "1") # Largest Monitor Channel
|
field(DRVH, 1) # Largest Monitor Channel
|
||||||
field(DISP, 1)
|
field(DISP, 1)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -13,8 +13,8 @@ record(longout, "$(INSTR)$(NAME):MONITOR-CHANNEL")
|
|||||||
{
|
{
|
||||||
field(DESC, "PRESET-COUNT Monitors this channel")
|
field(DESC, "PRESET-COUNT Monitors this channel")
|
||||||
field(VAL, 1)
|
field(VAL, 1)
|
||||||
field(DRVL, "1") # Smallest Monitor Channel
|
field(DRVL, 0) # Smallest Monitor Channel (should really be 1)
|
||||||
field(DRVH, "1") # Largest Monitor Channel
|
field(DRVH, 1) # Largest Monitor Channel
|
||||||
field(DISP, 1)
|
field(DISP, 1)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user