New file for URL driver
git-svn-id: https://subversion.xor.aps.anl.gov/synApps/areaDetector/trunk@11767 dc6c5ff5-0b8b-c028-a01f-ffb33f00fc8b
This commit is contained in:
23
ADApp/Db/URLDriver.template
Normal file
23
ADApp/Db/URLDriver.template
Normal file
@@ -0,0 +1,23 @@
|
||||
# Database for the records specific to the URL driver
|
||||
# Mark Rivers
|
||||
# October 12, 2010
|
||||
|
||||
# URL.
|
||||
record(waveform, "$(P)$(R)URL")
|
||||
{
|
||||
field(PINI, "YES")
|
||||
field(DTYP, "asynOctetWrite")
|
||||
field(INP, "@asyn($(PORT),$(ADDR),$(TIMEOUT))URL_NAME")
|
||||
field(FTVL, "UCHAR")
|
||||
field(NELM, "256")
|
||||
}
|
||||
|
||||
record(waveform, "$(P)$(R)URL_RBV")
|
||||
{
|
||||
field(DTYP, "asynOctetRead")
|
||||
field(INP, "@asyn($(PORT),$(ADDR),$(TIMEOUT))URL_NAME")
|
||||
field(FTVL, "UCHAR")
|
||||
field(NELM, "256")
|
||||
field(SCAN, "I/O Intr")
|
||||
}
|
||||
|
||||
1
ADApp/Db/URLDriver_settings.req
Normal file
1
ADApp/Db/URLDriver_settings.req
Normal file
@@ -0,0 +1 @@
|
||||
$(P)$(R)URL
|
||||
Reference in New Issue
Block a user