New file for APEX detectors

git-svn-id: https://subversion.xor.aps.anl.gov/synApps/areaDetector/trunk@10945 dc6c5ff5-0b8b-c028-a01f-ffb33f00fc8b
This commit is contained in:
rivers
2010-05-17 19:13:41 +00:00
parent 465caf0e5c
commit 88d51ccf2a
2 changed files with 26 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
# Database for the records specific to the APEX2 driver
# Jeff Gebhardt
# March 18,2010
# Timeout waiting for SFRM file.
record(ao, "$(P)$(R)ReadSFRMTimeout")
{
field(DTYP, "asynFloat64")
field(OUT, "@asyn($(PORT),$(ADDR),$(TIMEOUT))SFRM_TIMEOUT")
field(DESC, "Timeout for SFRM file")
field(VAL, "30")
field(EGU, "s")
field(PREC, "3")
}
# Acquire command sent to BIS
record(waveform, "$(P)$(R)apxAcqCmd")
{
field(PINI, "1")
field(DTYP, "asynOctetWrite")
field(INP, "@asyn($(PORT),$(ADDR),$(TIMEOUT))ACQUIRE_COMMAND")
field(FTVL, "UCHAR")
field(NELM, "256")
}
+2
View File
@@ -0,0 +1,2 @@
$(P)$(R)ReadSFRMTimeout