Skip to content
Snippets Groups Projects
Commit a14bd937 authored by Pete Jemian's avatar Pete Jemian
Browse files

write list of PVs to a file, log the date/time this IOC finished booting on the console

parent 4c45c589
No related branches found
No related tags found
No related merge requests found
......@@ -154,6 +154,10 @@ dbLoadRecords("$(DEVIOCSTATS)/db/ioc.db","IOCNAME=xxx, TODFORMAT=%m/%d/%Y %H:%M:
###############################################################################
iocInit
###############################################################################
# write all the PV names to a local file
dbl > dbl-all.txt
### startup State Notation Language programs
#seq &kohzuCtl, "P=xxx:, M_THETA=m9, M_Y=m10, M_Z=m11, GEOM=1, logfile=kohzuCtl.log"
......@@ -200,3 +204,5 @@ motorUtilInit("xxx:")
dbcar(0,1)
# print the time our boot was finished
date
......@@ -168,6 +168,10 @@ dbLoadRecords("$(DEVIOCSTATS)/db/iocAdminSoft.db","IOC=xxx")
###############################################################################
iocInit
###############################################################################
# write all the PV names to a local file
dbl > dbl-all.txt
### startup State Notation Language programs
#seq &kohzuCtl, "P=xxx:, M_THETA=m1, M_Y=m2, M_Z=m3, GEOM=1, logfile=kohzuCtl.log"
......@@ -211,3 +215,5 @@ dbcar(0,1)
# motorUtil (allstop & alldone)
motorUtilInit("xxx:")
# print the time our boot was finished
date
......@@ -145,6 +145,10 @@ dbLoadRecords("$(DEVIOCSTATS)/db/ioc.db","IOCNAME=xxx, TODFORMAT=%m/%d/%y %H:%M:
###############################################################################
iocInit
###############################################################################
# write all the PV names to a local file
dbl > dbl-all.txt
### startup State Notation Language programs
#seq &kohzuCtl, "P=xxx:, M_THETA=m1, M_Y=m2, M_Z=m3, GEOM=1, logfile=kohzuCtl.log"
......@@ -197,3 +201,6 @@ saveData_Init("saveData.req", "P=xxx:")
motorUtilInit("xxx:")
#var sscanRecordDebug,1
#var debug_saveData,1
# print the time our boot was finished
date
......@@ -238,6 +238,10 @@ dbLoadRecords("$(MOTOR)/motorApp/Db/trajectoryScan.db","P=xxx:,R=traj1:,NAXES=8,
shellPromptSet "iocvxWorks> "
iocLogDisable=0
iocInit
###############################################################################
# write all the PV names to a local file
dbl > dbl-all.txt
### Startup State Notation Language (SNL) programs
# NOTE: Command line limited to 128 characters
......@@ -334,3 +338,6 @@ dbcar(0,1)
# motorUtil (allstop & alldone)
motorUtilInit("xxx:")
# print the time our boot was finished
date
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