Difference between revisions of "Beremiz"

From ArmadeusWiki
Jump to: navigation, search
(Introduction)
(Introduction)
Line 9: Line 9:
 
* '''Beremiz.py''': The Graphical toolkit that run on the Host to drive the target.
 
* '''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.
 
* '''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 ==
 
== Installation ==

Revision as of 16:19, 11 July 2013

Page under construction... Construction.png 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


Use

Links