Skip to content
Snippets Groups Projects
Commit 38bcc859 authored by Jeong Han Lee's avatar Jeong Han Lee
Browse files

update release, tune startup script

parent 22fd7364
No related branches found
No related tags found
No related merge requests found
......@@ -32,6 +32,14 @@ epicsEnvSet("CBUFFS", "500")
epicsEnvSet("NELEMENTS", "12592912")
# Define all requestfile paths
set_requestfile_path("$(ADSpinnaker_DB)", "")
set_requestfile_path("$(ADGenICam_DB)", "")
set_requestfile_path("$(ADCore_DB)", "")
set_requestfile_path("$(calc_DB)", "")
set_requestfile_path("$(busy_DB)", "")
set_requestfile_path("$(TOP)", "cmds")
#-
ADSpinnakerConfig("$(PORT)", "$(CAMERA_ID)", 0x1, 0)
dbLoadRecords("spinnaker.db", "P=$(PREFIX),R=,PORT=$(PORT)")
......@@ -43,28 +51,14 @@ dbLoadRecords("NDStdArrays.template", "P=$(PREFIX),R=,PORT=$(IMAGE),ADDR=0,TIMEO
# Load the commPlugins.iocsh for ADCore
iocshLoad("$(ADCore_DIR)/commPlugins.iocsh", "P=$(PREFIX),UNIT=1,PORT=$(IMAGE),QSIZE=$(QSIZE),XSIZE=$(XSIZE),YSIZE=$(YSIZE),NCHANS=$(NCHANS),CBUFFS=$(CBUFFS)")
# Define all requestfile paths
set_requestfile_path("$(ADSpinnaker_DB)", "")
set_requestfile_path("$(ADGenICam_DB)", "")
set_requestfile_path("$(ADCore_DB)", "")
set_requestfile_path("$(calc_DB)", "")
set_requestfile_path("$(busy_DB)", "")
# Load autosave iocsh
iocshLoad("$(autosave_DIR)/autosave.iocsh", "AS_TOP=$(TOP),IOCNAME=$(IOCNAME)")
#
iocInit()
#- create_montior_set for this specific ioc based on cmds/auto_settiongs.req
#-file "spinnaker_settings.req", P=$(P), R=$(R)
#-file "NDStdArrays_settings.req", P=$(P), R=$(R)
#-file "commonPlugin_settings.req", P=$(P)
#set_requestfile_path("$(TOP)", "cmds")
#create_monitor_set("auto_settings.req", 5, "P=$(PREFIX),R=,IMAGE=$(IMAGE):")
create_monitor_set("$(TOP)/cmds/auto_settings.req", 5, "P=$(PREFIX),R=,IMAGE=$(IMAGE):")
create_monitor_set("auto_settings.req", 5, "P=$(PREFIX),R=,IMAGE=$(IMAGE):")
#create_monitor_set("$(TOP)/cmds/auto_settings.req", 5, "P=$(PREFIX),R=,IMAGE=$(IMAGE):")
# Wait for enum callbacks to complete
epicsThreadSleep(2.0)
# Wait for callbacks on the property limits (DRVL, DRVH) to complete
......
......@@ -2,7 +2,7 @@
EPICS_BASE:=/epics/base-7.0.3
E3_REQUIRE_NAME:=require
E3_REQUIRE_VERSION:=3.1.0
E3_REQUIRE_VERSION:=3.1.2
# The definitions shown below can also be placed in an untracked RELEASE.local
-include $(TOP)/../../RELEASE.local
......
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