Changed PortName_RBV record to talk to driver

git-svn-id: https://subversion.xor.aps.anl.gov/synApps/areaDetector/trunk@8292 dc6c5ff5-0b8b-c028-a01f-ffb33f00fc8b
This commit is contained in:
rivers
2009-01-27 18:29:31 +00:00
parent 3138e9be91
commit 0f366d8e47
+6 -3
View File
@@ -3,13 +3,16 @@
# March 9, 2008
###################################################################
# This record contains the asyn port name #
# about the detector #
# This record contains the asyn port name of this detector #
###################################################################
record(stringin, "$(P)$(R)PortName_RBV")
{
field(VAL, "$(PORT)")
field(PINI, "1")
field(DTYP, "asynOctetRead")
field(INP, "@asyn($(PORT),$(ADDR),$(TIMEOUT))PORT_NAME_SELF")
field(VAL, "Unknown")
field(SCAN, "I/O Intr")
}
###################################################################