Skip to content
Snippets Groups Projects
Commit c296e7dd authored by Jim Larsson's avatar Jim Larsson
Browse files

added $(P)$(R)

parent 55d7629d
No related branches found
No related tags found
1 merge request!1Main feature timestamp
# This should be a test startup script
epicsEnvSet("PREFIX", "SE-SEE:")
epicsEnvSet("DEVICE", "SE-RHEO-001:")
iocshLoad("/home/jimlarsson/modules/rheometerMCR702e/iocsh/rheometer.iocsh")
iocshLoad("/home/jimlarsson/modules/rheometerMCR702e/iocsh/rheometer.iocsh", "PREFIX=$(PREFIX), DEVICE=$(DEVICE)")
......@@ -2,12 +2,13 @@
#
# iocshLoad("$(rheotest_DIR)/rheotest.iocsh")
require rheometermcr702e
epicsEnvSet("STREAM_PROTOCOL_PATH", "$(rheometermcr702e_DIR)/db")
#drvAsynIPPortConfigure("rheo", "127.0.0.1:5555")
drvAsynIPPortConfigure("rheo", "172.30.32.60:1025")
dbLoadRecords("rheo_comm.db", "P=rheo")
dbLoadRecords("rheo_comm.db", "P=$(PREFIX), R=$(DEVICE)")
iocInit()
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment