Appendix
Exhaustive reference. These pages are for looking things up, not for reading through.
| Page | Contents |
|---|---|
| Component reference | Every widget, drawing tool and P&ID symbol, with exact names and properties |
| Pipeline node reference | Every node type, its ports and default configuration |
| Permissions reference | Every permission key, what it gates, and its role defaults |
| Expression functions | Functions available in expression bindings |
| Environment variables | Every configuration variable |
| Glossary | QUBIQ and industrial-automation terminology |
Generated pages
The component reference and pipeline node reference are generated directly from the product's component registry, so their names, defaults and property tables cannot drift from the software.
To regenerate after a product change:
cd frontend && npm run gen:catalog # refresh the catalog
cd ../website/documentation
node scripts/gen-component-reference.mjs # regenerate the pages
Related reference elsewhere
| Looking for | Page |
|---|---|
| The scripting API | System API reference |
| Tag properties | Tags |
| Alarm modes and states | Configuring alarms |
| Connection fields per protocol | Connections |
| Binding transforms | Property bindings |
| Event actions | Event actions |