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