News Archive (1999-2012) | 2013-current at LinuxGizmos | Current Tech News Portal |    About   

Posts relating to LinuxDevices...


4th RTL Workshop: Pretty Pictures in Hard Real-Time

December 19, 1997

Abstract

The WIYN Tip-Tilt Module (WTTM) was developed as an adaptive optics solution to image degradation due to atmospheric instability and dynamics. The WTTM was successfully commissioned onto the WIYN 3.5m telescope in February 2002 and it currently undergoing shared risks commissioning. (more…)

4th RTL Workshop: A Simulation Framework for Device Driver Development

December 19, 1997

Abstract

Proprietary I/O devices are often involved in many computer application systems,especially in embedded systems. In such scenarios, Developers have to develop drivers for these devices to utilize them under some embedded operating system. Traditionally, development of device driver can undertake only after hardware design finishes, for the writing and debugging process involve many… (more…)

Linux in industry: Embedded weighing system

December 19, 1997

Bilatron used uClinux and a new controller with standard network facilities to enable new after-sales services and reduce implementation time in its custom industrial weighing systems. The Central Italian company designs, manufactures, installs, and callibrates weighing systems for industrial applications. (more…)

2nd RTL Workshop: Telemetry Using Soft-Realtime

December 12, 1997

Telemetry requires only soft realtime, i.e. receiving data at a fixed high rate without loss . These data must be processed in time and delivered to several different applications. The requirement for being real time is weak, as seen by human eye. Therefore standard LINUX is used with a special driver. (more…)

2nd RTL Workshop: Using Real-Time Linux in Safety Critical Applications

December 12, 1997

Real-time Linux variants are being considered for use in safety-critical applications in medicine, aviation, and other areas. The open-source philosophy has much to offer in these applications, but certification concerns impose additional requirements on the verification processes applied to these applications. (more…)

2nd RTL Workshop: Remote Data Acquisition and Control System for Mössbauer Spectroscopy Based on R

December 12, 1997

In this paper a remote data acquisition system for Mössbauer Spectroscopy based on RT-Linux is presented. More precisely, a kernel module is in charge of collecting the data from the data acquisition card which is self-made based on ISA, sharing the data with the normal Linux process through the module of mbuff, carrying out the remote control and returning the results to the client by building a simple… (more…)

2nd RTL Workshop: Some Discussion on the Low Latency Patch for Linux

December 12, 1997

Some recent discussions in the Linux circle are on the low latency patch posted by Ingo Molnar. There are pros and cons on the usage of preemption points (or “schedule points” in Ingo's terminology). The preemption point approach is to solve the problem that the Linux kernel is non-reentrant. (more…)

2nd RTL Workshop: A Coming Age for GPS: A RTLinux GPS Receiver

December 12, 1997

GPS, or Global Positioning System, is a key technology for both the civilian and scientific research markets. GPS provides users with precise geodetic positioning and time determination. Most GPS receivers require specialized hardware and complex software to operate. One receiver, known as GPSBuilder-2 originally designed by GEC Plessy, takes a novel approach. (more…)

2nd RTL Workshop: Recent Developments with Linux/RK

December 12, 1997

The Resource Kernel (RK) is an OS-independent kernel abstraction that provides guaranteed, timely and enforced access to system resources including CPU cycles, disk bandwidth and network bandwidth. RK, developed and distributed by the Real-Time and Multimedia Systems Laboratory at Carnegie Mellon University, has been incorporated into the Linux kernel to create a real-time version of the Linux kernel… (more…)

2nd RTL Workshop: Robot Control Using Real-Time Linux

December 12, 1997

Robot control software is a typical application applying real-time Linux as a hard real-time operating system. The author's software was originally running under MS-DOS. Problems of adapting it for real-time Linux are presented. This paper describes internal structure of the software as it had to be divided into a hard real-time part (a kernel module) and a standard Linux process part. (more…)

2nd RTL Workshop: Architecture for a Portable Open Source Real-Time Kernel Environment

December 12, 1997

This paper describes a set of open source, integrated tools for developing embedded real-time applications, especially targeted to the automotive industry. The set of tools comprises a schedulability analyzer, a kernel library and a kernel configurator. The goal is to achieve portability of the application over different hardware platforms without sacrificing performance. (more…)

2nd RTL Workshop: Architecture of a Two-Axis Positioning Gimbal Control

December 12, 1997

This paper presents the design decisions made and architecture used in developing a real time system to control a two-axis positioning gimbal. This system is interesting in that it includes several real-time to non-real-time interfaces for user interaction and network communications. (more…)

2nd RTL Workshop: Flexible User/Kernel Communication for Real-Time Applications in ELinux

December 12, 1997

ELinux is an extensible version of the Linux operating system capable of runtime extensions with functions that effectively manage the information flows and associated computations across distributed embedded execution platforms. (more…)

2nd RTL Workshop: Sharing Memory between Kernel and User Space in Linux

December 12, 1997

Techniques allowing kernel tasks and user space processes to share large blocks of memory are presented. In particular, “mbuff/” device driver is introduced. Simple examples of synchronizing producer and consumer threads using only shared memory are given. (more…)

2nd RTL Workshop: COMEDI — The Linux Control and Measurement Device Interface

December 12, 1997

Comedi is a collection of drivers, common core, and high-level programming interface for data acquisition hardware, including A/D converters, D/A converters, digial I/O, and timer/counters. Comedi is somewhat unique among Linux drivers in that it equally supports real-time and non-real-time applications. (more…)