Commit 87b55537 authored by claes's avatar claes

*** empty log message ***

parent d1dbd6d1
......@@ -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>
......
......@@ -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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment