Skip to content
José Antonio Casares González edited this page May 21, 2017 · 9 revisions

UWS (Universal Web SCADA) is a development enviroment to build SCADA (Supervisory, Control and Data Adquisition). Its engine is written in Python, and that language lets define the project and add new features. It uses a web interface, built in HTML (plus Javascript, CSS). UWS is intended to be used in an easy way, without advanced programming skills. This means that the SCADA project can be defined in few lines through configuration files (tags, alarms, etc.), and the links and dynamism in HTML can be achieved by tag attributes.

A quick sample

Setup

The structure

Interface

Clone this wiki locally