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
e7de675e
Commit
e7de675e
authored
Nov 16, 2013
by
Claes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Build ubuntu 64
parent
3422fdd4
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
61 additions
and
185 deletions
+61
-185
build-howto.info
build-howto.info
+27
-3
src/tools/bld/src/os_linux/hw_x86_64/variables.mk
src/tools/bld/src/os_linux/hw_x86_64/variables.mk
+2
-2
src/tools/pkg/ubu/pwr/control
src/tools/pkg/ubu/pwr/control
+5
-46
src/tools/pkg/ubu/pwrdemo/control
src/tools/pkg/ubu/pwrdemo/control
+4
-4
src/tools/pkg/ubu/pwrrt/control
src/tools/pkg/ubu/pwrrt/control
+3
-32
src/tools/pkg/ubu/pwrsev/control
src/tools/pkg/ubu/pwrsev/control
+3
-8
src/tools/pkg/ubu_x86_64/pwr/control
src/tools/pkg/ubu_x86_64/pwr/control
+5
-46
src/tools/pkg/ubu_x86_64/pwrdemo/control
src/tools/pkg/ubu_x86_64/pwrdemo/control
+4
-4
src/tools/pkg/ubu_x86_64/pwrrt/control
src/tools/pkg/ubu_x86_64/pwrrt/control
+4
-33
src/tools/pkg/ubu_x86_64/pwrsev/control
src/tools/pkg/ubu_x86_64/pwrsev/control
+4
-7
No files found.
build-howto.info
View file @
e7de675e
...
@@ -10,14 +10,14 @@ g++
...
@@ -10,14 +10,14 @@ g++
make
make
flex
flex
libgtk2.0-dev
libgtk2.0-dev
libdb5.
1
-dev (Any Berkeley DB version > 4.3, on Fedora db4-devel)
libdb5.
3
-dev (Any Berkeley DB version > 4.3, on Fedora db4-devel)
libdb5.
1
++-dev
libdb5.
3
++-dev
libasound2-dev (on Fedora alsa-lib-devel)
libasound2-dev (on Fedora alsa-lib-devel)
doxygen
doxygen
libmysql++-dev (optional)
libantlr-dev (version 2.7.7)
libantlr-dev (version 2.7.7)
jdk
jdk
Proview has been built with the follwing compilers:
Proview has been built with the follwing compilers:
gcc v4.3.2
gcc v4.3.2
...
@@ -48,6 +48,13 @@ java: Download jdk-6u10-linux-i586.bin from java.sun.com. Define the
...
@@ -48,6 +48,13 @@ java: Download jdk-6u10-linux-i586.bin from java.sun.com. Define the
export jdk=/usr/local/jdk1.6.0_10
export jdk=/usr/local/jdk1.6.0_10
export PATH=$PATH:$jdk/bin
export PATH=$PATH:$jdk/bin
Optional:
libmysql++-dev
libsqlite3-dev
libusb-1.0-1-dev
librsvb2-dev
There has to be a valid display when building proview.
There has to be a valid display when building proview.
2. Easy way
2. Easy way
...
@@ -212,6 +219,23 @@ source $pwra_db/pwr_setup.sh
...
@@ -212,6 +219,23 @@ source $pwra_db/pwr_setup.sh
Voila, finished !
Voila, finished !
Powerlink (optional)
--------------------
Install
libpcap-dev
cmake
cmake-qt-gui
unpack openPOWERLINK-V1.08.2.zip
create build directories for MN and CN
openPOWERLINK-V1.08.2/build
openPOWERLINK-V1.08.2/buildcn
Configure and generate MN with cmake-gui from openPOWERLINK-V1.08.2/build, and build with make
Configure and generate CN with cmake-gui from openPOWERLINK-V1.08.2/buildcn, and build with make
Building Motif version
Building Motif version
----------------------
----------------------
...
...
src/tools/bld/src/os_linux/hw_x86_64/variables.mk
View file @
e7de675e
...
@@ -193,7 +193,7 @@ mkdir := mkdir
...
@@ -193,7 +193,7 @@ mkdir := mkdir
wblflags
:=
wblflags
:=
ifeq
($(pwre_btype),rls)
ifeq
($(pwre_btype),rls)
cflags
:=
-c
-O3
-D_GNU_SOURCE
-DPWR_NDEBUG
-D_REENTRANT
-fPIC
cflags
:=
-c
-O3
-D_GNU_SOURCE
-DPWR_NDEBUG
-D_REENTRANT
-fPIC
-Wno-deprecated-declarations
-Wno-unused-but-set-variable
-Wno-narrowing
cxxflags
:=
$(cflags)
cxxflags
:=
$(cflags)
linkflags
:=
-O3
-L
$(lib_dir)
linkflags
:=
-O3
-L
$(lib_dir)
elinkflags
:=
-O3
-L
$(lib_dir)
-L
$(elib_dir)
elinkflags
:=
-O3
-L
$(lib_dir)
-L
$(elib_dir)
...
@@ -202,7 +202,7 @@ ifeq ($(pwre_btype),rls)
...
@@ -202,7 +202,7 @@ ifeq ($(pwre_btype),rls)
dolist
=
/lis
=
$(list)
dolist
=
/lis
=
$(list)
domap
=
-Xlinker
-Map
-Xlinker
$(map)
domap
=
-Xlinker
-Map
-Xlinker
$(map)
else
else
cflags
:=
-c
-g
-Wall
-D_GNU_SOURCE
-D_REENTRANT
-fPIC
cflags
:=
-c
-g
-Wall
-D_GNU_SOURCE
-D_REENTRANT
-fPIC
-Wno-deprecated-declarations
-Wno-unused-but-set-variable
-Wno-narrowing
cxxflags
:=
$(cflags)
-Wno-deprecated
cxxflags
:=
$(cflags)
-Wno-deprecated
mmflags
:=
-Wno-deprecated
mmflags
:=
-Wno-deprecated
linkflags
:=
-g
-L
$(lib_dir)
linkflags
:=
-g
-L
$(lib_dir)
...
...
src/tools/pkg/ubu/pwr/control
View file @
e7de675e
Source: pwrsrc
Source: pwrsrc
Section: devel
Section: devel
Package: pwr
48
Package: pwr
50
Priority: optional
Priority: optional
Maintainer: Proview <postmaster@proview.se>
Maintainer: Proview <postmaster@proview.se>
Version:
4.8.6-3
Version:
5.0.0-1
Architecture: i386
Architecture: i386
Depends: libc6 (>= 2.1
5-0ubuntu20), libgtk2.0-0 (>= 2.24.13-0ubuntu2), libasound2 (>= 1.0.25-3ubuntu3), libdb5.1 (>=5.1.29-5ubuntu2), libdb5.1++ (>=5.1.29-5ubuntu2), libmysql++3 (>= 3.1.0-2), libsqlite3-0 (>= 3.7.13-1), g++ (>= 4:4.7.2-1ubuntu2
), xfonts-100dpi
Depends: libc6 (>= 2.1
7-93ubuntu4), libgtk2.0-0 (>= 2.24.20-1ubuntu1), libasound2 (>= 1.0.27.2-1ubuntu6), libdb5.3 (>=5.3.21-2), libdb5.3++ (>=5.3.21-2), libmysql++3 (>= 3.1.0-2), libsqlite3-0 (>= 3.7.17-1ubuntu1), librsvg2-2 (>= 2.36.4-2), g++ (>= 4:4.8.1-2ubuntu3
), xfonts-100dpi
Replaces: pwrrt,pwr34,pwr39,pwr40,pwr41,pwr42,pwr43,pwr44,pwr45,pwr46,pwr47
Replaces: pwrrt,pwr34,pwr39,pwr40,pwr41,pwr42,pwr43,pwr44,pwr45,pwr46,pwr47
,pwr48
Homepage: http://www.proview.se
Homepage: http://www.proview.se
Installed-Size: 1114020
Installed-Size: 1114020
Description: Proview development and runtime environment package
Description: Proview development and runtime environment package
Proview development and runtime environment
Proview development and runtime environment
4.8.0-1 Base release
5.0.0-1 Base release
4.8.1-1
- I/O support for Arduino USB board.
- Remote support for Websphere Message Queue.
- Operator event logging and replay.
- Chinese translation of operator enivornment.
4.8.1-2
- Profinet configurator, ordernumber showed in module enum list.
- Curve window, second mark and export dialog added.
- Profibus/Profinet configurator, default module class setting added, and Appl button added.
- Configurator fix, Delete, Create and Move object menu items were not insensive in view mode.
- Plc link, problem with uppercase nodename for opt-file fixed.
- Xtt, problems with OpPlace and XttGraph objects in SharedVolume fixed.
- Plc compile, problem with compile of component subwindows fixed.
- Wb object editor, Ctrl DoubleClick MB1 didn't work on attribute references.
- Flow alloc color problem fixed.
- wb locale fix for ubuntu.
4.8.2-1
- Support for Hilscher cifX boards.
- Support for Hilscher cifX Profinet Controller.
- UDP communication configured with IO objects.
- Support for USB joystick.
4.8.3-1
- Post server for sending emails and sms.
- Report server.
4.8.4-1
- Buffer input and output channels and signals.
4.8.5-1
- Display of invert, test and conversion for channels and signals.
- Support for several plc processes.
- Ge pie chart and bar chart.
- Trend curves with larger buffers and shorter scantimes. Snapshot function.
4.8.6-1
- Trend and fast curves in web interface.
- Pie chart and bar chart in web interface.
- Display values as hex, octal or binary in xtt.
- Configure operator log in OpPlace object.
- Plc, several processes, handling of error log and process status.
- DataArithmL with 8191 characters added.
4.8.6-3
- Ge axis with dynamic scale.
- sqlite history database.
src/tools/pkg/ubu/pwrdemo/control
View file @
e7de675e
Package: pwrdemo
48
Package: pwrdemo
50
Version:
4.8.6-3
Version:
5.0.0-1
Section: base
Section: base
Priority: optional
Priority: optional
Architecture: i386
Architecture: i386
Depends: pwr
48 (>= 4.8.6-3
)
Depends: pwr
50 (>= 5.0.0-1
)
Replaces:
Replaces:
Maintainer: Proview <postmaster@proview.se>
Maintainer: Proview <postmaster@proview.se>
Homepage: http://www.proview.se
Homepage: http://www.proview.se
Installed-Size: 70464
Installed-Size: 70464
Description: Proview Demo Project package
Description: Proview Demo Project package
Proview Demo Project
Proview Demo Project
4.8
.0-1 Base release
5.0
.0-1 Base release
src/tools/pkg/ubu/pwrrt/control
View file @
e7de675e
Package: pwrrt
Package: pwrrt
Version:
4.8.6-3
Version:
5.0.0-1
Section: base
Section: base
Priority: optional
Priority: optional
Architecture: i386
Architecture: i386
Depends: libc6 (>= 2.1
5-0ubuntu20), libgtk2.0-0 (>= 2.24.13-0ubuntu2), libasound2 (>= 1.0.25-3ubuntu3), libdb5.1 (>=5.1.29-5ubuntu2), libsqlite3-0 (>= 3.7.13-1
), xfonts-100dpi
Depends: libc6 (>= 2.1
7-93ubuntu4), libgtk2.0-0 (>= 2.24.20-1ubuntu1), libasound2 (>= 1.0.27.2-1ubuntu6), libdb5.3 (>=5.3.21-2), libsqlite3-0 (>= 3.7.17-1ubuntu1), librsvg2-2 (>= 2.36.4-2
), xfonts-100dpi
Replaces: pwr34,pwr39,pwr40,pwr41,pwr42,pwr43,pwr44,pwr45,pwr46,pwr47,pwr48
Replaces: pwr34,pwr39,pwr40,pwr41,pwr42,pwr43,pwr44,pwr45,pwr46,pwr47,pwr48
Maintainer: Proview <postmaster@proview.se>
Maintainer: Proview <postmaster@proview.se>
Homepage: http://www.proview.se
Homepage: http://www.proview.se
Installed-Size: 955344
Installed-Size: 955344
Description:
Description:
Proview runtime environment
Proview runtime environment
4.8.0-1 Base release
5.0.0-1 Base release
4.8.1-1
- I/O support for Arduino USB board.
- Remote support for Websphere Message Queue.
- Operator event logging and replay.
- Chinese translation of operator enivornment.
4.8.1-2
- Curve window, second mark and export dialog added.
- Xtt, problems with OpPlace and XttGraph objects in SharedVolume fixed.
- Flow alloc color problem fixed.
4.8.3-1
- Post server for sending emails and sms.
- Report server.
4.8.4-1
- Buffer input and output channels and signals.
4.8.5-1
- Display of invert, test and conversion for channels and signals.
- Support for several plc processes.
- Ge pie chart and bar chart.
- Trend curves with larger buffers and shorter scantimes. Snapshot function.
4.8.6-1
- Trend and fast curves in web interface.
- Pie chart and bar chart in web interface.
- Display values as hex, octal or binary in xtt.
- Configure operator log in OpPlace object.
- Plc, several processes, handling of error log and process status.
- DataArithmL with 8191 characters added.
4.8.6-3
- Ge axis with dynamic scale.
- sqlite history database.
src/tools/pkg/ubu/pwrsev/control
View file @
e7de675e
Package: pwrsev
Package: pwrsev
Version:
4.8.6-3
Version:
5.0.0-1
Section: base
Section: base
Priority: optional
Priority: optional
Architecture: i386
Architecture: i386
Depends: libc6 (>= 2.1
5-0ubuntu20), libgtk2.0-0 (>= 2.24.13-0ubuntu2), libasound2 (>= 1.0.25-3ubuntu3), libdb5.1 (>=5.1.25-5ubuntu2), libmysql++3 (>= 3.1.0-2), libsqlite3-0 (>= 3.7.13-
1), xfonts-100dpi
Depends: libc6 (>= 2.1
7-93ubuntu4), libgtk2.0-0 (>= 2.24.20-1ubuntu1), libasound2 (>= 1.0.27.2-1ubuntu6), libdb5.3 (>=5.3.21-2), libmysql++3 (>= 3.7.17-1ubuntu1), libsqlite3-0 (>= 3.7.17-1ubuntu
1), xfonts-100dpi
Replaces: pwr34,pwr39,pwr40,pwr41,pwr42,pwr43,pwr44,pwr45,pwr46,pwr47,pwr48
Replaces: pwr34,pwr39,pwr40,pwr41,pwr42,pwr43,pwr44,pwr45,pwr46,pwr47,pwr48
Maintainer: Proview <postmaster@proview.se>
Maintainer: Proview <postmaster@proview.se>
Homepage: http://www.proview.se
Installed-Size: 655536
Description:
Description:
Proview storage environment
Proview storage environment
4.8.0-1 Base release
5.0.0-1 Base release
4.8.6-3
- sqlite history database.
- statistic table.
src/tools/pkg/ubu_x86_64/pwr/control
View file @
e7de675e
Source: pwrsrc
Source: pwrsrc
Section: devel
Section: devel
Package: pwr
48
Package: pwr
50
Priority: optional
Priority: optional
Maintainer: Proview <postmaster@proview.se>
Maintainer: Proview <postmaster@proview.se>
Version:
4.8.6-3
Version:
5.0.0-1
Architecture: amd64
Architecture: amd64
Depends: libc6 (>= 2.1
5-0ubuntu20), libgtk2.0-0 (>= 2.24.13-0ubuntu2), libasound2 (>= 1.0.25-3ubuntu3), libdb5.1 (>=5.1.29-5ubuntu2), libdb5.1++ (>=5.1.29-5ubuntu2), libmysql++3 (>= 3.1.0-2), libsqlite3-0 (>= 3.7.13-1), g++ (>= 4:4.7.2-1ubuntu2
), xfonts-100dpi
Depends: libc6 (>= 2.1
7-93ubuntu4), libgtk2.0-0 (>= 2.24.20-1ubuntu1), libasound2 (>= 1.0.27.2-1ubuntu6), libdb5.3 (>=5.3.21-2), libdb5.3++ (>=5.3.21-2), libmysql++3 (>= 3.1.0-2), libsqlite3-0 (>= 3.7.17-1ubuntu1), librsvg2-2 (>= 2.36.4-2), g++ (>= 4:4.8.1-2ubuntu3
), xfonts-100dpi
Replaces: pwrrt,pwr34,pwr39,pwr40,pwr41,pwr42,pwr43,pwr44,pwr45,pwr46,pwr47
Replaces: pwrrt,pwr34,pwr39,pwr40,pwr41,pwr42,pwr43,pwr44,pwr45,pwr46,pwr47
,pwr48
Homepage: http://www.proview.se
Homepage: http://www.proview.se
Installed-Size: 1114020
Installed-Size: 1114020
Description: Proview development and runtime environment package
Description: Proview development and runtime environment package
Proview development and runtime environment
Proview development and runtime environment
4.8.0-1 Base release
5.0.0-1 Base release
4.8.1-1
- I/O support for Arduino USB board.
- Remote support for Websphere Message Queue.
- Operator event logging and replay.
- Chinese translation in operator environment.
4.8.1-2
- Profinet configurator, ordernumber showed in module enum list.
- Curve window, second mark and export dialog added.
- Profibus/Profinet configurator, default module class setting added, and Appl button added.
- Configurator fix, Delete, Create and Move object menu items were not insensive in view mode.
- Plc link, problem with uppercase nodename for opt-file fixed.
- Xtt, problems with OpPlace and XttGraph objects in SharedVolume fixed.
- Plc compile, problem with compile of component subwindows fixed.
- Wb object editor, Ctrl DoubleClick MB1 didn't work on attribute references.
- Flow alloc color problem fixed.
- wb locale fix for ubuntu.
4.8.2-1
- Support for Hilscher cifX boards.
- Support for Hilscher cifX Profinet Controller.
- UDP communication configured with IO objects.
- Support for USB joystick.
4.8.3-1
- Post server for sending emails and sms.
- Report server.
4.8.4-1
- Buffer input and output channels and signals.
4.8.5-1
- Display of invert, test and conversion for channels and signals.
- Support for several plc processes.
- Ge pie chart and bar chart.
- Trend curves with larger buffers and shorter scantimes. Snapshot function.
4.8.6-1
- Trend and fast curves in web interface.
- Pie chart and bar chart in web interface.
- Display values as hex, octal or binary in xtt.
- Configure operator log in OpPlace object.
- Plc, several processes, handling of error log and process status.
- DataArithmL with 8191 characters added.
4.8.6-3
- Ge axis with dynamic scale.
- sqlite history database.
src/tools/pkg/ubu_x86_64/pwrdemo/control
View file @
e7de675e
Package: pwrdemo
48
Package: pwrdemo
50
Version:
4.8.6-3
Version:
5.0.0-1
Section: base
Section: base
Priority: optional
Priority: optional
Architecture: amd64
Architecture: amd64
Depends: pwr
48 (>= 4.8.6-3
)
Depends: pwr
50 (>= 5.0.0-1
)
Replaces:
Replaces:
Maintainer: Proview <postmaster@proview.se>
Maintainer: Proview <postmaster@proview.se>
Description: Proview Demo Project package
Description: Proview Demo Project package
Proview Demo Project
Proview Demo Project
4.8
.0-1 Base release
5.0
.0-1 Base release
src/tools/pkg/ubu_x86_64/pwrrt/control
View file @
e7de675e
Package: pwrrt
Package: pwrrt
Version:
4.8.6-3
Version:
5.0.0-1
Section: base
Section: base
Priority: optional
Priority: optional
Architecture: amd64
Architecture: amd64
Depends: libc6 (>= 2.1
5-0ubuntu20), libgtk2.0-0 (>= 2.24.13-0ubuntu2), libasound2 (>= 1.0.25-3ubuntu3), libdb5.1 (>=5.1.29-5ubuntu2), libsqlite3-0 (>= 3.7.13-1
), xfonts-100dpi
Depends: libc6 (>= 2.1
7-93ubuntu4), libgtk2.0-0 (>= 2.24.20-1ubuntu1), libasound2 (>= 1.0.27.2-1ubuntu6), libdb5.3 (>=5.3.21-2), libsqlite3-0 (>= 3.7.17-1ubuntu1), librsvg2-2 (>= 2.36.4-2
), xfonts-100dpi
Replaces: pwr34,pwr39,pwr40,pwr41,pwr42,pwr43,pwr44,pwr45,pwr46,pwr47
Replaces: pwr34,pwr39,pwr40,pwr41,pwr42,pwr43,pwr44,pwr45,pwr46,pwr47
,pwr48
Maintainer: Proview <postmaster@proview.se>
Maintainer: Proview <postmaster@proview.se>
Homepage: http://www.proview.se
Homepage: http://www.proview.se
Installed-Size: 955344
Installed-Size: 955344
Description:
Description:
Proview runtime environment
Proview runtime environment
4.8.0-1 Base release
5.0.0-1 Base release
4.8.1-1
- I/O support for Arduino USB board.
- Remote support for Websphere Message Queue.
- Operator event logging and replay.
- Chinese translation in operator environment.
4.8.1-2
- Curve window, second mark and export dialog added.
- Xtt, problems with OpPlace and XttGraph objects in SharedVolume fixed.
- Flow alloc color problem fixed.
4.8.3-1
- Post server for sending emails and sms.
- Report server.
4.8.4-1
- Buffer input and output channels and signals.
4.8.5-1
- Display of invert, test and conversion for channels and signals.
- Support for several plc processes.
- Ge pie chart and bar chart.
- Trend curves with larger buffers and shorter scantimes. Snapshot function.
4.8.6-1
- Trend and fast curves in web interface.
- Pie chart and bar chart in web interface.
- Display values as hex, octal or binary in xtt.
- Configure operator log in OpPlace object.
- Plc, several processes, handling of error log and process status.
- DataArithmL with 8191 characters added.
4.8.6-3
- Ge axis with dynamic scale.
- sqlite history database.
src/tools/pkg/ubu_x86_64/pwrsev/control
View file @
e7de675e
Package: pwrsev
Package: pwrsev
Version:
4.8.6-3
Version:
5.0.0-1
Section: base
Section: base
Priority: optional
Priority: optional
Architecture: amd64
Architecture: amd64
Depends: libc6 (>= 2.1
5-0ubuntu20), libgtk2.0-0 (>= 2.24.13-0ubuntu2), libasound2 (>= 1.0.25-3ubuntu3), libdb5.1 (>=5.1.25-5ubuntu2), libmysql++3 (>= 3.1.0-2), libsqlite3-0 (>= 3.7.13-
1), xfonts-100dpi
Depends: libc6 (>= 2.1
7-93ubuntu4), libgtk2.0-0 (>= 2.24.20-1ubuntu1), libasound2 (>= 1.0.27.2-1ubuntu6), libdb5.3 (>=5.3.21-2), libmysql++3 (>= 3.7.17-1ubuntu1), libsqlite3-0 (>= 3.7.17-1ubuntu
1), xfonts-100dpi
Replaces: pwr34,pwr39,pwr40,pwr41,pwr42,pwr43,pwr44,pwr45,pwr46,pwr47
Replaces: pwr34,pwr39,pwr40,pwr41,pwr42,pwr43,pwr44,pwr45,pwr46,pwr47
,pwr48
Maintainer: Proview <postmaster@proview.se>
Maintainer: Proview <postmaster@proview.se>
Description:
Description:
Proview storage environment
Proview storage environment
4.8.0-1 Base release
5.0.0-1 Base release
4.8.6-3
- sqlite history database.
- statistic table.
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