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

Added stream example, commented out

parent 387419f6
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,9 @@ errlogInit(20000)
# plot doesn't display
#epicsEnvSet EPICS_CA_MAX_ARRAY_BYTES 64008
# set the protocol path for streamDevice
epicsEnvSet STREAM_PROTOCOL_PATH ".:$(STREAM)/protocols"
################################################################################
# Tell EPICS all about the record types, device-support modules, drivers,
# etc. in the software we just loaded (xxx.munch)
......@@ -39,6 +42,9 @@ dbLoadTemplate("pseudoMotor.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