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

Is it possible to use Scada software itself to monitor its internals for diagnostics and performance assesment?

If possible, is it really feasible in terms of resource consumption and accuracy of gathered data?
1
vote
2 answers

How to Add Labels(not just one) in DataGridView cell

I need a grid which has some different color labels in the last column as below. I know how to do with one label but i need 4 and need to make them visible or invisible with the value(değer) on the grid. for example if value is below 20 the red…
CanESER
  • 301
  • 1
  • 3
  • 19
1
vote
1 answer

Display GUI component In Ignition dynamically using Python/Jython Script

Currently I am showing a number of user-defined GUI components (templates) (let's give it a name: signal) in some of my main windows. Those GUI components are spread around the windows and are quite a lot in number (>50 per window) and I have…
Ian
  • 30,182
  • 19
  • 69
  • 107
1
vote
4 answers

Creating a Customized MODBUS Program for a Remote Terminal Unit

I have here a unit of King Pigeon S275 Remote Terminal Unit.. this RTU has communication modules for GSM, GPRS and TCP/IP (via RJ45 connection) I can also communicate with this RTU by connecting it to my computer via USB . The Manual I uploaded in…
user5150379
1
vote
1 answer

Machine monitoring application ( mysql )

I am building a monitoring application for a machine, position must be read and stored every second for a period of a month. I wrote a procedure to fill a table with initial 0 value. CREATE DEFINER=`root`@`localhost` PROCEDURE…
1
vote
0 answers

How to create an Eclipse project for an OPC DA interface?

I am a consulter and started shortly in a project where we have to use both the OPC DA & the REST API. But in a first step, we decided to install Eclipse SCADA & make a communication with an OPC DA simulator. The first job is to install an Eclipse…
Sae1962
  • 1,122
  • 15
  • 31
1
vote
1 answer

OPC-plug-in for OpenAPC software?

Does anybody know of a 3rd party OPC-plug-in for free OpenAPC-software ( http://www.openapc.com )? Or in case it does not exist, any recommendations for an open-source OPC client that can be used as base for implementing such a plug-in? Together…
Elmi
  • 5,899
  • 15
  • 72
  • 143
1
vote
1 answer

Java Connecting to OPC Server: NotConnectedException (AutoReconnectController)

I run into an issue connecting to an OPC Server through Java with openScada, Utgard, and Jinterop. I was previously using Matrikon's OPC Server (everything worked perfectly) and attempted to switch to Kepware Server Ex. The Kepware demo ran out and…
ballBreaker
  • 722
  • 1
  • 10
  • 29
1
vote
1 answer

Calculating pressure drop speed in automation system

I have a problem. How would you calculate pressure drop speed, if you only get data from a manometer? I need a specific drop speed in [bar/h], and can only read pressure in [bar]. I can't think of a way I can do that in my software, except for…
1
vote
4 answers

AutoCAD format for SCADA system

I am working on project and my task is to export house plan from AutoCAD to some format that is most adaptable for SCADA. Any suggestion will help me. Thanks!
NightDev
  • 35
  • 6
1
vote
0 answers

Java gui and java threads

public class Temp_sim implements Runnable { private double temperature = 21.0; private double set_temp = 21.0; private long sleeptime = 100; @Override public void run() { while(true){ if(temperature <= set_temp) { …
1
vote
1 answer

How to read PLC tag to CIMPLICITY screen

Hi Somehow got GE Cimplicity 8.2 demo version. Now I started learning it.... How to read a Omron PLC tag to Cimplicity. I have Omron PLC & HMI experience, where PLC register address i will assign on the HMI bargraph object suppose. so based on PLC…
Devi Cham
  • 9
  • 6
1
vote
2 answers

How to display SCADA plant in android using HTML5?

I want to display SCADA plant in android using HTML5. The text on the images will be changing continuously. I tried using label over image and process the text using javascript. But is there any specific way for SCADA plants?
rupali mandge
  • 73
  • 1
  • 7
1
vote
1 answer

VBA Subroutine doesn't exit for loop

I’m new to programing so I’m hoping you can help me. Not sure how to formulate the right question so I didn’t find any StackOverflow answers. When I step through this code and come to OpcServObj.Connect OpcServerStrg it doesn't connect. I get no…
BgreenDSI
  • 301
  • 2
  • 4
  • 17
1
vote
4 answers

getting information from scada system on android application in run time

Is it possible to create an Android application to display the alarm summary from a SCADA system? If yes, what must I do?
Oui Non
  • 11
  • 1