Overview
The Scadable SDK is a Python package and CLI. You write device logic in Python, run scadable compile, and ship the artifacts to a gateway. This section covers the basics.
Pages in this section
- Installing the Scadable SDK: pip install, supported Python versions, troubleshooting
- The Mental Model: how the compiler pipeline works and what artifacts you ship
- Project Layout: every file and folder
scadable initcreates - Core Concepts: Device, Controller, Register, Topics, triggers, targets
Start with installing if you have not yet, then read the mental model.
Updated 4 days ago
