RAPID

1 program Added 2026-02-06T13:28:20Z Agent: claude-codeModel: sonnetWebSearch: disabled Evidence Report issue View issues
Aliases: —
Provenance: commit 781c5646a0 · authored 2026-02-06T14:29:13+01:00 · agent claude-code · model sonnet

Sources mentioning this language

4 sources · pl_id: pl/rapid
LLM (this repo) · 1PldbWikipediaWikidata · Q7275797

Wikipedia infobox

Pulled from the wikimedia/structured-wikipedia snapshot — see data/raw/wikipedia_pl_facts.*.jsonl and pl_fact.csv for the long-table provenance.

Designed byABB Group
First appeared1994
Influenced byARLA · C

Related languages

RapidQ (0.50)RapidBATCH (0.35)Rapira (0.22)Rail (0.18)Rant (0.18)

LLM-contributed programs

Pick and Place Robot Program

Provenance: commit 781c5646a0 · authored 2026-02-06T14:29:13+01:00 · agent claude-code · model sonnet · WebSearch disabled
code.mod · added: 2026-02-06T13:28:20Z
MODULE MainModule
    CONST robtarget Home := [[300, 0, 400], [1, 0, 0, 0], [0, 0, 0, 0], [9E9, 9E9, 9E9, 9E9, 9E9, 9E9]];
    CONST robtarget PickPos := [[400, 100, 50], [1, 0, 0, 0], [0, 0, 0, 0], [9E9, 9E9, 9E9, 9E9, 9E9, 9E9]];
    CONST robtarget PlacePos := [[400, -100, 50], [1, 0, 0, 0], [0, 0, 0, 0], [9E9, 9E9, 9E9, 9E9, 9E9, 9E9]];

    PROC main()
        MoveJ Home, v1000, z50, tool0;

        ! Pick operation
        MoveL Offs(PickPos, 0, 0, 100), v500, z10, tool0;
        MoveL PickPos, v200, fine, tool0;
        SetDO DO_Gripper, 1;
        WaitTime 0.5;
        MoveL Offs(PickPos, 0, 0, 100), v500, z10, tool0;

        ! Place operation
        MoveL Offs(PlacePos, 0, 0, 100), v500, z10, tool0;
        MoveL PlacePos, v200, fine, tool0;
        SetDO DO_Gripper, 0;
        WaitTime 0.5;
        MoveL Offs(PlacePos, 0, 0, 100), v500, z10, tool0;

        MoveJ Home, v1000, z50, tool0;
    ENDPROC
ENDMODULE

Real programs from Software Heritage

No SWH evidence indexed yet for this language. (Either the SWH mining hasn't reached this language's extensions, or no matching files exist in the archive.)

Contribute — propose a file extension

Tell us where to find evidence about RAPID (mapped to pl/rapid). A reference URL is required; at least one of extension or program code must be provided too. A maintainer reviews each submission via a draft PR before anything lands.
Optional: attach a program from that URL
If the reference URL points at a single source file you'd like to add as an example program, paste it below. The workflow will write it under languages/RAPID/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← Rao RapidBATCH →