Real-time Control System Software


title: "Real-time Control System Software" type: doc version: 1 created: 2026-02-28 author: "Wikipedia contributors" status: active scope: public tags: ["control-engineering", "real-time-technology"] topic_path: "engineering" source: "https://en.wikipedia.org/wiki/Real-time_Control_System_Software" license: "CC BY-SA 4.0" wikipedia_page_id: 0 wikipedia_revision_id: 0

::figure[src="https://upload.wikimedia.org/wikipedia/commons/c/c8/Real-Time_Control_Systems_Library_2.png" caption="date=2014-02-28 }} at nist.gov. Accessed Aug 4, 2009."] ::

Introduction

RCS has been used in automated manufacturing, robotics, and automated vehicle research at NIST. The software consists of a C++ library and GUI and configuration tools written in a variety of software languages. The Software Library is offering the following RCS tools:

  • RCS Java-based Diagnostics Tool : A tool written as a java applet that allows programmers to see the status and send commands to any RCS module.
  • RCS Java-based Diagnostics Tool Instructions : Instructions on how to build applications for use with the diagnostics tool.
  • RCS-Design Tool : A tool written as a java applet that allows programmers to create RCS applications graphically and generates source code.
  • RCS-Design Tool Instructions : Instructions on how to build applications with the RCS-Design tool.
  • RCS Data Plotter : A Java applet which plots data on a cartesian or polar graph, read either in real-time or from a text file.
  • Socket Interface to NML : Describes how to connect to an NML server using sockets directly. This information should also be useful for other languages where the C++ NML client interface is not available.
  • RCS Posemath Library : A library of classes for representing positions, rotations, and translations in a variety of coordinate systems and the functions to add/subtract/multiply/divide/convert them. For more info on posemath you may also want to check out: Karl Murphy's Posemath Examples
  • RCS Library Lower Level Utilities : Describes many of the lower level utilities used to create the NODE, CMS, and NML components of the RCS Library but which may be useful on their own. Includes timers, semaphores, linked-lists, printing, and windows functions.
  • RCS Library Installation Instructions : Provides instructions for getting and making the RCS Library.
  • RCS Library Version Functions : Documentation for some functions for determining at run-time which version of the RCS library your using.

RCS applications

References

References

  1. [http://www.isd.mel.nist.gov/projects/rcslib/index.html Real-Time Control Systems Library –– Software and Documentation] {{Webarchive. link. (2014-02-28 at nist.gov. Accessed Aug 4, 2009.)

::callout[type=info title="Wikipedia Source"] This article was imported from Wikipedia and is available under the Creative Commons Attribution-ShareAlike 4.0 License. Content has been adapted to SurfDoc format. Original contributors can be found on the article history page. ::

control-engineeringreal-time-technology