Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
proview
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Esteban Blanc
proview
Commits
87b55537
Commit
87b55537
authored
May 16, 2007
by
claes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
parent
d1dbd6d1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
72 additions
and
0 deletions
+72
-0
src/doc/man/en_us/man_dg.dat
src/doc/man/en_us/man_dg.dat
+35
-0
src/doc/man/sv_se/man_dg.dat
src/doc/man/sv_se/man_dg.dat
+37
-0
No files found.
src/doc/man/en_us/man_dg.dat
View file @
87b55537
...
...
@@ -1836,6 +1836,41 @@ time to set up the runtime environment.
<h2>Distribute
...
</topic>
<topic>runtime monitor
Runtime Monitor
Often you want to start to runtime environment on the development node, for example
if you have made a change in the system that you want to test, before sending it
down to the production system.
The Runtime Monitor is used to start and stop the runtime environment on the
development station.
<image>dg_fig67.gif
To start the runtime environment on the development station, the following requirements
has to be fulfilled
- the node should be configured with a NodeConfig object in the project volume.
- the correct comunication buss should be set. To do this you set the bash environment variable
PWR_BUS_ID to the buss stated in the BusConfig object in the project volume, for example
<c> export PWR_BUS_ID=999
The runtime monitorn also requires a StatusMontorConfig object to be configured below
the $Node object in the volume to start.
The Runtime Monitor is started from Tools/Runtime Monitor in the menu. There are buttons
to start and stop the runtime environment ('Start Runtime' and 'Stop Runtime'). In the
colored square, the status of the runtime environment is displayed ('Running' or 'Down').
The color indicates the status of the system, red for error status, yellow for warning,
and green for OK.
The button 'Restart Runtime' performes a soft restart, and can be used if the runtime
is started already.
</topic>
</chapter>
<chapter>
...
...
src/doc/man/sv_se/man_dg.dat
View file @
87b55537
...
...
@@ -1786,6 +1786,43 @@ runtime milj
<h2>Distribuera
...
</topic>
<topic>runtime monitor
Runtime Monitorn
Ofta vill man starta runtime-miljön på utvecklings-noden, t ex om man har gjort en
ändring i systemet som man vill testa innan man skickar ner den till produktions-
systemet.
Runtime Monitorn används för att starta och stoppa runtime-miljön på utvecklingsnoden,
ofta i samband med simulering och testning, men även vid små system där utvecklingsnod
och process- eller operatörs nod är en och samma dator.
<image>dg_fig67.gif
Förutsättningen för att man ska kunna starta runtime-miljön är att utvecklingsnoden är
- noden är konfigurerad med ett NodeConfig objekt i projektvolymen.
- att rätt kommunikationsbuss är uppsatt. Det gör man genom att sätta omgivningsvariabeln
PWR_BUS_ID till den buss man har angivit i BusConfig objektet i projektvolymen. t ex
<c> export PWR_BUS_ID=999
För att runtime monitorn ska fungera krävs dessutom att det finns ett StatusMontitorConfig
objekt under $Node objektet i den volym som startas.
Runtime Monitorn startas från Tools/Runtime Monitor i menyn. Här finns knappar för att
starta och stoppa runtime-miljön ('Start Runtime' resp 'Stop Runtime'). I färgade rutan
till höger visas om runtime är startat eller inte ('Running' resp 'Down'). Färgen indikerar
status för systemet, rött för felstatus, gult för varning, och grönt för OK.
Knappen 'Restart Runtime' gör en mjuk omstart, och kan användas om runtime redan är startad.
Observera att vissa ändringar inte följer med vid en mjuk omstart, t ex ändrade värden på
attribut i objekt som redan finns sedan tidigare.
</topic>
</chapter>
<chapter>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment