New Community Ranking System
Our Community ranking system has recently been updated. You may notice changes in user rankings and receive system messages or notifications. If you have questions about how the new ranking works, please refer to the announcement post for more details (click here).
Access vast amounts of technical know-how and pro tips from our community of Geo SCADA experts.
Search in
Please select a country to continue with beta search.
Link copied. Please paste this link to share this article on your social media post.
Originally published on Geo SCADA Knowledge Base by sbeadle | February 04, 2026 01:33 PM
📖 Home
This article has sample code which shows you how to create a web site which serves Geo SCADA data. The example program is to be run externally from Geo SCADA, and could run on a separate host. The image here shows it running in development. The web page has a simple box to enter the full name of an object in the database. The page will retrieve status information for that object from Geo SCADA and display it in a table.
The Python code uses the Flask library to create a web site using template HTML and javascript. The code defines a web service to return the status information as key/value pairs.
Get the code from the .zip file attached below.
You will need to install the Flash library into your Python environment with "pip install flask".
NOTE: You are responsible for setting up and maintaining security, including the web server and any connections to Geo SCADA.
📖 Home
Link copied. Please paste this link to share this article on your social media post.
Create your free account or log in to subscribe to the board - and gain access to more than 10,000+ support articles along with insights from experts and peers.