ダウンロードリスト

プロジェクト概要

RTLab is an RTLinux/RTAI-based data acquisition and control application. It is designed to help experimenters design and implement their hard realtime control experiements using higher abstractions than the services offered by RTAI or RTLinux. It is split into two parts. One is a user-space series of C++ classes (written for Qt) which implement a reference application called DAQSystem which is designed to acquire analog input voltage data and display it on the screen. DAQSystem communicates with rtlab.o, the realtime kernel module which is the second part of RTLab. The rtlab.o realtime kernel part is a kernel module that loads into RTLinux or RTAI and is responsible for driving COMEDI hardware for the purposes of data acquisition and realtime control. The module is extensible and features a 'plugin' architecture so that scientists who are savvy C programmers can easily leverage the existing framework for their own custom experiment logic. Experiment logic is specified by writing a kernel modules that gets called back for each scan rtlab.o acquires from the COMEDI hardware. In addition, data visualization and storage facilities exist in user space so that experimenters can instantly see graphical plots of their analog input data as it comes in from the hardware.

システム要件

システム要件が設定されていません
プロジェクトのリリース情報やプロジェクトリソースの情報です。
注: プロジェクトリソースの情報は Freecode.com ページからの引用です。ダウンロードそのものは、OSDNにホスティングされているものではありません。

2003-11-25 23:22
0.65.3

すべてのチャネルのマッピングロジックは、カーネルには、カーネルとユーザ空間では常にチャネルID番号に同意するプラグインをより簡単に書くように移動されています。チャンネルマッピングがマップの任意のチャネルには、DAQカード上の実際のチャネルIDは、ユーザーインターフェイスのように1つの再利用できるためIDは、チャネルIDの番号。これをクラッシュさせるDAQSystemはQt 3.2.xを上の原因となった同期チャネルの行動にバグが修正されています。
タグ: Minor bugfixes
All channel mapping logic has been moved into the kernel to make plugin writing much easier, as the kernel and userspace now always agree on channel ID numbers. Channel mapping maps real channel IDs on the DAQ card to any arbitrary channel ID in the user interface so that one can re-order the numbering of channel IDs. A bug in the resync channel action which caused DAQSystem to crash on Qt 3.2.x has been fixed.

2003-10-01 08:09
0.65.2

このバージョンではいくつかの単純なコントロール実験の実施に、3つの新しいプラグインを追加し、〜/。daq_system / config.iniの設定(と継承されたデフォルト)、特定のマシンのファイルなので、そのNISベースのホームアカウントは、それぞれの上書き設定ファイルがないようにするその他、いくつかのグラフのコードを最適化し、その修正版gcc 3.2をコンパイラの警告を、追加のインストール/システムをアンインストールすると、プラグインに、すべてのプラグインを移動する/ディレクトリには、新しいプラグインを簡単に追加することができます。
タグ: Minor bugfixes
This version adds three new plugins for effecting some
simple control experiments, makes the ~/.daq_system/
config.ini preferences file machine-specific (with
inherited defaults), so that NIS-based home accounts
don't have preferences files that clobber each other,
optimizes some of the graphing code, fixes gcc 3.2
compiler warnings, adds install/uninstall to make system,
moves all the plugins into a plugins/ directory, and
makes adding new plugins easier.

2003-03-04 04:41
0.65.0

非リアルタイムおよび実行中のビルドオプション、これはDAQSystem自体がリアルタイムrtlab.oカーネルモジュールをせずにデータを取得ドライブに実行することができますが追加されました。一方、このコントロールを不可能にする、ストレート、データ収集のため、実際にはかなり良いです。全ての買収は、スレッドのクラスComediCoprocessを介して、ユーザにCOMEDIコマンドを使って実装で行われます。基本的には、これはあなたRTLinuxは、またはのrtaiなしRTLabを実行することができます。
タグ: Major feature enhancements
A non-Realtime build and running option was added, which means that DAQSystem can run by itself without a Realtime rtlab.o kernel module to drive data acquisition. While this makes control impossible, for straight Data Acquisition, it is actually quite good. All acquisition is done via the threaded class ComediCoprocess, implemented via userspace COMEDI Commands. Basically, this means you can run RTLab without RTLinux or RTAI.

2003-01-18 04:36
0.64.5

2つのエクスポートされた関数rtlab.oに追加された:rtpp_set_callback_frequency()とrtp_get_callback_frequency()これでrtlabの上で実行する組み込みモジュールは、周波数を操作するため。いくつかのエラーメッセージの書式をもっときれいに修正されました。よりインテリジェントな警告を一度に同じコンピュータ上でDAQSystemの2つのコピーを実行する方法を追加しました。
タグ: Initial freshmeat announcement
Two exported functions were added to rtlab.o: rtpp_set_callback_frequency() and rtp_get_callback_frequency() for manipulating the frequency at which modules built on top of rtlab execute at. Some of the error messaging was fixed to format more cleanly. More intelligent warnings were added about running two copies of DAQSystem at once on the same computer.

プロジェクトリソース