Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 739 Bytes

File metadata and controls

16 lines (10 loc) · 739 Bytes

SCADAVIS

Python SCADA visualization prototype using simulated industrial devices and live plotting.

The repo contains small simulated components for sensors and actuators, plus Tkinter/Matplotlib visualization utilities. It reflects earlier work in monitoring, control, instrumentation, and operator-facing visualization.

What It Shows

  • Python simulation of heater, thermometer, micrometer, and actuator behavior
  • Live plotting with Matplotlib embedded in Tkinter
  • Utility code for polling, zoom behavior, sequence generation, and read/write coordination
  • Industrial monitoring and visualization background

Status

Historical prototype. Useful as public evidence of Python visualization and SCADA/control-system thinking.