git-svn-id: https://subversion.xor.aps.anl.gov/synApps/areaDetector/trunk@10403 dc6c5ff5-0b8b-c028-a01f-ffb33f00fc8b
19 lines
511 B
Plaintext
19 lines
511 B
Plaintext
# Database for NDPluginOverlay asyn driver and standard asyn device support
|
|
# Mark Rivers
|
|
# March 25, 2010
|
|
|
|
# These are the array dimensions in X, Y order. Used for setting HOPR on sliders
|
|
record(longin, "$(P)$(R)MaxSizeX_RBV")
|
|
{
|
|
field(DTYP, "asynInt32")
|
|
field(INP, "@asyn($(PORT),$(ADDR),$(TIMEOUT))MAX_SIZE_X")
|
|
field(SCAN, "I/O Intr")
|
|
}
|
|
|
|
record(longin, "$(P)$(R)MaxSizeY_RBV")
|
|
{
|
|
field(DTYP, "asynInt32")
|
|
field(INP, "@asyn($(PORT),$(ADDR),$(TIMEOUT))MAX_SIZE_Y")
|
|
field(SCAN, "I/O Intr")
|
|
}
|