RAPID
{{Short description|High-level programming language used to control ABB industrial robots}}
{{other uses|Rapid (disambiguation)}}
{{Infobox programming language
| name = RAPID
| logo =
| caption =
| file_ext =
| paradigm =
| year = 1994
| designer = ABB Group
| developer = ABB Group
| latest_release_version =
| latest_release_date =
| latest_test_version =
| latest_test_date =
| turing-complete =
| typing =
| implementations =
| dialects =
| influenced =
| operating_system =
| license =
| website =
}}
RAPID is a high-level programming language used to control ABB industrial robots. RAPID was introduced along with the S4 Control System in 1994 by ABB, superseding the ARLA programming language.
Features in the language include:
- Routine parameters:
- Procedures - used as a subprogram.
- Functions - return a value of a specific type and are used as an argument of an instruction.
- Trap routines - a means of responding to interrupts.
- Arithmetic and logical expressions
- Automatic error handling
- Modular programs
- Multi tasking
See also
External links
- [http://developercenter.robotstudio.com/Index.aspx?DevCenter=ManualsOrRobotStudio&OpenDocument&Url=../RapidIFDTechRefManual/Custom/Functions.html "Programming in Rapid (Reference)"]
- [http://developercenter.robotstudio.com/index.aspx?devcenter=devcentermanualstore "ABB RobotStudio Manual (With Rapid Reference)"]
Further reading
- ABB Robotics Products AB, RAPID Reference Manual
{{DEFAULTSORT:Rapid}}
Category:Programming languages created in 1994
Category:Robot programming languages
{{prog-lang-stub}}