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

set GROUP env var

parent 484103c5
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,7 @@ sysVmeMapShow
#epicsEnvSet("LOCATION", "location")
putenv("ENGINEER=engineer")
putenv("LOCATION=location")
putenv("GROUP=group")
cd ""
< ../nfsCommands
......@@ -63,7 +64,7 @@ exit
asSetSubstitutions("P=xxx:")
### caputRecorder
#var caputRecorderDebug,1
# trap listener
dbLoadRecords("$(CAPUTRECORDER)/caputRecorderApp/Db/caputPoster.db","P=xxx:,N=300")
doAfterIocInit("registerCaputRecorderTrapListener('xxx:caputRecorderCommand')")
......@@ -72,7 +73,7 @@ doAfterIocInit("registerCaputRecorderTrapListener('xxx:caputRecorderCommand')")
dbLoadRecords("$(CAPUTRECORDER)/caputRecorderApp/Db/caputRecorder.db","P=xxx:,N=300")
# second copy of GUI database
dbLoadRecords("$(CAPUTRECORDER)/caputRecorderApp/Db/caputRecorder.db","P=xxxA:,N=300")
#dbLoadRecords("$(CAPUTRECORDER)/caputRecorderApp/Db/caputRecorder.db","P=xxxA:,N=300")
# Industry Pack support
< industryPack.cmd
......
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