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
2
votes
2 answers

Reading OPC Values from OPC Server using C#

I have an OPC-DA Server that a SCADA software writes the variables and its values in it so I want to read them synchronously with using C#. I have already write my algorithm but I could not read the variables. The code creates a subscription or may…
Mert Arisoy
  • 65
  • 2
  • 7
2
votes
1 answer

Best framework or system architecture for telemetry / SCADA system design & programming

I asked a question about a good book for this topic. It's not getting many replies, so maybe there aren't any good books (although I find that strange; I must go search Amazon for myself). In the absence of a book, maybe there is a good framework,…
Mawg says reinstate Monica
  • 38,334
  • 103
  • 306
  • 551
2
votes
6 answers

I need to create a small HMI/SCADA WPF application that uses WCF

I have to create a simple app, that will suit as an example of using WPF and WCF for creating HMI screens. I'm not sure what WCF is supposed to do in such application, I guess there must be an OPC server that my application connects to. Does app…
HomeMade
  • 552
  • 4
  • 10
  • 21
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
2
votes
1 answer

Python 3.5 - ctypes - create string buffer for Citect API

I would like to access our Citect SCADA system from external script in Python. I found some example code here: https://github.com/mitchyg/Random/blob/master/pyctapi/src/pyctapi.py When I run this fragment of code: def ct_tag_read(self, tag_name): …
2
votes
1 answer

Determining the duration of an exceedance

I am analysing SCADA data using R. The problem I need to solve is to analyse a SCADA feed and determine how often the measurements exceeded a certain limit for more than 15 minutes. The only way I could solve this is by using a for loop, which will…
Peter Prevos
  • 413
  • 4
  • 12
2
votes
3 answers

Hard time using DLL import in C#

Good morning/day/evening! I have recieved dll which has to retrieve Tags from SCADA system (Indusoft Web Studio). It came alongside with VC++ and VB samples that actually work perfectly fine. Currently i need to get those values and show them on web…
IIy333o
  • 33
  • 5
2
votes
2 answers

How can i get an object from pointer-address

i have written a user control for WinCC (Siemens) (SCADA). Now I want to pass a pointer to the control. The only way to do this is: write the pointer to a property. WinCC has only this methods to set…
raiserle
  • 677
  • 8
  • 31
2
votes
1 answer

Import multi module project in Eclipse

I am trying to get started with Eclipse SCADA and import the projects from their git repository. I have cloned the following…
Carlj901
  • 1,329
  • 4
  • 24
  • 39
2
votes
3 answers

SCADA Protocol - iec-104

I am researching the IEC 60870-5 family protocols and in particular IEC-101 and IEC-104, for a university project. Although purchasing the IEC-101 and IEC-104 standards, i am still left with fundamental questions that i can't seem to find answers…
Alon Rew
  • 75
  • 1
  • 1
  • 8
2
votes
1 answer

Go to Display Button Factorytalk View ME?

I’m using Factor Talk View ME to program AB PanelView 1000 HMI and I can’t figure out how to program a button to activate “manual” mode and then goto a display directly after button is pushed. I can set them up individually with two separate…
BgreenDSI
  • 301
  • 2
  • 4
  • 17
1
vote
1 answer

00000005: Unknown error (00000005) when trying to connect to OPC Server using Utgard

I am trying to run the main method of UtgardTutorial2 at https://openscada.atlassian.net/wiki/spaces/OP/pages/6094892/HowToStartWithUtgard,to connect to a Makitron OPC Server which is running on the same machine. I have replaced the values for the…
Monotop
  • 11
  • 3
1
vote
1 answer

What is the difference between Float32, Float32LE and Float32MLE?

I'm working in a SCADA system with Modbus protocol. It offers me these data types and I don't know what's the difference between them. Could anyone please clarify?
Ionut
  • 724
  • 2
  • 9
  • 25
1
vote
0 answers

Windows error 126 when opening proficy Hmi/Scada

Hi I was trying to run a program (Proficy Hmi) but I got more than one dll error, Windows error 126 I have attached all the error images here with the Windows version Device type ("All-in-One" 15-panel marine) Windows version (Windows XP for…
1
vote
0 answers

Transfer data to OPC DA client

I have a SCADA system with an OPC DA client module installed on a windows PC. Additionally I have a measuring instrument connected to the same PC through a COM port. The instrument measures two numerical values which I can read in Python. I would…
DinesQA
  • 11
  • 1
1
2
3
9 10