From c133ca4efd500fd29710e606d9b155484eb1cabc Mon Sep 17 00:00:00 2001
From: timmmooney <mooney@aps.anl.gov>
Date: Fri, 27 Oct 2006 21:59:42 +0000
Subject: [PATCH] added streamDevice example

---
 iocBoot/iocvxWorks/st.cmd | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/iocBoot/iocvxWorks/st.cmd b/iocBoot/iocvxWorks/st.cmd
index f9b03b5..78ec43b 100644
--- a/iocBoot/iocvxWorks/st.cmd
+++ b/iocBoot/iocvxWorks/st.cmd
@@ -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")
 
-- 
GitLab