No description
CI Server publishes no file-format documentation, so real .qli exports and a
real HMI deployment are the only specification the .qli and display generators
were written against. Kept the parts that carry that knowledge:
ciserver-qli-exports/ 10 exports - the .qli format
ciserver-hmi-deployment/ components, layouts, thresholds, locales
+ 6 of 84 displays
Dropped symbols/ (107 MB - CI Server's own installed library, already on
cicore1), the colour-variant displays, editor lock/autosave artefacts, and the
stock OpenPLC sample projects.
|
||
|---|---|---|
| 99-reference | ||
| .gitattributes | ||
| .gitignore | ||
| README.md | ||
wrps-demo-kit
A kit for building demo automation use cases on Yokogawa CI Server (SCADA) and OpenPLC Runtime (soft PLC, in Docker) — with the Waterloo Road Pump Station (WRPS) demo as its first worked example.
Note
This repository is being assembled. It is the successor to an earlier working repo, and material is being reviewed and moved across one folder at a time. Sections not yet present have not yet been audited.
The two systems
| Role | Host | Address |
|---|---|---|
| SCADA — Yokogawa CI Server | yau-poc-cicore1 |
10.0.0.21 |
| PLC — OpenPLC Runtime container | yau-sls-poc-lin001 |
10.0.0.17 |
Architecture invariant: OpenPLC Runtime is the Modbus TCP server (slave) on port 502. CI Server is the Modbus client (master) and polls it. The register map is the contract between the two sides.
Layout
To be filled in as each part is brought across.
Assembled from the WRPS working repo, 2026-09.