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
3
votes
1 answer

Scada-Lts - 'No DataSource specified' error

I tried to run Scada-Lts on Tomcat 7 with jdk 1.7 and i got the following error: SEVERE: Exception sending context initialized event to listener instance of class com.serotonin.mango.MangoContextListener java.lang.IllegalArgumentException: No…
zix7
  • 73
  • 6
2
votes
0 answers

How the new ScadaLTS UI communicates with tomcat?

I'm following the development of Scada-LTS, but I do not understand how the new UI communicates with tomcat. I can not get past the login screen, I believe it's because I'm not using the default tomcat port. What changes should I make?
2
votes
0 answers

RESTfull APIs for write in datapoint and datasource

I'm following the development of ScadaLTS, mainly an implementation of the RESTfull API. I would like to know, does a development team will implement as RESTfull APIs for write in datapoint and datasource? Congratulations to ScadaLTS team for the…
2
votes
1 answer

I'm using SCADA-LTS and I want test MBus datasource

Is there any emulator available for MBus TCP/IP protocol. Is somebody using this protocol in SCADA-BR or SCADA-LTS? Please give me any suggestion how can I test this data source.
Grzesiek
  • 715
  • 5
  • 24
1
vote
0 answers

scadalts-ui dependency @min-gb/vuejs-components is not in this registry

Is there someone who can help me? Thanks. run npm install GET https://registry.npmjs.org/@min-gb%2fvuejs-components - Not found npm ERR! code E404 npm ERR! 404 Not Found - GET https://registry.npmjs.org/@min-gb%2fvuejs-components - Not found npm…
lanicc
  • 11
  • 2
1
vote
0 answers

Backup fails to run

On the current version 2.0.0 of Scada-LTS, if all you have is the admin user on the system then the full backup on the import/export page works. But as soon as you add a regular user to the system the backup fails to run when making a full backup.…
Howard
  • 21
  • 2
1
vote
0 answers

How to make dynamic views available to multiple users?

hello community, I am using Scada LTS where multiple users will access my specific service, ie I have to make a group of views available to these users. The point is that if I have 100 users and each user accesses 5 pages I will have 500 pages. How…
1
vote
0 answers

How to use ScadaLTS to transfer values from one device to another every minute?

I am trying to use ScadaLTS to transfer an outside air temperature value from one device to another. I used an entry in "point links", but when I save it, it executes the transfer one time and then it never does it again. I am sure I need to add…
Howard
  • 21
  • 2
1
vote
0 answers

How to make connections between two components in graphical views

I'm trying to make a graphical representation of my Modbus states and I can't find any feature which will allow me to add connection between two components. I'm looking for some kind of wire which will change it's state depends of the holding…
iczyrski
  • 51
  • 10
1
vote
2 answers

ScadaLTS Features supporting MMS and GOOSE Driver

I am doing a project to monitor my virtual IED's with a SCADA system. However, the driver that i want to use to transmit information is MMS or GOOSE. So does ScadaLTS support IEC 60870-5-104 (MMS) and IEC 61850 (GOOSE)? If not, do you have any…
Shawn Kan
  • 11
  • 2
1
vote
1 answer

Run ScadaLTS with derby

Is it possible to run ScadaLTS with derby instead mysql? I tried to change to env.properties file but Scada doesn't srtart. Thanks.
A.v.
  • 11
  • 2
1
vote
0 answers

How to use featrure New UI or new watchlist on ScadaLTS like https://www.youtube.com/watch?v=3EasfrHZqPo

How to use featrure New UI or new watchlist on ScadaLTS like https://www.youtube.com/watch?v=3EasfrHZqPo i was installed scadalts version 0.0.9
1
vote
0 answers

DNP Driver on ScadaLTS

I am using the DNP driver of ScadaLTS, but enabling the datasource, I am having 100% peak of cpu in java. Has anyone ever had anything like it and if so, have you solved it?
Hilario
  • 11
  • 2
1
vote
1 answer

How to use modbus 16 function in ScadaLTS

I don't make sure, but I think the ScadaLTS no have the modbus 16 function. I need write in 9 registers simultaneously, but the data type that ScadaLTS give does not satisfy my need. I did try to use the type data "fixed length string" but I can't…
1
vote
1 answer

ScadaLTS run on raspberry Pi - tomcat7 ConnectionPool init

I cannot run ScadaLTS on rPi. Aug 17, 2017 7:01:14 AM org.apache.catalina.startup.ClassLoaderFactory validateFile WARNING: Problem with directory [/usr/share/tomcat7/common/classes], exists: [false], isDirectory: [false], canRead: [false] Aug 17,…
1
2 3