Difference between revisions of "Beremiz"
From ArmadeusWiki
(→Introduction) |
(→Use) |
||
Line 28: | Line 28: | ||
− | == | + | == Simple usage == |
− | + | ||
== Links == | == Links == | ||
* [http://www.beremiz.org/ Home page of project]. | * [http://www.beremiz.org/ Home page of project]. |
Revision as of 15:20, 11 July 2013
Page under construction... Informations on this page are not guaranteed !!
Introduction
Beremiz is free software toolkit for automation. It's conform with IEC61131 languages and can drive graphicaly your system.
Beremiz is divided in two softwares:
- Beremiz.py: The Graphical toolkit that run on the Host to drive the target.
- Beremiz_service.py: The target runtime that execute the code compiled by Beremiz.py and sent by network to its.
Then there are two triky things to do to use beremiz on APF* platforms :
- Configure Beremiz.py to cross-compile binary for ARM
- Run python program Beremiz_service.py on apf.
Installation
Host
To see how to install Beremiz on your host, please see the official website (How to build with Linux).
Target
APF28
Python 2.7 and Pyro are required to