scada
Here are 204 public repositories matching this topic...
-
Updated
May 6, 2022 - HTML
Currently we run the container with -f forcing to use the testing config. This is rather problematic...
Create a new docker.cfg with sane defaults and modify the container to use this configuration.
Add documentation on how one can use docker run -v config.cfg:config.cfg to modify the containers configuration of Conpot.
-
Updated
Feb 24, 2020 - Java
-
Updated
Jan 4, 2019 - Lua
-
Updated
Mar 17, 2022 - C++
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
-
Updated
May 9, 2022 - JavaScript
-
Updated
May 10, 2022 - C#
-
Updated
May 10, 2022 - JavaScript
-
Updated
Feb 19, 2022 - JavaScript
-
Updated
May 4, 2021 - Python
-
Updated
Nov 1, 2021
-
Updated
Mar 4, 2022 - Python
-
Updated
Sep 3, 2020 - C++
-
Updated
May 10, 2022 - C#
-
Updated
May 3, 2021 - C++
-
Updated
Apr 26, 2022 - JavaScript
-
Updated
Apr 8, 2022 - Lua
-
Updated
Apr 5, 2022 - Python
-
Updated
May 9, 2022 - JavaScript
-
Updated
Jul 5, 2020 - Python
-
Updated
May 1, 2022 - Java
Improve this page
Add a description, image, and links to the scada topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the scada topic, visit your repo's landing page and select "manage topics."
Use case:
Get the total duration over many events. Something like
select sum(age(ended, started)) from myeventsorselect sum(ended - started) from myevents- depending on crate/crate#12479See https://github.com/crate/crate/blob/dc3ce297b1597d482949a2e57479890feb3adbf4/server/src/main/java/io/crate/execution/engine/aggregation/impl/SumAggregation.java#L67