Questions tagged [scadalts]

Scada-LTS is an Open Source, web-based, multi-platform solution for building your own SCADA (Supervisory Control and Data Acquisition) system.

Scada-LTS is an Open Source, web-based, multi-platform solution for building your own SCADA (Supervisory Control and Data Acquisition) system. The source is available here: https://github.com/sdtabilit/Scada-LTS/tree/develop-sdtabilit

40 questions
0
votes
1 answer

Quick Start with Docker container http://{myIP}:81/ScadaLTS/ won't load

Trying to follow the quickstart overt at https://github.com/SCADA-LTS/Scada-LTS. I got the docker container downloaded and the initial command line issued: docker run -it -e DOCKER_HOST_IP='myIP' -p 81:8080 scadalts/scadalts/root/start.sh this…
efe
  • 1
  • 1
0
votes
0 answers

ScadaLts : Where to get the sample data sql scripts

After execute "createTables-mysql.sql",and insert data into tables 'systemsettings' and 'users': INSERT INTO `users` VALUES (1,'admin','0DPiKuNIrrVmD8IUCuw1hQxNqZc=','admin@yourMangoDomain.com','','Y','N',1275399205446,1,NULL,0,'N'); INSERT INTO…
0
votes
1 answer

I can't add items from any dashboard (old or new)

I'm trying tu turn on and test ScadaLTS on my PC (Windows 10). Before read install instuctions, I have donwloaded and installed Tomcat and MySQL, configured context.xml and env.properties. I have restarted Tomcat before changes and navigated to…
jmpmscorp
  • 71
  • 1
  • 4
0
votes
1 answer

How count save data per second in ScadaLTS

Create benchmark for the ScadaLTS, who checks how much data is stored in the database per second. Create data source Copy three times And enable every data-source and data point. And How count save data per second in ScadaLTS?
Grzesiek
  • 715
  • 5
  • 24
0
votes
1 answer

How to change access to view for users in database for ScadaLTS

In version 0.0.7.4 ScadaLTS Linux (ubuntu 16.04 LTS) Mysql (5.7.10) I have set role with restrictions for some about 10 users. I added new view I want to change the restriction from old view for users to new view. From UI I can't do it so I…
Grzesiek
  • 715
  • 5
  • 24
0
votes
1 answer

How get values from database scadalts from last day

I need to get data from DB scadalts from last day. I have data in table pointValues where is column pointValue and ts but is not timestamp. Column ts is type BIGINT(20) Checking ts is unixtime SELECT pointValue, ts, …
Grzesiek
  • 715
  • 5
  • 24
0
votes
1 answer

Authentication service always return false

My authentication service works almost fine, but the problem is that I'm getting the information if user is logged or not from an asynchro http request. ActivationGuard.ts import {Injectable} from '@angular/core'; import {Router,…
Kaysh
  • 83
  • 1
  • 7
0
votes
0 answers

ScadaLTS application does not start

The ScadaLTS application is not starting, I am getting the following errors:
0
votes
0 answers

What is better use in Angular2 (local variable or get or set class on div)?

For example: First example with variable. `
` isLoader:boolean=false; onLoad(){ isLoader=true; this.http.get('localhost/data').subscribe( …
dragon
  • 13
  • 1
  • 6
-6
votes
1 answer

How to avoid feeding same batch name in database

I Have a Entry field "Batch name" linked to sql data base . The batch name is entered manually by me for each batch through scada system . With this batch name I will sort sql database table and retrieve data pertaining to this batch name only. …
1 2
3