Updated Project Files (markdown)
parent
b7b4a2490a
commit
47e611ee33
@ -267,36 +267,36 @@ cc-mek-scada/
|
|||||||
│ └── threads.lua - PLC runtime "threads" (co-routines, main app)
|
│ └── threads.lua - PLC runtime "threads" (co-routines, main app)
|
||||||
├── rtu/
|
├── rtu/
|
||||||
│ ├── dev/
|
│ ├── dev/
|
||||||
│ │ ├── boilerv_rtu.lua
|
│ │ ├── boilerv_rtu.lua - boiler [valve] RTU interface
|
||||||
│ │ ├── envd_rtu.lua
|
│ │ ├── envd_rtu.lua - environment detector RTU interface
|
||||||
│ │ ├── imatrix_rtu.lua
|
│ │ ├── imatrix_rtu.lua - induction matrix RTU interface
|
||||||
│ │ ├── redstone_rtu.lua
|
│ │ ├── redstone_rtu.lua - redstone RTU interface
|
||||||
│ │ ├── sna_rtu.lua
|
│ │ ├── sna_rtu.lua - solar neutron activator RTU interface
|
||||||
│ │ ├── sps_rtu.lua
|
│ │ ├── sps_rtu.lua - supercritical phase shifter RTU interface
|
||||||
│ │ └── turbinev_rtu.lua
|
│ │ └── turbinev_rtu.lua - turbine [valve] RTU interface
|
||||||
│ ├── panel/
|
│ ├── panel/
|
||||||
│ │ ├── front_panel.lua
|
│ │ ├── front_panel.lua - RTU front panel UI
|
||||||
│ │ └── style.lua
|
│ │ └── style.lua - styling constants for RTU UI
|
||||||
│ ├── config.lua
|
│ ├── config.lua - RTU configuration file
|
||||||
│ ├── databus.lua
|
│ ├── databus.lua - front panel PSIL
|
||||||
│ ├── modbus.lua
|
│ ├── modbus.lua - MODBUS comms protocol and I/O control handling
|
||||||
│ ├── renderer.lua
|
│ ├── renderer.lua - GUI renderer control
|
||||||
│ ├── rtu.lua
|
│ ├── rtu.lua - RTU core functions: comms and RTU unit init
|
||||||
│ ├── startup.lua
|
│ ├── startup.lua - RTU startup application
|
||||||
│ └── threads.lua
|
│ └── threads.lua - RTU runtime "threads" (co-routines, main app)
|
||||||
├── scada-common/
|
├── scada-common/
|
||||||
│ ├── comms.lua
|
│ ├── comms.lua - system communications protocol and packet constructors
|
||||||
│ ├── constants.lua
|
│ ├── constants.lua - system-wide constants, safety thresholds, and conversion factors
|
||||||
│ ├── crash.lua
|
│ ├── crash.lua - crash message handling
|
||||||
│ ├── crypto.lua
|
│ ├── crypto.lua - cryptographic engine
|
||||||
│ ├── log.lua
|
│ ├── log.lua - system logging
|
||||||
│ ├── mqueue.lua
|
│ ├── mqueue.lua - message queue object
|
||||||
│ ├── ppm.lua
|
│ ├── ppm.lua - PPM - protected peripheral manager
|
||||||
│ ├── psil.lua - PSIL - publisher-subscriber interface layer
|
│ ├── psil.lua - PSIL - publisher-subscriber interface layer
|
||||||
│ ├── rsio.lua
|
│ ├── rsio.lua - redstone I/O mappings and helper functions
|
||||||
│ ├── tcd.lua
|
│ ├── tcd.lua - TCD - timer callback dispatcher (call functions after a delay)
|
||||||
│ ├── types.lua
|
│ ├── types.lua - common data types and constructors
|
||||||
│ └── util.lua
|
│ └── util.lua - system utility functions (prints, math, strings, clock & watchdog timers, etc)
|
||||||
├── supervisor/
|
├── supervisor/
|
||||||
│ ├── panel/
|
│ ├── panel/
|
||||||
│ │ ├── components/
|
│ │ ├── components/
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user