Questions tagged [scada]

SCADA (supervisory control and data acquisition) generally refers to industrial control systems such as computer systems that monitor and control industrial, infrastructure, or facility-based processes.

SCADA (supervisory control and data acquisition) is a system operating with coded signals over communication channels so as to provide control of remote equipment (using typically one communication channel per remote station). The supervisory system may be combined with a data acquisition system by adding the use of coded signals over communication channels to acquire information about the status of the remote equipment for display or for recording functions. It is a type of industrial control system (ICS). Industrial control systems are computer-based systems that monitor and control industrial processes that exist in the physical world. SCADA systems historically distinguish themselves from other ICS systems by being large-scale processes that can include multiple sites, and large distances. These processes include industrial, infrastructure, and facility-based processes, as described below:

Industrial processes include those of manufacturing, production, power generation, fabrication, and refining, and may run in continuous, batch, repetitive, or discrete modes. Infrastructure processes may be public or private, and include water treatment and distribution, wastewater collection and treatment, oil and gas pipelines, electrical power transmission and distribution, wind farms, civil defense siren systems, and large communication systems. Facility processes occur both in public facilities and private ones, including buildings, airports, ships, and space stations. They monitor and control heating, ventilation, and air conditioning systems (HVAC), access, and energy consumption.

144 questions
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 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 to create a MODBUS in MATLAB simulink

I want to create some command and response injection errors/attacks by using MOD-BUS communication protocol in MAT LAB. But i am unable to succeed to my goal from few months. so,I tried via TCP/IP protocol communication protocol. I succeed some of…
0
votes
1 answer

How to link a measure variable in a supervision to a VBA code?

I'm currently in an Internship where i'm supposed to bring some modifications and upgrades to an already functioning SCADA in Pcvue. One of my mission is to be able to modify an already existing measure variable directly into the supervision while…
0
votes
2 answers

Understanding the OSI layers in the SCADA world

I find the basic OSI model very helpful for network programming. I'm now getting started in SCADA, and having trouble mapping the various standards (protocols? networks?) to OSI. Let's start with layers 1 and 2. In the network world, this is…
SRobertJames
  • 8,210
  • 14
  • 60
  • 107
0
votes
0 answers

Microsoft Visual Basic for Applications, clearSCADA, SCADA

Developing an interface in excel to access a database in a SCADA application (clearSCADA by Schneider) Require the ability to list all properties of an object in Visual Basic behind excel. It is very simple to list all the object based on a…
0
votes
1 answer

Sensor Data Tap From PLC/Scada Server

This is a newbie question .. Is there a way to sniff out sensor packet data from the SCADA environment? Any suggestions to proceed?
0
votes
1 answer

OPC UA connection between KEPServerEX (server) and WinCC explorer V7.3 (cliënt)

I'm trying to connect a Simatic S7-1500 PLC to a WinCC SCADA system by OPC UA. The OPC UA server is KEPServerEX. I made a dummy program for the PLC with blinking light, and I want WinCC to read this data (by OPC UA). The connection between the PLC…
King Rool
  • 17
  • 5
0
votes
3 answers

how could monitor device status using raspberry pi

I want to build a small project which will monitor some devices(pump,ac etc) status(on/off, current/voltage level etc). I have decided to use raspberry pi 3 as a server. I am thinking about scada. is it efficient to do these works? also i am not…
Akash Nil
  • 693
  • 10
  • 26
0
votes
2 answers

Unable to install Snap7 Library on Ubuntu 16.04 (64-bit)

I'm new to Linux based OS's (and very new to Snap7). Trying to install Snap7 library on Ubuntu machine following instructions at - http://python-snap7.readthedocs.io/en/latest/installation.html. However I'm getting the following errors during the…
Ice Phoenix
  • 1,001
  • 3
  • 16
  • 34
0
votes
1 answer

Procedure to delete the old rows leaving behind bottom 100 rows automatically(first in first out) when data is loading from scada to sql

how to do first in first out in SQL Server 2008 USE [TEST2] GO /****** Object: StoredProcedure [dbo].[usp_chartData8] Script Date: 05/24/2010 14:30:16 ******/ SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO ALTER procedure…
jyothi
  • 1
  • 2
0
votes
1 answer

Brief knowledge on PLC

Can some one suggest me some elements to know briefly about Programmable Logic Controller?? I wanna know also about SCADA system. i have been trying to know but can not gather all those knowledge briefly.
0
votes
0 answers

Excel chart not correctly reflecting data

I have two sets (August and February) of SCADA data that contain a time stamp and a tank level. The tank level is on the y axis, and the date/time on the x axis. I am trying to display this as a smooth line, scatter plot. The February data displays…
0
votes
2 answers

SCADA like software to monitor running processes on my PC?

I will apologize in advance if this question is considered 'too broad', but I think it is a relevant question. I enjoy writing programs that are designed to operate in a 'hands off manner'. And by that, I simply mean programs that monitor and…
Izzo
  • 4,461
  • 13
  • 45
  • 82
0
votes
2 answers

Accessing OPC data with Java

I am totally new to OPC, I was given a Visual Basic Script that accesses data from an OPC server, The only thing I know about the OPC server is that is compatible with SCADA OPC Data Access 1.0a y 2.05. I just have the Visual Basic code, and need…
Mayuso
  • 1,291
  • 4
  • 19
  • 41