Difference between revisions of "PowerLink"
From Proview Wiki
(Created page with "TBD - Install cmake - Download sourceforge.net/projects/openpowerlink/.... - Unpack - cmake . - make") |
|||
(3 intermediate revisions by one user not shown) | |||
Line 1: | Line 1: | ||
− | TBD | + | TBD <br /><br /> |
+ | http://www.proview.se/doc/en_us/man_iog.pdf (page 31)<br /> | ||
− | - | + | http://www.diva-portal.org/smash/get/diva2:634025/FULLTEXT01.pdf <br /> |
− | + | ||
− | + | http://maba.dk/POWERLINK_Linux_Master_Howto_EN.pdf<br /><br /> | |
− | + | ||
− | + | Instructions to build openPOWERLINK for Proview:<br /> <br /> | |
+ | |||
+ | Define enviroment variable epl to the root of the openPOWERLINK<br /> | ||
+ | |||
+ | |||
+ | installation<br /> | ||
+ | |||
+ | > export epl=/usr/local/openPOWERLINK-Vx.x.x<br /><br /> | ||
+ | |||
+ | Copy otherio/exp/powerlink/src/objdict.h to $epl/ObjDicts/CiA401_CN/.<br /> | ||
+ | |||
+ | Create one build directory for MN (build) and one for CN (buildcn)<br /> | ||
+ | |||
+ | > mkdir $epl/build<br /> | ||
+ | |||
+ | > mkdir $epl/buildcn<br /><br /> | ||
+ | |||
+ | Go to $epl/build and build for MN, then go to $epl/buildcn and build for CN.<br /><br /> | ||
+ | |||
+ | Execute 'pwre configure' and check powerlink includes and archives are found,<br /> | ||
+ | |||
+ | and finally build Proview.<br /> |
Latest revision as of 05:56, 10 December 2013
TBD
http://www.proview.se/doc/en_us/man_iog.pdf (page 31)
http://www.diva-portal.org/smash/get/diva2:634025/FULLTEXT01.pdf
http://maba.dk/POWERLINK_Linux_Master_Howto_EN.pdf
Instructions to build openPOWERLINK for Proview:
Define enviroment variable epl to the root of the openPOWERLINK
installation
> export epl=/usr/local/openPOWERLINK-Vx.x.x
Copy otherio/exp/powerlink/src/objdict.h to $epl/ObjDicts/CiA401_CN/.
Create one build directory for MN (build) and one for CN (buildcn)
> mkdir $epl/build
> mkdir $epl/buildcn
Go to $epl/build and build for MN, then go to $epl/buildcn and build for CN.
Execute 'pwre configure' and check powerlink includes and archives are found,
and finally build Proview.