Difference between revisions of "PowerLink"
From Proview Wiki
Line 2: | Line 2: | ||
http://www.diva-portal.org/smash/get/diva2:634025/FULLTEXT01.pdf <br /><br /> | http://www.diva-portal.org/smash/get/diva2:634025/FULLTEXT01.pdf <br /><br /> | ||
− | + | ||
− | - | + | http://maba.dk/POWERLINK_Linux_Master_Howto_EN.pdf<br /><br /> |
− | + | ||
− | + | Instructions to build openPOWERLINK for Proview:<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 /> |
Revision as of 11:09, 9 December 2013
TBD
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.