bugfixes in the script and database and a work in progress sim for nicos development

This commit is contained in:
2025-03-12 09:52:29 +01:00
parent 26390f07d6
commit 2eb9e514fe
10 changed files with 148 additions and 10 deletions

13
sim/st.cmd Executable file
View File

@ -0,0 +1,13 @@
#!/usr/local/bin/iocsh
on error break
require sinqSPS, wall_e
epicsEnvSet("STREAM_PROTOCOL_PATH","./db")
epicsEnvSet("PREFIX","SQ:TEST")
epicsEnvSet("SET_SIM_MODE","") # Run Shutter Simulation Instead of Connecting with SPS
runScript "$(sinqSPS_DIR)shutter.cmd" "SPS_IP=127.0.0.1, FETCH_DB=210, FETCH_PORT=2030, WRITE_PORT=2031"
iocInit()