git-svn-id: https://subversion.xor.aps.anl.gov/synApps/areaDetector/trunk@10945 dc6c5ff5-0b8b-c028-a01f-ffb33f00fc8b
25 lines
609 B
Plaintext
Executable File
25 lines
609 B
Plaintext
Executable File
# 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")
|
|
}
|