Files
sinqDAQ/db/channels.db
2024-11-05 09:29:38 +01:00

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)")
}