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
1
vote
0 answers

Instal problems , Centos 6, MySql, Tomcat 8

I Have MySql Configured DB scadabr user scadabr, pass scadabr Tomcat8 Running, Examples and Manager all OK java version "1.7.0_141" OpenJDK Runtime Environment (rhel-2.6.10.1.el6_9-x86_64 u141-b02) OpenJDK 64-Bit Server VM (build 24.141-b02, mixed…
Robbudge
  • 11
  • 2
1
vote
0 answers

If the server response is false, take user back to the home component

I have a REST API call http://localhost/api/auth/isLogged/{username}. It returns information from the server side, if given user is logged or not. Is there any way to connect that server response with routing file in Angular? My routing.ts…
r3miz3r
  • 46
  • 4
1
vote
3 answers

Clear timeout with every function call Angular2 RxJS

I have a http request which is being fired if user enters at least 4 characters inside the input and fires everytime he changes it's content (adding/removing letters). I want to add a timeout, that if user starts typing characters, the function will…
dragon
  • 13
  • 1
  • 6
1
vote
1 answer

How to rewrite old dojo based UI in web app to new Angular 2 framework?

With UI based on dojo we have problem with multiple conflicts with other js librarys (jquery, dwr, plugins jquery). In new UI based on Angular 2 we plan to use websockets and REST API. Are there any contraindications to-use websockets? How many time…
Grzesiek
  • 715
  • 5
  • 24
1
vote
0 answers

SQLException during Scada-LTS startup

When starting Scada-LTS (open source, web-based SCADA software) on Linux (ubuntu) I'm getting following exception: java.sql.SQLException: com.mysql.jdbc.Driver at…
1
vote
0 answers

scadabr describe how create new component

How implement own component in scadabr? For example: clock, http://www.javascriptkit.com/script/script2/css3analogclock.shtml thermometer, http://codecanyon.net/item/jquery-goal-thermometer/6358236 etc With own javascript lib. With editor…
Grzesiek
  • 715
  • 5
  • 24
0
votes
0 answers

Access is denied - HTTP Post

I am new to SCADA LTS and wanted to delve into it more closely. When attempting to create an external connector, I thought that using HTTP would be the simplest option, as it doesn't require any special hardware or software. However, while following…
0
votes
0 answers

How to change Scada-LTS to ROOT / ROOT.war

in docker. When I change the Scada-LTS.war file to ROOT.war, the site doesn't respond correctly. Script tab does not finish loading. and a popup window always appears on all tabs. It is possible to deploy Scada-LTS web application at the root of a…
ricva
  • 1
0
votes
0 answers

Scada-LTS problem using Enhanced Image Chart

I installed the scada-lts 2.6.18 version with Mysql 5.7 on Windows installed on AWS and everything is ok. I created a "Graphical-View" with an "Enhanced image Chart" component that works fine when I access it locally, ie the browser installed on AWS…
0
votes
0 answers

I'm getting a lot of Modbus alerts (Exception from modbus master:No recipient was found... and others)

I'am using the Scada-LTS v2.6.18 running in Windows Server (AWS). The ModBus IP protocol has the following configuration: upload period 5 minutes Quantize - ok Timeout 8000 retries 1 Max read bit count 125 (????) Max read register count 30…
0
votes
0 answers

Graphical Views +2.7.2 disabled

I cannot access the Graphical Views +2.7.2 in modern interface, the icon is disabled. Is it because the beta version is not ready? enter image description here I try to install version 2.7.1 but it is also disabled, I can not access in the modern…
0
votes
0 answers

Tags updating other tags

Using Scadalts I'm pulling modbus data from Measure Logic DTS. In their documentation we need to query a specif point to find the multiplier to affect the values of other points as per their…
0
votes
0 answers

Scada-LTS Synoptic Panel not showing data values

First, many thanks to the Scada-LTS team for making this excellent tool available. I have successfully implemented the functionality of a Scada system by testing two virtual data points (a binary data point representing valve status and a numeric…
MKLG
  • 1
0
votes
1 answer

Modbus TCP problems in SCADA-LTS

I'm trying out SCAD-LTS with my trusty Modbus simulator ModRSim2.exe as a Docker image on a Windows 10 laptop. I'm having difficulty maintaining a stable connection to the Modbus TCP server. Update rate is at 1s. Data is beeing read, but alarms keep…
Bigman74066
  • 408
  • 4
  • 12
0
votes
1 answer

SCADA LTS - HTTP Status 404

After starting a SCADA LTS Docker container as suggested on https://github.com/SCADA-LTS/Scada-LTS with the following command: docker run -it -e DOCKER_HOST_IP=docker-machine ip-p 81:8080 scadalts/scadalts /root/start.sh ...The container works well…
PabloRQ
  • 51
  • 3