Skip to content
#

scada

Here are 184 public repositories matching this topic...

proddata
proddata commented Sep 19, 2021

Use case:
As an application developer I want to easily query which object properties exist in a given table, to display those options to the user and generate a dynamic query. The information is available information_schema.columns, however getting to property names using regex can be cumbersome and error prone.

e.g.

SELECT DISTINCT
    regexp_replace(column_name, '(\w+)\[''(\w
radek2s
radek2s commented Apr 16, 2021

Expected Behavior

A new feature should add an additional color for status icon that will inform Scada-LTS user about disabled DataSource for specific DataPoint. Gray icon should be the best information. Change should be visible in main Data Point List page (http://localhost:8080/ScadaBR/app.shtm#/datapoint-list) and also inside Point Details Page. Behaviour of that button inside P

Improve this page

Add a description, image, and links to the scada topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the scada topic, visit your repo's landing page and select "manage topics."

Learn more