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
878f8548
Commit
878f8548
authored
Apr 08, 2008
by
claes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
parent
c525f75f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
49 additions
and
6 deletions
+49
-6
src/doc/web/en_us/qguide_appl.html
src/doc/web/en_us/qguide_appl.html
+9
-3
src/doc/web/en_us/qguide_database.html
src/doc/web/en_us/qguide_database.html
+37
-1
src/doc/web/src/pcss.css
src/doc/web/src/pcss.css
+3
-2
No files found.
src/doc/web/en_us/qguide_appl.html
View file @
878f8548
...
@@ -5,8 +5,14 @@
...
@@ -5,8 +5,14 @@
</head>
</head>
<body>
<body>
<h2
id=
"mainmenu"
>
Applications
</h2>
<h2
id=
"mainmenu"
>
Application Programs
</h2>
<p></p><br>
<p>
<p></p><br>
Application Programs can be written i c, c++ or java. Proview 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,
<a
id=
"mainmenu"
href=
"../prm/group__MSG__AR.html"
target=
"_blank"
>
MhAppl.
</a>
</p><br>
</body>
</body>
</html>
</html>
src/doc/web/en_us/qguide_database.html
View file @
878f8548
...
@@ -12,8 +12,44 @@
...
@@ -12,8 +12,44 @@
on remote nodes, can be mounted into the object tree, and thus be visible and
on remote nodes, can be mounted into the object tree, and thus be visible and
reachable from the current node.
reachable from the current node.
For example, operator stations mount the volumes of the process stations they are to
For example, operator stations mount the volumes of the process stations they are to
supervise.
<p>
supervise.
<
/
p>
<h2
id=
"mainmenu"
>
Classes
</h2>
<p>
Objects are described by classes, and a Proview distributes 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>
<h2
id=
"mainmenu"
>
Components and Aggregates
</h2>
<p>
A component is an object that controls a component in the plant, e.g. a valve, a contactor,
a temperatur sensor or a pump.
It can consist of
<ul>
<li>
a main object with signals of the component.
</li>
<li>
a function object that contains the code.
</li>
<li>
a I/O object that configures the bus communication.
</li>
<li>
an object graph from which the operator handles the component.
</li>
<li>
a graphic symbol that is placed in an overview graph and shows the status of the component.
</li>
<li>
several methods to open trends, datasheet, photographs, circuit diagrams etc. for the component.
</li>
<li>
a simulation object to use for testing and simulation.
</li>
</ul>
</p>
<p>
Components can be combined to aggregate objects. One example is a
<a
id=
"mainmenu"
href=
"orm/basecomponent_basefcppo3pumpaggr.html"
target=
"_blank"
>
pump aggregate
</a>
that contains a FrequencyConverter, a SafetySwitch, a Contactor, a CircuitBreaker, a Motor and
a Pump component.
</p>
<p>
<b>
Graphic symbol
</b><br>
<img
src=
"orm/orm_pumpaggr_gs.gif"
alt=
"Graphic Symbol"
><br><br><br>
<b>
Object Graph
</b><br>
<img
src=
"orm/orm_basefcppo3pumpaggr_og.gif"
alt=
"Object Graph"
><br><br><br>
<b>
Function Object
</b><br>
<img
src=
"orm/orm_basefcppo3motoraggrfo_fo.gif"
alt=
"Function Object"
><br><br><br>
<b>
Simulation Object
</b><br>
<img
src=
"orm/orm_basefcppo3motoraggrsim_og.gif"
alt=
"Simulation Object"
><br><br><br>
</p>
<p>
Components and aggregates are highly configurable, and signals and components can be disabled, to match a
specific construction.
</p><br>
</p><br>
<p></p><br>
<p></p><br>
</body>
</body>
...
...
src/doc/web/src/pcss.css
View file @
878f8548
...
@@ -26,6 +26,9 @@ p {font-family: Arial, Verdana;
...
@@ -26,6 +26,9 @@ p {font-family: Arial, Verdana;
color
:
#000000
;
color
:
#000000
;
margin-top
:
0px
;
margin-top
:
0px
;
margin-bottom
:
5px
}
margin-bottom
:
5px
}
li
{
font-family
:
Arial
,
Verdana
;
font-size
:
10pt
;
color
:
#000000
;}
h1
{
font-family
:
'Arial Black'
,
Arial
,
Verdana
;
h1
{
font-family
:
'Arial Black'
,
Arial
,
Verdana
;
color
:
#003399
;
color
:
#003399
;
font-size
:
20pt
;
font-size
:
20pt
;
...
@@ -66,8 +69,6 @@ h6 {font-family: Times New Roman, Times, Sabon;
...
@@ -66,8 +69,6 @@ h6 {font-family: Times New Roman, Times, Sabon;
color
:
#000000
;
color
:
#000000
;
margin-top
:
5px
;
margin-top
:
5px
;
margin-bottom
:
0px
}
margin-bottom
:
0px
}
li
{
font-family
:
Arial
,
Verdana
;
font-size
:
100%
}
address
{
font-family
:
Arial
,
Verdana
;
address
{
font-family
:
Arial
,
Verdana
;
font-size
:
8pt
;
font-size
:
8pt
;
font-style
:
normal
;
font-style
:
normal
;
...
...
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