30 lines
748 B
Plaintext
30 lines
748 B
Plaintext
# Counterbox EPICS Database
|
|
# Macros
|
|
# P - Prefix
|
|
# NAME - just a name, e.g. EL737
|
|
# PROTO - Stream device protocol file
|
|
# ASYN_PORT - Low level Asyn IP Port to EL737
|
|
|
|
################################################################################
|
|
# Status Variables
|
|
|
|
record(longin, "$(P):$(NAME):MONITOR-CHANNEL")
|
|
{
|
|
field(DESC, "PRESET-COUNT Monitors this channel")
|
|
field(VAL, 1)
|
|
field(DISP, 1)
|
|
}
|
|
|
|
record(longin, "$(P):$(NAME):MONITOR-CHANNEL_RBV")
|
|
{
|
|
field(DESC, "PRESET-COUNT Monitors this channel")
|
|
field(VAL, 1)
|
|
field(DISP, 1)
|
|
}
|
|
|
|
################################################################################
|
|
# Count Commands
|
|
|
|
################################################################################
|
|
# Read all monitors values
|