Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
LOFAR
Manage
Activity
Members
Labels
Plan
Issues
Wiki
Jira issues
Open Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RadioObservatory
LOFAR
Commits
ae788163
Commit
ae788163
authored
18 years ago
by
Arthur Coolen
Browse files
Options
Downloads
Patches
Plain Diff
BugID: 788
changed preparescript
parent
6b43042b
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
MAC/Navigator/prepareNavigator
+10
-5
10 additions, 5 deletions
MAC/Navigator/prepareNavigator
with
10 additions
and
5 deletions
MAC/Navigator/prepareNavigator
+
10
−
5
View file @
ae788163
#!/bin/sh
#!/bin/sh
curPath
=
`
pwd
`
curPath
=
C:
`
pwd
`
sysName
=
"CTU1"
sysName
=
"CTU1"
export
PVSS_II
=
$curPath
/config/config
export
PVSS_II
=
$curPath
/config/config
PVSStoolSyncTypes
-system
1
$sysName
-project
$1
PVSStoolSyncTypes
-system
1
$sysName
-project
$1
cp
config/progs config/progs.orig
cp
config/progs config/progs.orig
cp
config/progs.nav config/progs
cp
config/progs.nav config/progs
PVSS00pmon
-proj
$1
&
PVSS00pmon
-proj
$1
&
...
@@ -11,9 +16,9 @@ echo -n "Importing Navigator specific DPT's and DP's..."
...
@@ -11,9 +16,9 @@ echo -n "Importing Navigator specific DPT's and DP's..."
PVSS00ascii
-in
dplist/nav_fw/XTU_Navigator_database.dpl
-currentproj
;
echo
"(done)"
PVSS00ascii
-in
dplist/nav_fw/XTU_Navigator_database.dpl
-currentproj
;
echo
"(done)"
echo
-n
"Importing fixed datapoints..."
echo
-n
"Importing fixed datapoints..."
cd
../Deployment/data/PVSS/
#
cd ../Deployment/data/PVSS/
./create_db_files PVSS
#
./create_db_files PVSS
./create_db_files OBS
#
./create_db_files OBS
PVSS00ascii
-in
PVSS_datapointtypes.dpl
-currentproj
;
echo
"(done)"
PVSS00ascii
-in
PVSS_datapointtypes.dpl
-currentproj
;
echo
"(done)"
PVSS00ascii
-in
PVSS_datapoints.dpl
-currentproj
;
echo
"(done)"
PVSS00ascii
-in
PVSS_datapoints.dpl
-currentproj
;
echo
"(done)"
PVSS00ascii
-in
OBS_datapointtypes.dpl
-currentproj
;
echo
"(done)"
PVSS00ascii
-in
OBS_datapointtypes.dpl
-currentproj
;
echo
"(done)"
...
@@ -32,4 +37,4 @@ PVSS00pmon -currentproj -stopWait
...
@@ -32,4 +37,4 @@ PVSS00pmon -currentproj -stopWait
echo
"PVSS00NG | once | 30 | 3 | 1 |"
>>
config/progs
echo
"PVSS00NG | once | 30 | 3 | 1 |"
>>
config/progs
echo
"PVSS00NV | always | 30 | 3 | 2 |-p vision/login.pnl -iconBar -menuBar"
>>
config/progs
echo
"PVSS00NV | always | 30 | 3 | 2 |-p vision/login.pnl -iconBar -menuBar"
>>
config/progs
echo
"PVSS00NV | manual | 30 | 3 | 2 |-p nav_fw/tools/Enable
Tool
.pnl -iconBar -menuBar"
>>
config/progs
echo
"PVSS00NV | manual | 30 | 3 | 2 |-p nav_fw/tools/Enable
PropertySets
.pnl -iconBar -menuBar"
>>
config/progs
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment