32 lines
858 B
Plaintext
32 lines
858 B
Plaintext
# EL737 EPICS Database for streamdevice support
|
|
# 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(longout, "$(P):$(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(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
|