Commit c71a0bbb authored by Claes Sjofors's avatar Claes Sjofors

Doc, name changed to ProviewR

parent 9af6fbf0
This diff is collapsed.
......@@ -73,8 +73,8 @@ Script and commands <link>gecmd
<topic>geref_intro
Introduction
Ge is an editor to build operator graphics in Proview. The editor is integrated in the
Proview development environment and started from the Configurator. The graphs are built of
Ge is an editor to build operator graphics in ProviewR. The editor is integrated in the
ProviewR development environment and started from the Configurator. The graphs are built of
base objects in shapes of rectangles, circles, lines and texts, and of subgraphs, i.e. a
kind of composed object. Ge contains a collection of subgraphs for some common components:
valves, motors, pumps etc. Other components, the constructor can easily draw himself. The
......@@ -107,7 +107,7 @@ it in vertical and horizontal parts.
<h2>Connection point
A point in a subgraph to which a connection can be connected.
<h2>Signal
Signal is used as a common name for an attribute of an object in the Proview realtime database.
Signal is used as a common name for an attribute of an object in the ProviewR realtime database.
Often its the value for a Di, Do, Dv, Ai, Ao or Av, but it can be an attribute in an arbitrary
object.
<h2>MB1
......@@ -117,7 +117,7 @@ The middle mouse button or the scroll wheel.
<h2>MB3
The right mouse button.
<h2>Rtdb
The Proview realtime database.
The ProviewR realtime database.
</topic>
</chapter>
......@@ -789,7 +789,7 @@ popup menu for the object. Also object graphs can be viewed in window objects by
specifying the name of the graph file. Also the database object that the graph should be
connected to has to be specified in Window.Object.
If the object class is a part of the Proview release, the filename for the object graph is
If the object class is a part of the ProviewR release, the filename for the object graph is
$pwr_exe/pwr_c_'classname'.pwg. For an Av object this will be $pwr_exe/pwr_c_av.pwg. You
have to specify the path in the filename as the file is located in the default directory
$pwrp_exe.
......@@ -1331,7 +1331,7 @@ H1-Dv3 is high.
<b>Fig The indicator with four different colors
<h1>Colors for warning and error
In Proview the colors yellow and red are consistently used for warning and error respectively.
In ProviewR the colors yellow and red are consistently used for warning and error respectively.
There are two types of dynamic, DigWarning and DigError, that sets yellow and red color.
The advantage compared to DigLowColor or DigColor is that you don't have to specify the color.
You just have to connect the dynamic to a digital signal in the database.
......@@ -2292,7 +2292,7 @@ working area.
The subgraph palette consists of a number of folders with subgraphs. Under the Local/Subgraphs
folder there are subgraphs that is created within the project. Other folder contain subgraphs
that comes with Proview.
that comes with ProviewR.
<h1>The color palette
......@@ -4883,10 +4883,10 @@ AppMotion <t>Action for motion event in Android app.
<h1>Object and hierarchy graphs
This chapter describes how to create Ge graphs that displays the content of an object of a
certain class, and is able to display all object of that class. It also describes how you can
construct common graphs for similar hierarchies in the Proview database.
construct common graphs for similar hierarchies in the ProviewR database.
<h1>Object graph
For some classes that belongs to Proview baseclasses, there are so called object graphs, i.e.
For some classes that belongs to ProviewR baseclasses, there are so called object graphs, i.e.
graphs that can be opened for each instance of the class. Object graphs exist for example for
the classes PID, Mode, Av, Ai, Ao, Di, Do and Dv, and is opened with the command
'open graph/instance=' where you in /instance supply the name of the object. You can also open
......@@ -4955,7 +4955,7 @@ Testing
<h1>Preview
There is a function to test the graph immediately in the editor. One requirement is that you
have to start the Proview runtime environment on the development station, to be able to find
have to start the ProviewR runtime environment on the development station, to be able to find
signals that occurs in the graph. From 'View/Preview' in the menu, the editor connects to the
database and starts executing the dynamic of the graph. Preview is closed with 'View/Preview
close' and then you can continue to edit the graph.
......@@ -5149,7 +5149,7 @@ This is how the configuration is done:
Create a WebHandler object under the node object in the node hierarchy. The WebHandler object
will cause the start of a server process that supplies the graphs with the dynamic information
from the realtime database. In the object you also state if you should be able to log in as a
Proview user. Under the WebHandler object you create a WebGraph object for each graph that is
ProviewR user. Under the WebHandler object you create a WebGraph object for each graph that is
to be opened from the menu.
Under the WebHandler object, you can also create WebLink objects. Each WebLink object give rise
to a menu entry that is connected to an URL, e.g. documents for working instructions, function
......@@ -5198,7 +5198,7 @@ A ge graph can be exported as a java frame. This is opened in xtt with the comma
To view process graphs on the intranet, you have to install a web server in an operator station.
We recommend Apache on Linux.
In Proview you create a WebHandler object in the noder hierarchy, to start a server process
In ProviewR you create a WebHandler object in the noder hierarchy, to start a server process
in runtime that supplies the web graphs with database data.
<h1>Distribution
......@@ -5556,7 +5556,7 @@ Create a subgraph object.
/x1 <t>x-coordinate for the upper left corner.
/y1 <t>y-coordinate for the upper left corner.
/subgraph <t>The name of the subgraph. If the subgraph is a part of the Proview
/subgraph <t>The name of the subgraph. If the subgraph is a part of the ProviewR
<t>base system is always has the prefix 'pwr_' and is written with lower case,
<t>e.g. 'Valve' has the name pwr_valve.
/x2 <t>If the point (x2, y2) is supplied, the subgraph is scaled to fit inside a
......
......@@ -50,7 +50,7 @@ Operators Guide
<h1>Operators Guide
Introduction <link> opg_introduction
About Proview <link> opg_proview
About ProviewR <link> opg_proview
The Operator Place <link> opg_opplace
Alarm and Events <link> opg_events
Curves <link> opg_curves
......@@ -71,8 +71,8 @@ Index <index>
<topic> opg_introduction
Introduction
Proview Operator's Guide is intended for persons who will be in contact with running
Proview systems in their daily work. It could be
ProviewR Operator's Guide is intended for persons who will be in contact with running
ProviewR systems in their daily work. It could be
- operators that supervise and handle a process.
- maintenance personnel troubleshooting the plant.
......@@ -87,14 +87,14 @@ belongs to a certain group are determined from the privileges the user is grante
<chapter>
<topic> opg_proview
About Proview
About ProviewR
<h1>What is Proview
Proview is a modern, powerful and general process control system. It contains all the
<h1>What is ProviewR
ProviewR is a modern, powerful and general process control system. It contains all the
functions normally required for successful sequential control, adjustment, data
acquisition, communication, supervision, HMI/SCADA, history data storage etc.
Proview is a distributed system, it consists of a number of computers (nodes) connected
ProviewR is a distributed system, it consists of a number of computers (nodes) connected
in a network. The nodes can be of type process station, operator station or storage
station.
......@@ -140,14 +140,14 @@ configuration is modified for a station, the new configuration is distributed to
via the network.
<image>opg_fig1.png
<b>Fig Components in a Proview system
<b>Fig Components in a ProviewR system
</topic>
<topic>opg_object
Objects
<h1>The object tree
Object is a central concept in Proview. Sensors, valves, motors, controllers etc. are all
Object is a central concept in ProviewR. Sensors, valves, motors, controllers etc. are all
represented by objects in a database. The objects are ordered in a tree structure where
different hierarchy levels in the tree represent parts of the plant or process. If we look
at a furnace, the top level can represent the whole furnace. The furnace consists of four
......@@ -318,7 +318,7 @@ Functions/User/Return <t><t>Return to the original user.
Functions/Help/Project <t><t>Show helptexts for the project.
Functions/Help/Overview <t><t>Show an overview of helptexts.
Functions/Help/Operator Window <t><t>Display help on the operator window.
Functions/Help/About Proview <t><t>Display Proview into, for example version of install package.
Functions/Help/About ProviewR <t><t>Display ProviewR into, for example version of install package.
Functions/Close <t><t>Close down the operator place.
<b>Pushbuttons
......@@ -363,7 +363,7 @@ About alarm and events
<h1>Alarms
Alarms are sent to the operator station when something occurs that operator has to pay
attention to. It could be a temperature crossing a limit, or a bad value entered in a
process graph. In Proview there are special supervision objects that supervise signals
process graph. In ProviewR there are special supervision objects that supervise signals
and generates alarms.
Alarm are viewed in the alarmlist.<link>opg_alarmlist
......@@ -766,7 +766,7 @@ In the middle part of the operator window there is a help button that opens the
for the project.
<h2>The Navigator menu
The menu entry Help/Overview gives help on Proview and the operator environment.
The menu entry Help/Overview gives help on ProviewR and the operator environment.
Help/Project gives help on the project.
<h2>Command
......@@ -829,7 +829,7 @@ Alarm / Event List <t><t>Opens the event list. <link>opg_eventlist
Alarm / Blocked Alarms <t><t>Shows the list of blocked alarms. <link>opg_blocklist
Alarm / Historical List <t><t>Shows the event log.<link>opg_eventlog
Store <t><t>Shows stored collection views.
System / Nethandler / Link <t><t>Shows links to other Proview systems. <link>opg_nav_link
System / Nethandler / Link <t><t>Shows links to other ProviewR systems. <link>opg_nav_link
System / Nethandler / Subscription Client <t><t>Shows subscriptions (client). <link>opg_nav_subcli
System / Nethandler / Subscription Server <t><t>Shows subscriptions (server). <link>opg_nav_subsrv
System / Communication / RemNode <t><t>Shows remote communication (nodes). <link>opg_nav_remnode
......@@ -928,7 +928,7 @@ navigator. Only methods that are valid for an object are sensitive.
<topic> opg_nav_link
System / Nethandler / Link
The map 'System / Nethandler / Link' shows links to other Proview stations. The current
The map 'System / Nethandler / Link' shows links to other ProviewR stations. The current
station is also viewed in the list.
In the figure below you can see that the local node aristotle has contact with the node
......@@ -1058,7 +1058,7 @@ System / Device
Shows a list of I/O devices.
The I/O system in Proview is divided into four levels, agent, rack, card and channel.
The I/O system in ProviewR is divided into four levels, agent, rack, card and channel.
In the device list, all the card objects are displayed.
<image> opg_fig22.png
......@@ -1094,7 +1094,7 @@ Description of the columns
PlcThread <t>Name of thread object.
Prio <t>Thread priority.
LoopCnt <t>Counter of number of cycles since Proview startup.
LoopCnt <t>Counter of number of cycles since ProviewR startup.
ScanTime <t>Configured cycletime.
Mean <t>Meanvalue of measured cycletime.
Coverage <t>The execution time for the thread in proportion to the cycletime in percent.
......@@ -1215,7 +1215,7 @@ with the 'Restore' button.
<topic> opg_nav_systemmsg
System / System Messages
The Proview system logg contains information, warning and error messages, written by the
The ProviewR system logg contains information, warning and error messages, written by the
server processes of the system. Also applications can write to the system log by using
the errh interface.
......@@ -1228,7 +1228,7 @@ W <t>yellow <t>Warning.
I <t>green <t>Information.
S <t>green <t>Success.
Also the Proview startup is marked with a yellow colored row.
Also the ProviewR startup is marked with a yellow colored row.
Above all you should notice red messages implying something is wrong in the system.
......@@ -1428,7 +1428,7 @@ Example of a symbol used as a variable
<topic> opg_security
Users and privileges
Proview contains a system with users that are granted privileges. To perform specific tasks
ProviewR contains a system with users that are granted privileges. To perform specific tasks
certain privileges are needed, and only if the user has this privileges he is allowed
to perform them.
......
This diff is collapsed.
......@@ -73,7 +73,7 @@ Script och kommandon <link>gecmd
Inledning
Ge är en editor för att bygga bilder för underhåll och enklare operatörskommunikation i
Proview. Editorn är integrerad med Proview's utvecklingsmiljö och startas från navigatören.
ProviewR. Editorn är integrerad med ProviewR's utvecklingsmiljö och startas från navigatören.
Bilderna byggs upp av bas-objekt i form av rektanglar, cirklar, linjer och texter, och av
subgrafer, som är en slags sammansatta objekt. Ge innehåller en uppsättning subgrafer för
några vanliga komponenter: ventiler, motorer, pumpar mm. Andra symboler kan konstruktören
......@@ -114,7 +114,7 @@ vertikala och horisontala delar.
<h2>Kopplingspunkt
Punkt i en subgraf till vilken man kan fästa en koppling.
<h2>Signal
Signal används generellt som benämning på attribut i ett objekt i Proview's realtidsdatabas.
Signal används generellt som benämning på attribut i ett objekt i ProviewR's realtidsdatabas.
Ofta är det fråga om värdet för en Di, Do, Dv, Ai, Ao eller Av men det kan vara ett attribut i
vilket objekt som helst.
<h2>MB1
......@@ -125,7 +125,7 @@ samtidigt).
<h2>MB3
Höger musknapp.
<h2>Rtdb
Proviews realtids-databas.
ProviewRs realtids-databas.
</topic>
</chapter>
......@@ -792,7 +792,7 @@ objektet.
graf-filen. Dessutom måste databas-objektet som bilden ska vara kopplad till anges
i Window.Object.
Om klassen för objektet ingår i Proview's bassystem, är filnamnet för objektsbilden
Om klassen för objektet ingår i ProviewR's bassystem, är filnamnet för objektsbilden
$pwr_exe/pwr_c_'klassnamn'.pwg. För ett Av-objekt blir det $pwr_exe/pwr_c_av.pwg. Man måste
här ange även katalogen i filenamnet eftersom filen inte ligger på default katalogen
$pwrp_exe.
......@@ -1329,7 +1329,7 @@ tidigare, m
<b>Fig Indikatorns fyra olika färger
<h1>Färger för varning och fel
I Proview används genomgående färgerna gult och rött för varning resp fel. Det finns
I ProviewR används genomgående färgerna gult och rött för varning resp fel. Det finns
två typer av dynamik, DigWarning och DigError, som sätter gul resp röd färg. Fördelen
jämfört med DigLowColor eller DigColor är att men inte behöver ange färgen, utan det räcker
att koppla dynamiken till en digital signal i databasen.
......@@ -2281,7 +2281,7 @@ arbetsarean.
Subgraf-paletten består av ett antal mappar med subgrafer. Under Local/Subgraphs-mappen finns
subgrafer som har skapats inom projektet. Övriga mappar innehåller subgrafer som följer med
Proview.
ProviewR.
<h1>Färg-paletten
......@@ -4844,10 +4844,10 @@ AppMotion <t>Vad som ska ske vid drag i en Android app.
<h1>Objekts och hierarki grafer
Det här kapitlet beskriver hur man kan göra ge-bilder som visar innehållet objekt av en viss
klass, och som kan visa alla objekt av den klassen. Det beskriver också hur man kan göra
gemensamma bilder för likartade hierakier i Proview-databasen.
gemensamma bilder för likartade hierakier i ProviewR-databasen.
<h1>Objekts graf
För en del klasser som tillhör Proview's basklasser finns det sk objekts-bilder, dvs bilder
För en del klasser som tillhör ProviewR's basklasser finns det sk objekts-bilder, dvs bilder
som kan öppnas för varje objekt som tillhör klassen. Objekts-bilder finns bl a för klasserna
PID, Mode, Av, Ai, Ao, Di, Do, Dv, och öppnas i xtt med kommandot 'open graph /instance=' där
man i /instance skickar med namnet på objektet. Man kan också öppna objektbilden genom att
......@@ -4855,9 +4855,9 @@ v
Om man har gjort en egen klass, kan man göra en objektsbild även för denna klass. Man
editerar bilden som en normal ge-graph. Skillnaden kommer när man ska knyta de olika
dynamiska objekten till Proview-objektet i rtdb. Där man normalt skriver ett objekts-namn
dynamiska objekten till ProviewR-objektet i rtdb. Där man normalt skriver ett objekts-namn
skriver man istället $object. Data för en indikator som kopplas till attributet ActualValue
i Proview-objektet kan se ut så här
i ProviewR-objektet kan se ut så här
<b>Attribut <t><t>Värde
SubGraph <t><t>pwr_indsquare
......@@ -5110,7 +5110,7 @@ en s
Konfigureringen går till så här:
Skapa ett WebHandler objekt under node-objektet i nod-hierarkin. Webhandler objektet gör att
en server-process om förser bilderna med dynamisk information från realtidsdatabasen startas.
I objeketet anger man bl a också om man ska ha möjlighet att logga in som Proview-användare.
I objeketet anger man bl a också om man ska ha möjlighet att logga in som ProviewR-användare.
Under WebHandler-objektet lägger man ett WebGraph-objekt för varje bild som ska kunna öppnas
från menyn.
Under WebHandler-objektet kan man även lägga WebLink-objekt. Varje WebLink-objekt ger upphov
......@@ -5159,7 +5159,7 @@ En ge-bild kan exporteras som en java-applikation. Denna kan tas upp i xtt med k
För att lägga ut process-bilder på intranätet krävs att man installerar in webserver i någon
operatörsstation. Vi använder Tomcat från Apache på Linux.
I Proview ska man skapa ett WebHandler-objekt i NodeHierarkin så att en server-process
I ProviewR ska man skapa ett WebHandler-objekt i NodeHierarkin så att en server-process
startas av näthanteraren som förser web-bilderna med data från rtdb.
En web-sida ska skapas i html för inloggning och länkar till olika bilder. Web-sidan
......@@ -5504,7 +5504,7 @@ Skapar ett subgraf-objekt.
/x1 <t>x-koordinat för övre vänstra hörnet.
/y1 <t>y-koordinat för övre vänstra hörnet.
/subgraph <t>Namnet på subgrafen. Om subgrafet tillhör Proview's bassystem har
/subgraph <t>Namnet på subgrafen. Om subgrafet tillhör ProviewR's bassystem har
<t>subgrafen alltid prefixet 'pwr_' och skrivs med gemener, dvs subgrafen
<t>'Valve' har namnet pwr_valve.
/x2 <t>Om punkten (x2, y2) anges skalas subgrafen så att den innesluts i
......
......@@ -50,7 +50,7 @@ Operat
<h1>Operatörshandbok
Introduktion <link> opg_introduction
Allmänt om Proview <link> opg_proview
Allmänt om ProviewR <link> opg_proview
Operatörsplatsen <link> opg_opplace
Larm och händelser <link> opg_events
Kurvor <link> opg_curves
......@@ -71,7 +71,7 @@ Index <index>
<topic> opg_introduction
Inledning
Proview Handbok för Operatörer är främst avsedd för personer som kommer i kontakt med gående
ProviewR Handbok för Operatörer är främst avsedd för personer som kommer i kontakt med gående
proviewsystem i sitt dagliga arbete. Det kan vara
- operatörer som övervakar och sköter en process.
......@@ -87,14 +87,14 @@ som tillh
<chapter>
<topic> opg_proview
Allmänt om Proview
Allmänt om ProviewR
<h1>Vad är Proview
Proview är ett modernt, kraftfullt och generellt processtyrsystem. Det innehåller alla de
<h1>Vad är ProviewR
ProviewR är ett modernt, kraftfullt och generellt processtyrsystem. Det innehåller alla de
funktioner som normalt behövs för för att styra och övervaka en process: sekvensstyrning,
reglering, datainsamling, kommunikation, larmhantering, HMI/SCADA, historisk datalagring mm.
Proview är ett distribuerat system, dvs det består av ett antal datorer (noder) förbundna
ProviewR är ett distribuerat system, dvs det består av ett antal datorer (noder) förbundna
i ett nätverk. Noderna kan vara av typen processtation, operatörsstation eller
lagringsstation.
......@@ -144,14 +144,14 @@ en
stationen via nätverket.
<image>opg_fig1.png
<b>Fig Komponenter i ett Proview system
<b>Fig Komponenter i ett ProviewR system
</topic>
<topic>opg_object
Objekt
<h1>Objektträd
Ett centralt begrepp i Proview är objekt. Givare, ventiler, motorer, regulatorer etc,
Ett centralt begrepp i ProviewR är objekt. Givare, ventiler, motorer, regulatorer etc,
representeras av objekt i en databas. Objekten är ordnade i en trädsstruktur där olika
hierarkinivåer i trädet motsvarar delar i anläggningen och processen. Om vi betraktar en ugn
kan den översta nivån representera ugnen. Ugnen består av 4 värningszoner som var och en
......@@ -319,7 +319,7 @@ Functions/User/Return <t><t>
Functions/Help/Project <t><t>Visar hjälptexter för projektet.
Functions/Help/Overview <t><t>Visar en översikt över hjälptexter.
Functions/Help/Operator Window <t><t>Visar hjälp för operatörsfönstret.
Functions/Help/About Proview <t><t>Visar info om Proview, t ex version av installat paket.
Functions/Help/About ProviewR <t><t>Visar info om ProviewR, t ex version av installat paket.
Functions/Close <t><t>Stänger ner operatörsplatsen.
<b>Trycknappar
......@@ -362,7 +362,7 @@ Allm
<h1>Larm
Larm skickas ut till operatören när någonting inträffar som operatören måste uppmärksamma.
Det kan t ex vara en temperatur som går över en gräns, eller att man har matat in ett
felaktigt värde i en bild. I Proview finns speciella övervakningsobjekt som övervakar
felaktigt värde i en bild. I ProviewR finns speciella övervakningsobjekt som övervakar
signaler och genererar larm.
Larm visas i larmlistan.<link>opg_alarmlist
......@@ -759,7 +759,7 @@ Hj
I operaörsfönstrets mitt-del finns en hjälpknapp som visar hjälptexter för projektet.
<h2>Navigatorns meny
Menyentryt Help/Overview ger hjälp om Proview och operatörsmiljön. Help/Project ger hjälp
Menyentryt Help/Overview ger hjälp om ProviewR och operatörsmiljön. Help/Project ger hjälp
om projektet.
<h2>Kommando
......@@ -821,7 +821,7 @@ Alarm / Event List <t><t>
Alarm / Blocked Alarms <t><t>Visar listan över blockerade larm. <link>opg_blocklist
Alarm / Historical List <t><t>Visar händelseloggen.<link>opg_eventlog
Store <t><t>Visar sparade samlingsbilder.
System / Nethandler / Link <t><t>Visar länkar till andra Proview system. <link>opg_nav_link
System / Nethandler / Link <t><t>Visar länkar till andra ProviewR system. <link>opg_nav_link
System / Nethandler / Subscription Client <t><t>Visar prenumerationer (client). <link>opg_nav_subcli
System / Nethandler / Subscription Server <t><t>Visar prenumerationer (server). <link>opg_nav_subsrv
System / Communication / RemNode <t><t>Visar remote kommunikation (noder) <link>opg_nav_remnode
......@@ -920,7 +920,7 @@ metoder som
<topic> opg_nav_link
System / Nethandler / Link
Mappen 'System / Nethandler / Link' visar länkar till andra Proview-stationer. Även den egna
Mappen 'System / Nethandler / Link' visar länkar till andra ProviewR-stationer. Även den egna
noden finns med i listan.
I figuren nedan kan man se att den lokala noden aristotle, har kontakt med noden pwrutv.
......@@ -1049,7 +1049,7 @@ System / Device
Visar lista med I/O enheter.
I/O systemet i Proview är indelat i fyra nivåer, agent, rack, kort och kanal.
I/O systemet i ProviewR är indelat i fyra nivåer, agent, rack, kort och kanal.
I Device listan visas alla kort-objekt.
<image> opg_fig22.png
......@@ -1084,7 +1084,7 @@ Beskrivning av kolumner
PlcThread <t>Namn på trådobjektet.
Prio <t>Trådens prioritet.
LoopCnt <t>Räknare för antal cykler sedan start av Proview.
LoopCnt <t>Räknare för antal cykler sedan start av ProviewR.
ScanTime <t>Konfigurerad cykeltid.
Mean <t>Medelvärde på uppmätt cykeltid.
Coverage <t>Exekveringstiden för tråden i förhållande till cykeltiden i procent.
......@@ -1214,7 +1214,7 @@ W <t>gult <t>Warning,
I <t>grönt<t>Information, är ett informations meddelande.
S <t>grönt <t>Success, är ett meddelande om en framgångsrikt utförd aktivitet.
Dessutom markeras uppstart av Proview med en gulfärgad rad.
Dessutom markeras uppstart av ProviewR med en gulfärgad rad.
Framför allt ska man vara uppmärksam på röda meddelanden som innebär att någonting är
fel i systemet.
......@@ -1418,7 +1418,7 @@ Exempel p
<topic> opg_security
Användare och privilegier
Proview innehåller ett system med användare som tilldelas privilegier. För att utföra vissa
ProviewR innehåller ett system med användare som tilldelas privilegier. För att utföra vissa
saker krävs privilegier, och endast om användaren har dessa privilegier tillåts han att
utföra dem.
......@@ -2435,7 +2435,7 @@ plc-tr
<TOPIC> show links <style> function
Kommando show links
Visa länkar till andra Proview system.
Visa länkar till andra ProviewR system.
<B>xtt> show links
</TOPIC>
......@@ -3968,7 +3968,7 @@ string get_pwr_config( string name)
<b>Beskivning
Hämta värdet för en Proview konfigureringsvariabel.
Hämta värdet för en ProviewR konfigureringsvariabel.
Konfigureringsvariabler sätts i /etc/proview.cnf.
Returnerar värdet på konfigureringsvariablen.
......
......@@ -11,7 +11,7 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Proview</title>
<title>ProviewR</title>
</head>
<frameset cols="200px,*" frameborder="0">
......
......@@ -9,7 +9,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Proview</title>
<title>ProviewR</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
<link rel="stylesheet" href="../pcss.css" type="text/css" />
......@@ -22,7 +22,7 @@
<p id="pwrversion">V5.6.0</p>
<a id="pwrlang" href="../sv_se/index.html" target="_top">&nbsp; Swedish &nbsp;</a>
<a id="pwrdochigh" href="doc_f.html" target="main">&nbsp;&nbsp;&nbsp;Documentation&nbsp;&nbsp;&nbsp;&nbsp;</a>
<a id="pwrabout" href="pwr_about_f.html" target="_top">&nbsp; About Proview &nbsp;</a>
<a id="pwrabout" href="pwr_about_f.html" target="_top">&nbsp; About ProviewR &nbsp;</a>
</div>
</body>
</html>
......
......@@ -11,7 +11,7 @@
<html>
<head>
<link rel="stylesheet" type="text/css" href="../pcss.css">
<title>Proview</title>
<title>ProviewR</title>
</head>
<body id="mainmenu">
<h2 id="mainmenu">Introduction</h2>
......@@ -64,7 +64,7 @@
<html>
<head>
<link rel="stylesheet" type="text/css" href="../pcss.css">
<title>Proview</title>
<title>ProviewR</title>
</head>
<body id="mainmenu">
<h2 id="mainmenu">Documentation</h2><br>
......
......@@ -11,7 +11,7 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Proview</title>
<title>ProviewR</title>
</head>
<frameset rows="137px,*" frameborder="0">
......
......@@ -23,7 +23,7 @@
<p id="pwrversion">V5.6.0</p>
<a id="pwrlang" href="../sv_se/index.html" target="_top">&nbsp; Swedish &nbsp;</a>
<a id="pwrdochigh" href="index.html" target="_top">&nbsp;&nbsp;&nbsp;Documentation&nbsp;&nbsp;&nbsp;&nbsp;</a>
<a id="pwrabout" href="pwr_about_f.html" target="_top">&nbsp; About Proview &nbsp;</a>
<a id="pwrabout" href="pwr_about_f.html" target="_top">&nbsp; About ProviewR &nbsp;</a>
</div>
</body>
</html>
......
......@@ -340,7 +340,7 @@ text-autospace:ideograph-numeric ideograph-other'><span lang=EN-GB
style='font-size:11.0pt;font-family:NewCenturySchlbk;color:black;mso-ansi-language:
EN-GB;mso-bidi-font-style:italic'>The data of the class is divided into head
and body. The object head, which has the same appearance in all object classes,
is described in PROVIEW/R </span><span lang=EN-GB style='color:black;
is described in ProviewR </span><span lang=EN-GB style='color:black;
mso-ansi-language:EN-GB;mso-bidi-font-style:italic'>Designer's Guide</span><span
lang=EN-GB style='font-size:11.0pt;font-family:NewCenturySchlbk;color:black;
mso-ansi-language:EN-GB'> <span style='mso-bidi-font-style:italic'>. The attributes
......@@ -1594,7 +1594,7 @@ color:black;mso-bidi-font-style:italic'>Output and <span class=SpellE>Internal</
<p class=MsoNormal style='mso-layout-grid-align:auto;punctuation-wrap:hanging;
text-autospace:ideograph-numeric ideograph-other'><a name=pgfId-998493></a><i><span
lang=EN-GB style='font-size:10.0pt;color:black;mso-ansi-language:EN-GB'>The
parameter, which is used internal by the object, is updated by the PROVIEW/R
parameter, which is used internal by the object, is updated by the ProviewR
system or the development environment.</span></i><span lang=EN-GB
style='font-size:10.0pt;color:black;mso-ansi-language:EN-GB'> <o:p></o:p></span></p>
</td>
......@@ -1610,7 +1610,7 @@ color:black;mso-bidi-font-style:italic'>Output and <span class=SpellE>Internal</
<p class=MsoNormal style='mso-layout-grid-align:auto;punctuation-wrap:hanging;
text-autospace:ideograph-numeric ideograph-other'><a name=pgfId-998497></a><i><span
lang=EN-GB style='font-size:10.0pt;color:black;mso-ansi-language:EN-GB'>Signal
order is set by the operator, and is reset by the PROVIEW/R system when it
order is set by the operator, and is reset by the ProviewR system when it
has been noticed.</span></i><span lang=EN-GB style='font-size:10.0pt;
color:black;mso-ansi-language:EN-GB'> <o:p></o:p></span></p>
</td>
......@@ -1643,7 +1643,7 @@ color:black;mso-bidi-font-style:italic'>Output and <span class=SpellE>Internal</
<p class=MsoNormal style='mso-layout-grid-align:auto;punctuation-wrap:hanging;
text-autospace:ideograph-numeric ideograph-other'><a name=pgfId-998505></a><i><span
lang=EN-GB style='font-size:10.0pt;color:black;mso-ansi-language:EN-GB'>The
output is set by the PROVIEW/R system and stored in rtdb.</span></i><span
output is set by the ProviewR system and stored in rtdb.</span></i><span
lang=EN-GB style='font-size:10.0pt;color:black;mso-ansi-language:EN-GB'> <o:p></o:p></span></p>
</td>
</tr>
......@@ -1674,7 +1674,7 @@ color:black;mso-bidi-font-style:italic'>Output and <span class=SpellE>Internal</
<p class=MsoNormal style='mso-layout-grid-align:auto;punctuation-wrap:hanging;
text-autospace:ideograph-numeric ideograph-other'><a name=pgfId-998513></a><i><span
lang=EN-GB style='font-size:10.0pt;color:black;mso-ansi-language:EN-GB'>The
value of the attribute is determined by the PROVIEW/R distribution and must
value of the attribute is determined by the ProviewR distribution and must
not be changed.</span></i><span lang=EN-GB style='font-size:10.0pt;
color:black;mso-ansi-language:EN-GB'> <o:p></o:p></span></p>
</td>
......
......@@ -9,7 +9,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Proview</title>
<title>ProviewR</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
<link rel="stylesheet" href="../pcss.css" type="text/css" />
......@@ -23,7 +23,7 @@
<p id="pwrversion">V5.6.0</p>
<a id="pwrlang" href="../sv_se/index.html" target="_top">&nbsp; Swedish &nbsp;</a>
<a id="pwrdochigh" href="index.html" target="_top">&nbsp;&nbsp;&nbsp;Documentation&nbsp;&nbsp;&nbsp;&nbsp;</a>
<a id="pwrabout" href="pwr_about_f.html" target="_top">&nbsp; About Proview &nbsp;</a>
<a id="pwrabout" href="pwr_about_f.html" target="_top">&nbsp; About ProviewR &nbsp;</a>
</div>
</body>
......
......@@ -10,7 +10,7 @@
<head>
<link rel="stylesheet" type="text/css" href="../pcss.css">
<title>Proview</title>
<title>ProviewR</title>
<style type="text/css">
.rightimage { float: right;
margin-left: 20px;
......@@ -42,34 +42,34 @@
<h1 id="mainmenu"></h1>
<h2 id="mainmenu">General</h2>
<p>Proview is an Open Source Process Control System. It is modern, powerful and general and contains all functions normally required for successful sequential control, adjustment, data acquisition, communication, supervision, etc. </p>
<p>ProviewR is an Open Source Process Control System. It is modern, powerful and general and contains all functions normally required for successful sequential control, adjustment, data acquisition, communication, supervision, etc. </p>
<p>The configuration of a Proview system is done graphically, making the application adaptation simple, reliable, and flexible. Proview is a distributed system, which means that the system can consist of several computers, connected via a network, preferably ethernet. A typical Proview system consists of one process control system and one or more operator stations. It is easy to configure one operating station to become the HMI-system of several control systems. </p>
<p>The configuration of a ProviewR system is done graphically, making the application adaptation simple, reliable, and flexible. ProviewR is a distributed system, which means that the system can consist of several computers, connected via a network, preferably ethernet. A typical ProviewR system consists of one process control system and one or more operator stations. It is easy to configure one operating station to become the HMI-system of several control systems. </p>
<p>Programming is possible both with a graphical PLC-editor and with high level programming languages (such as C, C++, Java or FORTRAN). The concept of Proview is based on a soft-PLC solution which runs on standard computers with Linux as operating system. </p>
<p>Programming is possible both with a graphical PLC-editor and with high level programming languages (such as C, C++, Java or FORTRAN). The concept of ProviewR is based on a soft-PLC solution which runs on standard computers with Linux as operating system. </p>
<h2 id="mainmenu">Performance</h2>
<p>The great advantage of using standard hardware and soft-PLC is that system size, properties and performance is mainly limited by the hosting operating system and its hardware. In Proview there are no limits in number of I/O, PID loops, PLC programs, counters etc. The minimum cycle time for a PLC loop is less than 1 ms. </p>
<p>The great advantage of using standard hardware and soft-PLC is that system size, properties and performance is mainly limited by the hosting operating system and its hardware. In ProviewR there are no limits in number of I/O, PID loops, PLC programs, counters etc. The minimum cycle time for a PLC loop is less than 1 ms. </p>
<h2 id="mainmenu">Communication</h2>
<p>Proview can communicate with other computers both via ethernet network (ip) and via serial mechanisms. Proview supports several different protocols, such as UDP or TCP sockets via ethernet and Siemens 3964R on serial links. </p>
<p>ProviewR can communicate with other computers both via ethernet network (ip) and via serial mechanisms. ProviewR supports several different protocols, such as UDP or TCP sockets via ethernet and Siemens 3964R on serial links. </p>
<h2 id="mainmenu">I/O system</h2>
<p>The most common used I/O system in Proview is Profibus/DP, a robust and well-tested field bus. There are also support for Modbus TCP, an USB I/O from Motion Control and PSS9000. The Modular design of the I/O system and the fact that Proview is based on Linux and high level languages makes it easy to implement other I/O systems with available drivers or develop new ones. </p>
<p>The most common used I/O system in ProviewR is Profibus/DP, a robust and well-tested field bus. There are also support for Modbus TCP, an USB I/O from Motion Control and PSS9000. The Modular design of the I/O system and the fact that ProviewR is based on Linux and high level languages makes it easy to implement other I/O systems with available drivers or develop new ones. </p>
<h2 id="mainmenu">Object Orientation</h2>
<p>Proview is the only control system on the market that can work in a truly object oriented way. Programming can be made in a traditional way with simple function blocks and simple signals. Proview though has support for creating complex objects and function objects that work upon them.</p>
<p>ProviewR is the only control system on the market that can work in a truly object oriented way. Programming can be made in a traditional way with simple function blocks and simple signals. ProviewR though has support for creating complex objects and function objects that work upon them.</p>
<p>Object oriented concepts such as inheritance, methods and aggregates are supported.</p>
<h2 id="mainmenu">Open Source</h2>
<p>Proview is probably the first Open Source system for process control in the world. Originally developed in Sweden by Mandator and SSAB Oxelösund as a process control system based on standard computers, the system has become a fully-fledged, integrated and low-cost solution that is running on standard PC's with Linux operating system.</p>
<p>ProviewR is probably the first Open Source system for process control in the world. Originally developed in Sweden by Mandator and SSAB Oxelösund as a process control system based on standard computers, the system has become a fully-fledged, integrated and low-cost solution that is running on standard PC's with Linux operating system.</p>
<p>Proview is Open Source and the license is GNU/GPL. You can download Proview, use it, modify it and redistribute it as much as you like as long as you follow the license terms. </p>
<p>ProviewR is Open Source and the license is GNU/GPL. You can download ProviewR, use it, modify it and redistribute it as much as you like as long as you follow the license terms. </p>
</body>
......
......@@ -11,7 +11,7 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Proview</title>
<title>ProviewR</title>
</head>
<frameset rows="137px,*" frameborder="0">
......
......@@ -9,7 +9,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Proview</title>
<title>ProviewR</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
<link rel="stylesheet" href="../pcss.css" type="text/css" />
......@@ -22,7 +22,7 @@
<p id="pwrversion">V5.6.0</p>
<a id="pwrlang" href="../sv_se/index.html" target="_top">&nbsp; Swedish &nbsp;</a>
<a id="pwrdoc" href="index.html" target="_top">&nbsp;&nbsp;&nbsp;Documentation&nbsp;&nbsp;&nbsp;&nbsp;</a>
<a id="pwrabouthigh" href="pwr_about_f.html" target="_top">&nbsp; About Proview &nbsp;&nbsp;</a>
<a id="pwrabouthigh" href="pwr_about_f.html" target="_top">&nbsp; About ProviewR &nbsp;&nbsp;</a>
</div>
</body>
</html>
......
......@@ -10,15 +10,15 @@
<head>
<link rel="stylesheet" type="text/css" href="../pcss.css">
<title>Proview</title>
<title>ProviewR</title>
</head>
<body id="mainmenu">
<h2 id="mainmenu">About Proview</h2>
<h2 id="mainmenu">About ProviewR</h2>
<table id="mainmenu" border="1" cellspacing="0" width="100%">
<tbody>
<tr>
<td id="mainmenu"><a id="mainmenu" href="pwr_about.html"
target="right">What is Proview?</a></td>
target="right">What is ProviewR?</a></td>
</tr>
<tr>
<td id="mainmenu"><a id="mainmenu" href="package_version.html"
......
......@@ -7,7 +7,7 @@
<h2 id="mainmenu">Application Programs</h2>
<p>
Application Programs can be written in c, c++ or java. Proview comes with an extensive API to
Application Programs can be written in c, c++ or java. ProviewR comes with an extensive API to
access the database,
<a id="mainmenu" href="../prm/group__FC.html" target="_blank"> Gdh, </a>
and the alarm and event handler,
......
......@@ -7,7 +7,7 @@
<h2 id="mainmenu">Database</h2>
<p>The configuration objects, and also the function objects of the plc code, reside in
a realtime database. The objects are stored in containers, volumes, and when a Proview
a realtime database. The objects are stored in containers, volumes, and when a ProviewR
node is started, the root volume is loaded into the database. Other volumes, local or
on remote nodes, can be mounted into the object tree, and thus be visible and
reachable from the current node.
......@@ -15,7 +15,7 @@
supervise.</p>
<h2 id="mainmenu">Classes</h2>
<p>Objects are described by classes, and the Proview distribution contains several hundred classes
<p>Objects are described by classes, and the ProviewR distribution contains several hundred classes
to configure a control system. You can also create your own classes in the
Class Editor. The classes can be data classes to store data, function object classes used
in the plc coding, or component or aggregates classes described below.</p>
......
<html>
<head>
<title>Proview</title>
<title>ProviewR</title>
</head>
<frameset cols="24%,76%">
......
......@@ -9,7 +9,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Proview</title>
<title>ProviewR</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
<link rel="stylesheet" href="../pcss.css" type="text/css" />
......@@ -23,7 +23,7 @@
<p id="pwrversion">V5.6.0</p>
<a id="pwrlang" href="../sv_se/index.html" target="_top">&nbsp; Swedish &nbsp;</a>
<a id="pwrdoc" href="index.html" target="_top">&nbsp;&nbsp;&nbsp;Documentation&nbsp;&nbsp;&nbsp;&nbsp;</a>
<a id="pwrabout" href="pwr_about_f.html" target="_top">&nbsp; About Proview &nbsp;&nbsp;</a>
<a id="pwrabout" href="pwr_about_f.html" target="_top">&nbsp; About ProviewR &nbsp;&nbsp;</a>
</div>
</body>
</html>
......
<html>
<head>
<link rel="stylesheet" type="text/css" href="../pcss.css">
<title>Proview</title>
<title>ProviewR</title>
</head>
<body id="menupage">
<h1 id="mainmenu">About Proview </h1>
<h1 id="mainmenu">About ProviewR </h1>
<h2 id="mainmenu">General</h2>
<p>Proview is an Open Source Process Control System. It is modern, powerful and general and contains all functions normally required for successful sequential control, adjustment, data acquisition, communication, supervision, etc. </p>
<p>ProviewR is an Open Source Process Control System. It is modern, powerful and general and contains all functions normally required for successful sequential control, adjustment, data acquisition, communication, supervision, etc. </p>
<p>The configuration of a Proview system is done graphically, making the application adaptation simple, reliable, and flexible. Proview is a distributed system, which means that the system can consist of several computers, connected via a network, preferably ethernet. A typical Proview system consists of one process control system and one or more operator stations. It is easy to configure one operating station to become the HMI-system of several control systems. </p>
<p>The configuration of a ProviewR system is done graphically, making the application adaptation simple, reliable, and flexible. ProviewR is a distributed system, which means that the system can consist of several computers, connected via a network, preferably ethernet. A typical ProviewR system consists of one process control system and one or more operator stations. It is easy to configure one operating station to become the HMI-system of several control systems. </p>
<p>Programming is possible both with a graphical PLC-editor and with high level programming languages (such as C, C++, Java or FORTRAN). The concept of Proview is based on a soft-PLC solution which runs on standard computers with Linux as operating system. </p>
<p>Programming is possible both with a graphical PLC-editor and with high level programming languages (such as C, C++, Java or FORTRAN). The concept of ProviewR is based on a soft-PLC solution which runs on standard computers with Linux as operating system. </p>
<h2 id="mainmenu">Performance</h2>
<p>The great advantage of using standard hardware and soft-PLC is that system size, properties and performance is mainly limited by the hosting operating system and its hardware. In Proview there are no limits in number of I/O, PID loops, PLC programs, counters etc. The minimum cycle time for a PLC loop is less than 1 ms. </p>
<p>The great advantage of using standard hardware and soft-PLC is that system size, properties and performance is mainly limited by the hosting operating system and its hardware. In ProviewR there are no limits in number of I/O, PID loops, PLC programs, counters etc. The minimum cycle time for a PLC loop is less than 1 ms. </p>
<h2 id="mainmenu">Communication</h2>
<p>Proview can communicate with other computers both via ethernet network (ip) and via serial mechanisms. Proview supports several different protocols, such as UDP or TCP sockets via ethernet and Siemens 3964R on serial links. </p>
<p>ProviewR can communicate with other computers both via ethernet network (ip) and via serial mechanisms. ProviewR supports several different protocols, such as UDP or TCP sockets via ethernet and Siemens 3964R on serial links. </p>
<h2 id="mainmenu">I/O system</h2>
<p>The most common used I/O system in Proview is Profibus/DP, a robust and well-tested field bus. There are also support for Modbus TCP, an USB I/O from Motion Control and PSS9000. The Modular design of the I/O system and the fact that Proview is based on Linux and high level languages makes it easy to implement other I/O systems with available drivers or develop new ones. </p>
<p>The most common used I/O system in ProviewR is Profibus/DP, a robust and well-tested field bus. There are also support for Modbus TCP, an USB I/O from Motion Control and PSS9000. The Modular design of the I/O system and the fact that ProviewR is based on Linux and high level languages makes it easy to implement other I/O systems with available drivers or develop new ones. </p>
<h2 id="mainmenu">Object Orientation</h2>
<p>Proview is the only control system on the market that can work in a truly object oriented way. Programming can be made in a traditional way with simple function blocks and simple signals. Proview though has support for creating complex objects and function objects that work upon them.</p>
<p>ProviewR is the only control system on the market that can work in a truly object oriented way. Programming can be made in a traditional way with simple function blocks and simple signals. ProviewR though has support for creating complex objects and function objects that work upon them.</p>
<p>Object oriented concepts such as inheritance, methods and aggregates are supported.</p>
<h2 id="mainmenu">Open Source</h2>
<p>Proview is probably the first Open Source system for process control in the world. Originally developed in Sweden by Mandator and SSAB Oxelösund as a process control system based on standard computers, the system has become a fully-fledged, integrated and low-cost solution that is running on standard PC's with Linux operating system.</p>
<p>ProviewR is probably the first Open Source system for process control in the world. Originally developed in Sweden by Mandator and SSAB Oxelösund as a process control system based on standard computers, the system has become a fully-fledged, integrated and low-cost solution that is running on standard PC's with Linux operating system.</p>
<p>Proview is Open Source and the license is GNU/GPL. You can download Proview, use it, modify it and redistribute it as much as you like as long as you follow the license terms. </p>
<p>ProviewR is Open Source and the license is GNU/GPL. You can download ProviewR, use it, modify it and redistribute it as much as you like as long as you follow the license terms. </p>
</body>
......
......@@ -11,7 +11,7 @@
<img src="../qguide_io_profibus.gif" alt="Profibus">
<br><br>
<p> Proview with Profibus I/O. The profibus slaves are connected by the
<p> ProviewR with Profibus I/O. The profibus slaves are connected by the
the purple profibus cable.
</p><br>
......@@ -22,7 +22,7 @@
<img src="../qguide_io_modbustcp.gif" alt="Modbus/TCP">
<br><br>
<p> An example of Modbus TCP I/O connected to Proview via Ethernet.
<p> An example of Modbus TCP I/O connected to ProviewR via Ethernet.
</p><br>
<hr>
......@@ -42,7 +42,7 @@
<img src="../qguide_io_pss9000.gif" alt="PSS9000">
<br><br>
<p> An installation of a Proview system with PSS9000 I/O.</p>
<p> An installation of a ProviewR system with PSS9000 I/O.</p>
</body>
</html>
......
......@@ -11,7 +11,7 @@
<html>
<head>
<link rel="stylesheet" type="text/css" href="../pcss.css">
<title>Proview</title>
<title>ProviewR</title>
</head>
<body id="mainmenu">
<table id="mainmenu" border="1" cellspacing="0" width="100%">
......
......@@ -5,7 +5,7 @@
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<!-- Generated by co_convert.-->
<TITLE>
Proview Open Source Process Control
ProviewR Open Source Process Control
</TITLE>
<!--LINK REL ="stylesheet" TYPE="text/css" HREF="pcss.css" TITLE="Style"-->
<style type="text/css">
......
......@@ -11,7 +11,7 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Proview</title>
<title>ProviewR</title>
</head>
<frameset rows="137px,*" frameborder="0">
......
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