8000 GitHub - fgallud/mezzanine-scada: It is an SCADA app programmed in python that uses django with mezzanine as grafical user interface
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

fgallud/mezzanine-scada

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#mezzanine-scada It is an SCADA app that uses mezzanine as grafical user interface

  • SVG pictures to design the schematic controls of the system
  • the mezzanine WYSIWYG editor for designing the web interface
  • A mathematical simulated hardware that allow to run a dummy system instead of the real one. This is a key feature in SCADA because the real systems can be dangerous, slow, and/or expensive to run

Detailed documentation is in the "docs" directory.

Install:

Linux:

sudo pip3 install mezzanine daemon

#I don't know why but this install an old version

#sudo pip3 install git+https://github.com/fgallud/mezzanine-scada.git

clone this project: git clone https://github.com/fgallud/mezzanine-scada copy mezzanine_scada folder to the python path \Lib\site-packages folder (at least until the pip installation method works)

Windows :

pip3 install mezzanine daemon

#I don't know why but this installs an old version

#pip3 install git+https://github.com/fgallud/mezzanine-scada.git

clone this project: git clone https://github.com/fgallud/mezzanine-scada copy mezzanine_scada folder to the python path \Lib\site-packages folder (at least until the pip installation method works)

Execute the example site: Linux:

cd mezzanine-scada/mezzanine_scada/example_projects/tank Windows:

cd mezzanine-scada\mezzanine_scada\example_projects\tank

Linux:

sudo python3 manage.py daemons start & sudo python3 manage.py runserver Windows:

python3 manage.py daemons start & python3 manage.py runserver

and now you can see the example on your browser (I use mozzilla Firefox) on http://127.0.0.1:8000

the user is admin and the password is admin

Bear in mind that in the current state is useless

About

It is an SCADA app programmed in python that uses django with mezzanine as grafical user interface

Resources

License

Stars

Watchers

Forks

< 3B50 h2 class="h4 mb-3" data-pjax="#repo-content-pjax-container" data-turbo-frame="repo-content-turbo-frame"> Releases
No releases published

Packages

No packages published
0