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

ScadaBR or Mango(a scada software)

Mango is a scada software.And now I want to develop its graphic views and have a breakthrough in it.I am really confused what to do next. So could somebody gives me ideas? I will be appreciated.. Thank you for any help provided! Best regards
fengmang
  • 1
  • 1
  • 3
-1
votes
1 answer

How to compile C++ using Visual Stuido 2015

I'm begening on TANGO Scada systems, and I'm working with devices, class and servers. I'm asking for help because I download a Device Server for my application, but it's in C++, and I don't know how to compile it unsing Microsft Visual Studio…
NycoElm
  • 5
  • 5
-1
votes
1 answer

Email attachment not sending with email

Been searching the Forums and while this question has been asked and answered my specific problem isn't among the fixes sadly. I am working in a SCADA system so System.Web.Mail. commands are all I have available to use. ' are remarked out lines that…
BrianS
  • 1
  • 2
-1
votes
1 answer

Django(PySCADA) : HTML (code fed thru textbox) is not getting Value from Django

I have Text box at backend-admin where admin can add HTML code which is required for display on Users-Screens. HTML code is getting executed but values of Django veriables are not fetched. (Please refer input & output screens) Input Screen Output…
Amit Panasara
  • 600
  • 8
  • 16
-1
votes
3 answers

Can I used Step7 as PLC simulator?

I have PLC program written in Step7. Also i have SCADA with OPC Server. I want to simulate PLC with programm from Step7 and connect it to OPC Server, because i want SCADA testing. Can I used Ste7 as PLC simulator, how can i do that ? I founded…
Luk
  • 185
  • 1
  • 2
  • 10
-2
votes
1 answer

How can I write a SQL query to list distinct values and their number of occurrences from a table?

I have a table that contains a history of alarm events. I think the only pertinent column for this is Message, but there are others such as Time/Date and Source. Here's a sample table: Time/Date Message Source 2022-04-27/11:59:28 Code…
PenMonk
  • 31
  • 4
-2
votes
3 answers

AllenBradley Compactlogix PLC Ethernet IP & C# Communication?

I have Compact Logix Ethernet/Ip PLC. I want to make small scada/hmi on my pc with C#. I can use visual studio 2017 windows forms. I will take some data from plc to pc and I will show on c# and changed some picture image. how can I do communication…
-4
votes
2 answers

How can i access and control hardware in Qt

I try to developing simple scada system with C++ in Qt. I want to control hardware or get status(or something) of hardware and send to server or router.(actually my application control softwares too) And in finish: Qt have a good tools for scada…
Sina
  • 15
  • 5
-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
9
10