Sample menu:

news:

26 Mai 2011:
hart_0.4.4 released!

sourceforge project site »

CSS ist valide!

Valid XHTML 1.0 Strict

SourceForge.net Logo

Scilab

Scilab is a scientific software package for numerical computations providing a powerful open computing environment for engineering and scientific applications.

Scicos

Scicos is a graphical dynamical system modeler and simulator toolbox included in Scilab.

RTAI

The RealTime Application Interface for Linux - which lets you write applications with strict timing constraints for your favourite operating system

Comedi

Comedi is a collection of drivers for a variety of common data acquisition plug-in boards.

Links:

Version:

0.2.0

General information

The HART (Hardware Access in Real-Time) Toolbox can be used to generate Scicos-blocks for hardware that have a C/C++ interface. The blocks can be used under Linux for soft and hard real time tasks (RTAI). Blocks are provided for DAQ (COMEDI)

Features

Download

hart_0.4.4-src.tar.gz

Installation

Unpack the archive file and generate a link to the contrib dir of scilab:

tar xvzf hart_0.4.4-src.tar.gz

cd {...}/scilab-{...}/contrib

ln -s {...}/hart_0.4.4 .

Compile the toolbox: Warning (only important if you are using RTAI): sudo make will not install the RTAI module! Either be a normal user and install HART or change to root (using sudo su) and then do make.

cd hart_0.4.3

Edit the Makefile and change "SCILAB = scilab", if needed.

make

Now the hart toolbox can be loaded by clicking on the menu entry "toolboxes" / "hart_0.4.4" in scilab.

If RTAI is installed on the PC, Scicos-Diagrams can be compiled to standalone realtime programs. Take a look at the RTAI-sites.