Added PortName_RBV record

git-svn-id: https://subversion.xor.aps.anl.gov/synApps/areaDetector/trunk@8293 dc6c5ff5-0b8b-c028-a01f-ffb33f00fc8b
This commit is contained in:
rivers
2009-01-27 18:41:22 +00:00
parent 0f366d8e47
commit a31dc45d2f

View File

@@ -2,6 +2,19 @@
# Mark Rivers
# April 25, 2008
###################################################################
# This record contains the asyn port name of this plugin #
###################################################################
record(stringin, "$(P)$(R)PortName_RBV")
{
field(PINI, "1")
field(DTYP, "asynOctetRead")
field(INP, "@asyn($(PORT),$(ADDR),$(TIMEOUT))PORT_NAME_SELF")
field(VAL, "Unknown")
field(SCAN, "I/O Intr")
}
###################################################################
# These records control the connection of the server to #
# an NDArray driver port and address #