Skip to content
Snippets Groups Projects
Commit af9c08a7 authored by mooney's avatar mooney
Browse files

Use doAfterIocInit().

parent ffaad15b
No related branches found
No related tags found
No related merge requests found
......@@ -21,6 +21,8 @@ dbLoadRecords("$(STD)/stdApp/Db/scaler32.db", "P=$(PREFIX), S=scaler1, DTYP=Asyn
# This database provides the support for the MCS functions
dbLoadRecords("$(MCA)/mcaApp/Db/SIS38XX.template", "P=$(PREFIX), PORT=$(PORT), SCALER=$(PREFIX)scaler1")
# This SNL programs reads the MCS
doAfterIocInit("seq(&SIS38XX_SNL, 'P=$(PREFIX), R=$(RNAME), NUM_SIGNALS=$(MAX_SIGNALS), FIELD=READ')")
# Load either MCA or waveform records below
# The number of records loaded must be the same as MAX_SIGNALS defined above
......@@ -97,7 +99,3 @@ asynSetTraceIOMask($(PORT),0,2)
#asynSetTraceFile("$(PORT)",0,"$(MODEL).out")
#asynSetTraceMask("$(PORT)",0,0xff)
# !!! Don't firget to include the following command in st.cmd, after iocInit
#seq(&SIS38XX_SNL, "P=$(PREFIX), R=$(RNAME), NUM_SIGNALS=$(MAX_SIGNALS), FIELD=$(FIELD)")
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