Raspberry Pi Dev: Difference between revisions

From Axel Public Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
=Summary=
=Summary=
The purpose of this page is to allow expert Raspberry PI developers to extend the PLC runtime.
The purpose of this page is to allow expert Raspberry PI developers to extend the PLC runtime.
It shows up how the interface to PiFace I/O board can be implemented from scratch.
It shows up how the interface to PiFace I/O board can be implemented from scratch.<b>
You can clone the example to implements inteface with your own I/O module.
=Prerequisites=
=Prerequisites=
To follow this guide you need:
To follow this guide you need:

Revision as of 13:28, 21 November 2017

Summary

The purpose of this page is to allow expert Raspberry PI developers to extend the PLC runtime. It shows up how the interface to PiFace I/O board can be implemented from scratch. You can clone the example to implements inteface with your own I/O module.

Prerequisites

To follow this guide you need:

  • A Raspberry PI with a running and licensed PLC runtime (LLExec >= 2.6.2 is suggested).
You can install the runtime following the guide in http://www.axelsw.it/pwiki/index.php?title=Raspberry_Pi
  • A Raspbian cross-compile toolchain
You can download it from https://github.com/raspberrypi/tools