15 lines
347 B
Batchfile
Executable File
15 lines
347 B
Batchfile
Executable File
#!/usr/local/bin/iocsh
|
|
|
|
on error break
|
|
|
|
require counterbox
|
|
|
|
epicsEnvSet("STREAM_PROTOCOL_PATH","./db")
|
|
epicsEnvSet("PREFIX","SQ:TEST")
|
|
epicsEnvSet("NAME","CB_TEST")
|
|
|
|
epicsEnvSet("SET_SIM_MODE","") # Run Counterbox Simulation Instead of Actual Box
|
|
runScript "$(counterbox_DIR)counterbox_v2.cmd" "CNTBOX_IP=localhost, CNTBOX_PORT=2000"
|
|
|
|
iocInit()
|