21 lines
584 B
Plaintext
21 lines
584 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
|
|
|
|
################################################################################
|
|
# Count Commands
|
|
|
|
################################################################################
|
|
# Read all monitors values
|
|
|
|
record(longin, "$(P):$(NAME):M$(CHANNEL)")
|
|
{
|
|
field(DESC, "Counterbox CH$(CHANNEL)")
|
|
}
|