adds PV for turning Electornics on and off
This commit is contained in:
21
db/correlation_unit.db
Normal file
21
db/correlation_unit.db
Normal file
@@ -0,0 +1,21 @@
|
||||
# EPICS Database for streamdevice specific to measurement channels
|
||||
#
|
||||
# Macros
|
||||
# INSTR - Prefix
|
||||
# NAME - the device name, e.g. EL737
|
||||
# PORT - StreamGenerator Port
|
||||
|
||||
################################################################################
|
||||
# Status Variables
|
||||
|
||||
record(bo, "$(INSTR)$(NAME):Enable")
|
||||
{
|
||||
field(DESC, "Electronics Status")
|
||||
field(DTYP, "asynInt32")
|
||||
field(OUT, "@asyn($(PORT),0,$(TIMEOUT=1)) EN_EL")
|
||||
field(VAL, 1)
|
||||
field(ZNAM, "OFF")
|
||||
field(ONAM, "ON")
|
||||
field(PINI, 1)
|
||||
field(SCAN, ".5 second")
|
||||
}
|
||||
Reference in New Issue
Block a user