11 lines
232 B
Batchfile
11 lines
232 B
Batchfile
dbLoadDatabase "O.Common/streamApp.dbd"
|
|
streamApp_registerRecordDeviceDriver
|
|
|
|
epicsEnvSet "STREAM_PROTOCOL_PATH", "."
|
|
|
|
drvAsynIPPortConfigure "terminal", "localhost:40000"
|
|
|
|
dbLoadRecords "test.db","P=TEST"
|
|
iocInit
|
|
var streamDebug 1
|