Skip to content

Project Files

Mikayla edited this page May 24, 2023 · 14 revisions
cc-mek-scada/
  coordinator/
    session/
    ui/
    config.lua      : Coordinator configuration file
    coordinator.lua : Coordinator comms and monitor configuration
    iocontrol.lua   : I/O data and PSIL for all unit and facility status and builds
    process.lua     : Process control functions and settings access
    renderer.lua    : GUI renderer control
    sounder.lua     : Speaker sounder tone generation and control
    startup.lua     : Main application
  graphics/
  lockbox/
  pocket/
  reactor-plc/
  rtu/
  scada-common/
  supervisor/
  test/
  ccmsi.lua
  imgen.py
  initenv.lua
  install_manifest.json
  startup.lua
cc-mek-scada/
├── coordinator/
│   ├── session/
│   ├── ui/
│   ├── config.lua      : Coordinator configuration file
│   ├── coordinator.lua : Coordinator comms and monitor configuration
│   ├── iocontrol.lua   : I/O data and PSIL for all unit and facility status and builds
│   ├── process.lua     : Process control functions and settings access
│   ├── renderer.lua    : GUI renderer control
│   ├── sounder.lua     : Speaker sounder tone generation and control
│   └── startup.lua     : Main application
├── graphics/
├── lockbox/
├── pocket/
├── reactor-plc/
├── rtu/
├── scada-common/
├── supervisor/
├── test/
├── ccmsi.lua
├── imgen.py
├── initenv.lua
├── install_manifest.json
└── startup.lua
Clone this wiki locally