copy from other repository
This commit is contained in:
21
streamApp/example-3-13.cmd
Normal file
21
streamApp/example-3-13.cmd
Normal file
@ -0,0 +1,21 @@
|
||||
BIN="<library directory>"
|
||||
DBD="<dbd directory>"
|
||||
HOME="<ioc home direcory>"
|
||||
|
||||
#where can protocols be located?
|
||||
STREAM_PROTOCOL_PATH=".:protocols:../protocols/"
|
||||
|
||||
cd BIN
|
||||
ld < iocCore
|
||||
ld < streamApp.munch
|
||||
dbLoadDatabase "streamApp.dbd",DBD
|
||||
|
||||
drvAsynIPPortConfigure "terminal", "xxx.xxx.xxx.xxx:40000"
|
||||
|
||||
#load the records
|
||||
cd HOME
|
||||
dbLoadRecords "example.db","PREFIX=DZ"
|
||||
|
||||
#lots of debug output
|
||||
#streamDebug=1
|
||||
iocInit
|
Reference in New Issue
Block a user