Commit dab0be5e authored by claes's avatar claes

*** empty log message ***

parent f0b9e701
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -10,4 +10,5 @@ ...@@ -10,4 +10,5 @@
070615 cs bcomp New components for filter, damper and three way valve. 070615 cs bcomp New components for filter, damper and three way valve.
071001 cs bcomp Attribute DisableSup added to most Fo object to suppress alarm messages. 071001 cs bcomp Attribute DisableSup added to most Fo object to suppress alarm messages.
071030 cs bcomp ConfigureComponent method also viewed for pointed but not selected object. 071030 cs bcomp ConfigureComponent method also viewed for pointed but not selected object.
071031 cs bcomp Bugfix in object graphs for CompPID and CompModePID. Linkage to user and local removed. 071031 cs bcomp Bugfix in object graphs for CompPID and CompModePID. Linkage to user and local removed.
\ No newline at end of file 080115 cs bcomp Bugfix in BaseMotorAggr. Backup on runningtime object didn't work.
\ No newline at end of file
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -32,6 +32,7 @@ libdb4.3-dev ...@@ -32,6 +32,7 @@ libdb4.3-dev
doxygen doxygen
antlr: Download and build source package antlr-2.7.7 from www.antlr.org antlr: Download and build source package antlr-2.7.7 from www.antlr.org
On fedora configure with './configure --disable-csharp'.
copy includefiles from antlr-2.7.7/lib/cpp/antlr/* copy includefiles from antlr-2.7.7/lib/cpp/antlr/*
to /usr/include/antlr/ to /usr/include/antlr/
...@@ -48,11 +49,11 @@ There has to be a valid display. ...@@ -48,11 +49,11 @@ There has to be a valid display.
----------- -----------
Unpack the source package Unpack the source package
> tar -xzvf pwrsrc_4.4.2.tar.gz > tar -xzvf pwrsrc_4.4.4.tar.gz
Enter the sourcecode root directory Enter the sourcecode root directory
> cd pwr_4.4.2 > cd pwr_4.4.4
Execute the makefile Execute the makefile
...@@ -74,8 +75,8 @@ handle different version of proview. ...@@ -74,8 +75,8 @@ handle different version of proview.
The first thing to do is to set up your environment properly. Add the The first thing to do is to set up your environment properly. Add the
following lines to .bashrc: following lines to .bashrc:
# Where /home/robert/x4-4-2 is replaced with wherever you unpacked the sources. # Where /home/robert/x4-4-4 is replaced with wherever you unpacked the sources.
export pwre_bin="/home/robert/x4-4-2/pwr/src/tools/pwre/src/os_linux" export pwre_bin="/home/robert/x4-4-4/pwr/src/tools/pwre/src/os_linux"
export pwre_dir_symbols="$pwre_bin/dir_symbols.mk" export pwre_dir_symbols="$pwre_bin/dir_symbols.mk"
source $pwre_bin/pwre_function source $pwre_bin/pwre_function
export pwre_env_db="/home/robert/pwre_new" export pwre_env_db="/home/robert/pwre_new"
...@@ -95,9 +96,9 @@ Add environment named 'x442x86' (choose any name you like). ...@@ -95,9 +96,9 @@ Add environment named 'x442x86' (choose any name you like).
> pwre add x442x86 > pwre add x442x86
Source root [...] ? /home/robert/x4-4-2/pwr/src (where /home/robert/x4-4-2 is Source root [...] ? /home/robert/x4-4-4/pwr/src (where /home/robert/x4-4-4 is
replaced with wherever you unpacked the sources) replaced with wherever you unpacked the sources)
Build root [...] ? /home/robert/pwr/x4-4-2/rls_dbg (choose typically .../pwr/version/rls_dbg) Build root [...] ? /home/robert/pwr/x4-4-4/rls_dbg (choose typically .../pwr/version/rls_dbg)
Build type [dbg] ? Build type [dbg] ?
OS [linux] ? OS [linux] ?
Hardware [x86] ? Hardware [x86] ?
...@@ -194,7 +195,7 @@ Copy some files to this directory (if they do not already exist) ...@@ -194,7 +195,7 @@ Copy some files to this directory (if they do not already exist)
Create a file name pwr_projectlist.dat in this directory and add the following Create a file name pwr_projectlist.dat in this directory and add the following
line to this file: line to this file:
%base X4.4.2 /home/robert/pwr/X4-4-2/rls_dbg %base X4.4.4 /home/robert/pwr/X4-4-4/rls_dbg
where the path is your build-root ($pwre_broot). where the path is your build-root ($pwre_broot).
......
...@@ -18,3 +18,4 @@ ...@@ -18,3 +18,4 @@
071116 cs - Bugfix in Profibus configurator, additional ExtUserPrmDataConst was not handled correctly. 071116 cs - Bugfix in Profibus configurator, additional ExtUserPrmDataConst was not handled correctly.
071205 rk - ChanDi and ChanDo inverts value if InvertOn set on channel. 071205 rk - ChanDi and ChanDo inverts value if InvertOn set on channel.
071211 rk mmi Added supgraph mcomp_pb_dp_slave. 071211 rk mmi Added supgraph mcomp_pb_dp_slave.
080115 cs - Reading of Di, Ai and Ii can be disabled by setting ConversionOn in channel object to 0.
\ No newline at end of file
...@@ -17,7 +17,7 @@ See specific package information below: ...@@ -17,7 +17,7 @@ See specific package information below:
Dependencies: Dependencies:
GTK+ v2.0 (libgtk2.0) GTK+ v2.0 (libgtk2.0)
Berkeley DB v4.3.29 (libdb4.3) Berkeley DB v4.3.29 (libdb4.3, libdb++4.3)
Alsa v1.0.11 (libasound2) Alsa v1.0.11 (libasound2)
Install with dpkg Install with dpkg
...@@ -26,7 +26,7 @@ dpkg doesn't check any dependency, and all the depedencies package has to be ins ...@@ -26,7 +26,7 @@ dpkg doesn't check any dependency, and all the depedencies package has to be ins
Download your selected debian-package and install it as: Download your selected debian-package and install it as:
> dpkg -i pwr44_4.4.0-x_i386.deb > dpkg -i pwr44_4.4.x-x_i386.deb
During installation the files will be unpacked and a user named 'pwrp' During installation the files will be unpacked and a user named 'pwrp'
belonging to a group with the same name 'pwrp' will be created. belonging to a group with the same name 'pwrp' will be created.
...@@ -82,7 +82,7 @@ Download: ...@@ -82,7 +82,7 @@ Download:
Download your selected debian-package and install it as: Download your selected debian-package and install it as:
> dpkg -i pwrrt_4.4.0-x_i386.deb > dpkg -i pwrrt_4.4.x-x_i386.deb
Information: Information:
...@@ -98,13 +98,13 @@ a demo of the dynamics and components of the HMI. ...@@ -98,13 +98,13 @@ a demo of the dynamics and components of the HMI.
Dependencies: Dependencies:
pwr44 V4.4.0 pwr44 V4.4.x
Download: Download:
Download your selected debian-package and install with dpkg Download your selected debian-package and install with dpkg
> dpkg -i pwrdemo44_4.4.0-x_i386.deb > dpkg -i pwrdemo44_4.4.x-x_i386.deb
or install with apt (see section 1) or install with apt (see section 1)
......
INSTALLATION GUIDE SUSE INSTALLATION GUIDE SUSE
----------------------- -----------------------
Suse distribution: Suse Linux 10 Suse distribution: openSuse 10.2
System Requirements: System Requirements:
Platform: x86 Platform: x86
Kernel: >= 2.6.6 Kernel: >= 2.6.6
glibc: >= 2.3.4 glibc: >= 2.5
See specific packacke information below: See specific packacke information below:
...@@ -16,14 +16,13 @@ See specific packacke information below: ...@@ -16,14 +16,13 @@ See specific packacke information below:
Dependencies: Dependencies:
Berkeley DB v4.3 Berkeley DB v4.2
Alsa v1.0.6
Download: Download:
Download your selected rpm-package and install it as: Download your selected rpm-package and install it as:
rpm -Uvh pwr44_4.4.0-x.suse10.i386.rpm rpm -Uvh pwr44_4.4.x-x.suse10.i386.rpm
During installation the files will be unpacked and a user named 'pwrp' During installation the files will be unpacked and a user named 'pwrp'
belonging to a group with the same name 'pwrp' will be created. belonging to a group with the same name 'pwrp' will be created.
...@@ -43,14 +42,13 @@ will help you taking the first steps. ...@@ -43,14 +42,13 @@ will help you taking the first steps.
Dependencies: Dependencies:
Berkeley DB v4.3 Berkeley DB v4.2
Alsa v1.0.6
Download: Download:
Download your selected rpm-package and install it as: Download your selected rpm-package and install it as:
rpm -Uvh pwrrt_4.4.0-x.suse10.i386.rpm rpm -Uvh pwrrt_4.4.x-x.suse10.i386.rpm
Information: Information:
...@@ -66,13 +64,13 @@ process control applications. ...@@ -66,13 +64,13 @@ process control applications.
Dependencies: Dependencies:
pwr44 V4.4.0 pwr44 V4.4.x
Download: Download:
Download your selected rpm-package and install it as: Download your selected rpm-package and install it as:
rpm -Uvh pwrdemo44_4.4.0-x.suse10.i386.deb rpm -Uvh pwrdemo44_4.4.x-x.suse10.i386.deb
Getting started: Getting started:
......
#!/bin/sh #!/bin/bash
set -e set -e
if [ "$pwrrt_xtrace" != "" ]; then if [ "$pwrrt_xtrace" != "" ]; then
set -o xtrace set -o xtrace
......
...@@ -74,4 +74,5 @@ ...@@ -74,4 +74,5 @@
080118 cs flow Tooltip added to flow. 080118 cs flow Tooltip added to flow.
080118 cs xtt PlcConnect item in popupmenu for connected functionobject wasn't displayed in gtk version. 080118 cs xtt PlcConnect item in popupmenu for connected functionobject wasn't displayed in gtk version.
080121 cs op Operator window is popped when new alarm is received. 080121 cs op Operator window is popped when new alarm is received.
080123 cs ge Subscription initiation optimized in ge graph. 080123 cs ge Subscription initiation optimized in ge graph.
\ No newline at end of file 080128 cs ge Problems with bad performance when scrolling from navigator window fixed.
\ No newline at end of file
...@@ -63,6 +63,7 @@ menu Process ...@@ -63,6 +63,7 @@ menu Process
subgraph ScrewAnim pwr_exe:pwr_screw.pwsg 46 subgraph ScrewAnim pwr_exe:pwr_screw.pwsg 46
subgraph SpeedSwitch pwr_exe:pwr_speedswitch.pwsg 24 subgraph SpeedSwitch pwr_exe:pwr_speedswitch.pwsg 24
subgraph Switch pwr_exe:pwr_switch.pwsg 16 subgraph Switch pwr_exe:pwr_switch.pwsg 16
subgraph StopWatch pwr_exe:pwr_stopwatch.pwsg 47
subgraph Valve pwr_exe:pwr_valve.pwsg 1 subgraph Valve pwr_exe:pwr_valve.pwsg 1
subgraph ValveAnim pwr_exe:pwr_valveanim.pwsg 1 subgraph ValveAnim pwr_exe:pwr_valveanim.pwsg 1
subgraph ValveAnim2 pwr_exe:pwr_valveanim2.pwsg 1 subgraph ValveAnim2 pwr_exe:pwr_valveanim2.pwsg 1
......
1
100 340.36
135 340.36
101 20
102 -164
103 -201
104 70.7028
136 70.7028
105 100
106 -34
107 -41
108 0.901985
109 0
110 1
111 0
116 0
117 0
118 140
119 128
120 1
121 Claes context
122 0
126 0.1
127 0.1
128 0
129 0.3
130 1.5
131 0.8
132 3
133 2
137 4001
134
22
2200 0
2201 0
2202 pwr_stopwatch
2203 300
2205 0
2204
2206 0
2207
2208
2209 0
2210 0
2211 0
2212 0
2213 4
2214
pwrp_pop:
pwrp_exe:
ssab_exe:
pwr_exe:
2215 0
2236 0
2216 0
2221 0
2237 0
2238 0
2239 0
2240 0
2241 0
2242 0
2217 0
2218 0
2219 1
2220
2230 0
2231 0
2222
2223 1
2224 0.5
2232 0.5
2225 0.5
2226 0
2227
2228 0
2229 0
2233 1
2234 1
2235 0
2243 0
2244
1
100 1
101 1
102 33619964
103 0
99
99
123
2
99
124
2
99
125
2
19
1904
1900 0.901985
1901 0
1902 0.998941
1903 0
1908 0
1909 33
1910 33
1911 1
1915 0
1913 5
1916 2
1914 0
1918 1
1919 0
1920 0
1917 0
1907 0
1906
1905
5
500 0
501 1
504 1
505 0
502
7
700 0
701 0
99
503
7
700 0.901985
701 0.998941
99
99
1912
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 0
2806 0
99
99
26
2604
2600 0.26469
2601 0.11469
2602 0.311752
2603 0.161752
2605
25
2500 0
2501 1
2503 1
2504 0
2502
2
7
700 0.15
701 0.15
99
7
700 0.2
701 0.1
99
7
700 0.3
701 0.2
99
7
700 0.25
701 0.25
99
7
700 0.15
701 0.15
99
99
99
2608 0
2609 37
2610 37
2611 0
2616 0
2614 5
2617 2
2615 0
2618 1
2607 0
2606
2612
28
2800 1
2801 0
2802 -0.0353097
2803 0
2804 1
2805 0.0617522
2806 0
99
2613 0
2619 0
2620 0
2621 0
2622 0
99
26
2604
2600 0.21469
2601 0.0646903
2602 0.361752
2603 0.211752
2605
25
2500 0
2501 1
2503 1
2504 0
2502
2
7
700 0.15
701 0.15
99
7
700 0.25
701 0.25
99
7
700 0.2
701 0.3
99
7
700 0.1
701 0.2
99
7
700 0.15
701 0.15
99
99
99
2608 0
2609 33
2610 33
2611 0
2616 0
2614 5
2617 2
2615 0
2618 1
2607 0
2606
2612
28
2800 1
2801 0
2802 -0.0353097
2803 0
2804 1
2805 0.0617522
2806 0
99
2613 0
2619 0
2620 0
2621 0
2622 0
99
24
2404
2400 0.9
2401 0.1
2402 1
2403 0.2
2408 0
2409 34
2410 34
2411 1
2415 0
2413 18
2416 2
2414 0
2417 0
2407 0
2406
2405
8
802 0
803 1
800 0
801 360
806 1
804
7
700 0.1
701 0.2
99
805
7
700 0.9
701 1
99
99
2412
28
2800 1
2801 0
2802 1.49012e-09
2803 0
2804 1
2805 2.98023e-09
2806 0
99
99
20
2004
2000 0.5
2001 0.3
2002 0.6
2003 0.5
2009 28
2010 0
2005
6
600 28
601 1
602
7
700 0.5
701 0.6
99
603
7
700 0.3
701 0.5
99
99
2008
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 0
2806 0
99
99
20
2004
2000 0.6
2001 0.5
2002 0.6
2003 0.3
2009 28
2010 0
2005
6
600 28
601 1
602
7
700 0.6
701 0.3
99
603
7
700 0.5
701 0.6
99
99
2008
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 0
2806 0
99
99
26
2604
2600 0.26469
2601 0.0646903
2602 0.361752
2603 0.161752
2605
25
2500 0
2501 1
2503 0
2504 0
2502
2
7
700 0.1
701 0.2
99
7
700 0.2
701 0.1
99
7
700 0.3
701 0.2
99
7
700 0.2
701 0.3
99
7
700 0.1
701 0.2
99
99
99
2608 0
2609 2
2610 2
2611 1
2616 1
2614 5
2617 2
2615 0
2618 1
2607 0
2606
2612
28
2800 1
2801 0
2802 -0.0353097
2803 0
2804 1
2805 0.0617523
2806 0
99
2613 0
2619 0
2620 0
2621 0
2622 0
99
19
1904
1900 0.56
1901 0.49
1902 0.198761
1903 0.0587612
1908 0
1909 37
1910 37
1911 0
1915 0
1913 5
1916 2
1914 0
1918 0
1919 0
1920 0
1917 1
1907 0
1906
1905
5
500 0
501 1
504 1
505 1
502
7
700 0.49
701 0
99
503
7
700 0.56
701 0.14
99
99
1912
28
2800 1
2801 0
2802 2.68882e-17
2803 0
2804 1
2805 0.0587612
2806 0
99
99
19
1904
1900 0.49
1901 0.42
1902 0.198761
1903 0.0587612
1908 0
1909 33
1910 33
1911 0
1915 0
1913 5
1916 2
1914 0
1918 0
1919 0
1920 0
1917 1
1907 0
1906
1905
5
500 0
501 1
504 1
505 1
502
7
700 0.42
701 0
99
503
7
700 0.49
701 0.14
99
99
1912
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 0.0587612
2806 0
99
99
19
1904
1900 0.56
1901 0.42
1902 0.198761
1903 0.0587612
1908 0
1909 37
1910 37
1911 1
1915 0
1913 5
1916 2
1914 0
1918 0
1919 0
1920 0
1917 1
1907 0
1906
1905
5
500 0
501 1
504 1
505 0
502
7
700 0.42
701 0
99
503
7
700 0.56
701 0.14
99
99
1912
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 0.0587612
2806 0
99
99
99
99
123
2
3
300 pwr_stopwatch
301
2
19
1904
1900 0.901985
1901 0
1902 0.998941
1903 0
1908 0
1909 33
1910 33
1911 1
1915 0
1913 5
1916 2
1914 0
1918 1
1919 0
1920 0
1917 0
1907 0
1906
1905
5
500 0
501 1
504 1
505 0
502
7
700 0
701 0
99
503
7
700 0.901985
701 0.998941
99
99
1912
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 0
2806 0
99
99
26
2604
2600 0.26469
2601 0.11469
2602 0.311752
2603 0.161752
2605
25
2500 0
2501 1
2503 1
2504 0
2502
2
7
700 0.15
701 0.15
99
7
700 0.2
701 0.1
99
7
700 0.3
701 0.2
99
7
700 0.25
701 0.25
99
7
700 0.15
701 0.15
99
99
99
2608 0
2609 37
2610 37
2611 0
2616 0
2614 5
2617 2
2615 0
2618 1
2607 0
2606
2612
28
2800 1
2801 0
2802 -0.0353097
2803 0
2804 1
2805 0.0617522
2806 0
99
2613 0
2619 0
2620 0
2621 0
2622 0
99
26
2604
2600 0.21469
2601 0.0646903
2602 0.361752
2603 0.211752
2605
25
2500 0
2501 1
2503 1
2504 0
2502
2
7
700 0.15
701 0.15
99
7
700 0.25
701 0.25
99
7
700 0.2
701 0.3
99
7
700 0.1
701 0.2
99
7
700 0.15
701 0.15
99
99
99
2608 0
2609 33
2610 33
2611 0
2616 0
2614 5
2617 2
2615 0
2618 1
2607 0
2606
2612
28
2800 1
2801 0
2802 -0.0353097
2803 0
2804 1
2805 0.0617522
2806 0
99
2613 0
2619 0
2620 0
2621 0
2622 0
99
24
2404
2400 0.9
2401 0.1
2402 1
2403 0.2
2408 0
2409 34
2410 34
2411 1
2415 0
2413 18
2416 2
2414 0
2417 0
2407 0
2406
2405
8
802 0
803 1
800 0
801 360
806 1
804
7
700 0.1
701 0.2
99
805
7
700 0.9
701 1
99
99
2412
28
2800 1
2801 0
2802 1.49012e-09
2803 0
2804 1
2805 2.98023e-09
2806 0
99
99
20
2004
2000 0.5
2001 0.3
2002 0.6
2003 0.5
2009 28
2010 0
2005
6
600 28
601 1
602
7
700 0.5
701 0.6
99
603
7
700 0.3
701 0.5
99
99
2008
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 0
2806 0
99
99
20
2004
2000 0.6
2001 0.5
2002 0.6
2003 0.3
2009 28
2010 0
2005
6
600 28
601 1
602
7
700 0.6
701 0.3
99
603
7
700 0.5
701 0.6
99
99
2008
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 0
2806 0
99
99
26
2604
2600 0.26469
2601 0.0646903
2602 0.361752
2603 0.161752
2605
25
2500 0
2501 1
2503 0
2504 0
2502
2
7
700 0.1
701 0.2
99
7
700 0.2
701 0.1
99
7
700 0.3
701 0.2
99
7
700 0.2
701 0.3
99
7
700 0.1
701 0.2
99
99
99
2608 0
2609 2
2610 2
2611 1
2616 1
2614 5
2617 2
2615 0
2618 1
2607 0
2606
2612
28
2800 1
2801 0
2802 -0.0353097
2803 0
2804 1
2805 0.0617523
2806 0
99
2613 0
2619 0
2620 0
2621 0
2622 0
99
19
1904
1900 0.56
1901 0.49
1902 0.198761
1903 0.0587612
1908 0
1909 37
1910 37
1911 0
1915 0
1913 5
1916 2
1914 0
1918 0
1919 0
1920 0
1917 1
1907 0
1906
1905
5
500 0
501 1
504 1
505 1
502
7
700 0.49
701 0
99
503
7
700 0.56
701 0.14
99
99
1912
28
2800 1
2801 0
2802 2.68882e-17
2803 0
2804 1
2805 0.0587612
2806 0
99
99
19
1904
1900 0.49
1901 0.42
1902 0.198761
1903 0.0587612
1908 0
1909 33
1910 33
1911 0
1915 0
1913 5
1916 2
1914 0
1918 0
1919 0
1920 0
1917 1
1907 0
1906
1905
5
500 0
501 1
504 1
505 1
502
7
700 0.42
701 0
99
503
7
700 0.49
701 0.14
99
99
1912
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 0.0587612
2806 0
99
99
19
1904
1900 0.56
1901 0.42
1902 0.198761
1903 0.0587612
1908 0
1909 37
1910 37
1911 1
1915 0
1913 5
1916 2
1914 0
1918 0
1919 0
1920 0
1917 1
1907 0
1906
1905
5
500 0
501 1
504 1
505 0
502
7
700 0.42
701 0
99
503
7
700 0.56
701 0.14
99
99
1912
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 0.0587612
2806 0
99
99
99
302 0
305 0
306
307
304 0
303
308 0
321 0
309 0
313 0
322 0
323 0
324 0
325 0
326 0
327 0
310 0
311 0
312
314
315 1
316 1
317 0
318 0
319 0
320 0
328 0
329
1
100 1
101 1
102 33619964
103 0
99
99
99
99
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