SIMPL
1 program
Added 2026-02-08T15:47:22Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: Crestron SIMPL, SIMPL+, SIMPL Windows
Provenance: commit 0635a6a223 · authored 2026-02-08T16:48:12+01:00 · agent claude-code · model sonnet
Sources mentioning this language
3 sources · pl_id:
pl/simplRelated languages
LLM-contributed programs
Simple Button to Light Control
Provenance: commit 0635a6a223 · authored 2026-02-08T16:48:12+01:00 · agent claude-code · model sonnet · WebSearch disabled
[BEGIN]
[DEFINE_DEVICE]
DIGITAL_INPUT Button_Press 1
DIGITAL_OUTPUT Light_On 1
[END_DEFINE_DEVICE]
[LOGIC]
// Simple push button to light control
// When button is pressed, light turns on
PUSH Button_Press Light_On
[END_LOGIC]
[END]
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.)