Skip to content
Snippets Groups Projects
Commit c133ca4e authored by mooney's avatar mooney
Browse files

added streamDevice example

parent c9c0b413
No related branches found
No related tags found
No related merge requests found
......@@ -46,6 +46,9 @@ recDynLinkQsize = 1024
# plot doesn't display
putenv "EPICS_CA_MAX_ARRAY_BYTES=64008"
# set the protocol path for streamDevice
#epicsEnvSet("STREAM_PROTOCOL_PATH", ".")
################################################################################
# Tell EPICS all about the record types, device-support modules, drivers,
# etc. in the software we just loaded (xxx.munch)
......@@ -83,6 +86,9 @@ dbLoadTemplate("softMotor.substitutions")
# Several versions (e.g., all_com_32.db) are in stdApp/Db
dbLoadRecords("$(STD)/stdApp/Db/all_com_16.db","P=xxx:")
### streamDevice example
#dbLoadRecords("$(TOP)/xxxApp/Db/streamExample.db","P=xxx:,PORT=serial1")
### Insertion-device control
#dbLoadRecords("$(STD)/stdApp/Db/IDctrl.db","P=xxx:,xx=02us")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment