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

Logging a counter value to a batch name in siemens TIA Portal

I need to create a program for 1214 PLC in TIA Portal and a Comfort HMI that counts several products using a count up and stores that value to a specific batch name. For every new batch, the operator would enter a new batch name, and the counter…
yyd21
  • 1
0
votes
0 answers

User defined type not defined in vba factorytalk view

I am new to VBA code, and working on a SCADA system where VBA code is required. I am having VBA code that need to be imported but getting errors as "User Defined Tags not Defined". Please tell me where I am wrong in the following code: Option…
0
votes
0 answers

Connecting Kafka to SCADA system

Our team want to achieve a solution for real time series data coming from the sensor data. We need to stream that data. What are the viable options for streaming. we also need to do some transformation before the data is stored with raw data. I have…
0
votes
1 answer

QSimpleScada is not compiling 'class QTextStream' has no member named 'setCodec' SimpleScada

Hi thank you all for your time, simple scada doesn't want to compile -> empty project or their sample project called Weather https://github.com/IndeemaSoftware/QSimpleScadaSample. I install lib via git and qpm but issues of lack of proper members in…
Gameriker
  • 35
  • 7
0
votes
1 answer

how to run a nodejs Script in php page

im trying to build a html scada system using nodejs , php , html and css. my program : i have this little 9 lines code in nodejs ; i use this code to communicat with a PLC in modbus rtu protocol. the code is working perfectly if i run it from…
0
votes
1 answer

Not visible/refreshed objects or part of screen

Do You know the situation when on screen in application you have not fully refreshed view? You need to hover the mouse on the object to make it visible/refreshed? Or You need to open close page/screen to refresh all objects? I have PC-box with…
0
votes
2 answers

MATLAB code, linked to an EXCEL DDE, doesn't pause. What should I do?

I'm linking a MATLAB code to a DDE application in Excel. It works fine, but whenever I try to run the code, the operations are done without respecting pauses each time. This part gets paused in the right way, as it should be: channel =…
0
votes
0 answers

how can Control/write Temperature value with RS485port, from Django web?

''''Hello, I have PID temperature controller with RS485 communication port. I can read & write the resister values by connecting my 'controller' to serial PORT(com3). I want to Monitor and control the room temperature from Django-Web. please help me…
0
votes
0 answers

Import JavaScript tag inside script in HTML

I am making a HTML5 widget for a SCADA. The widget generates a custom_widget.js, witch I have modified to this. // Subscribes to receive property changes cwidget.on("Data", function() { var Data = document.getElementsByName("Data") var Data.scr =…
jthyge
  • 29
  • 4
0
votes
0 answers

Access to COM or Serial port denied in c#

I am doing a project of Modbus SCADA using easymodbus library in c#. In application, sometimes communication gets disconnected and then when I retry to do modbus connection I get error Access to port 'COM3' denied or else Access to serial port…
0
votes
0 answers

Change date format with ReportBuilder

Time of occurrence says 03/24/2021 but I want it to be 24/03/2021… I have changed it to regional *31/12/00 13.00.00 time setting, it's not working. I have been using report builder for creating report for Scada. Please have a look at this attached…
0
votes
1 answer

How can I understand these STL programming language codes?

I am especially looking at line 2 and 4. M004: CLR ; = DB888.DBX 642.4; UC FC 1874; A L 2.1; SAVE ; BE ; END_FUNCTION
0
votes
1 answer

Does Apache PLC4X substitute for gateway in SCADA systems?

I need to search & organize information about What is PLC4X, differences btw PLC4X & legacy system(ex:PLC protocol - gateway - user application), but most of what I have found are about how to use API. I want to figure out: What is exact role of…
DH R
  • 11
  • 1
0
votes
1 answer

How to find out, why serial communication stops?

I am using Indusoft Web Studio v7.1 (a scada software) that runs on a com port. Everything goes well for half a day or even for a day. But after that it shows an error error Initializing driver MODBU: Invalid Serial port although the same serial…
0
votes
1 answer

SCADA reading from MariaDB: Error in Syntax

We have a SCADA System (Intouch). It had a Access .mdb database file on the client PC, which was defined as System DSN (Windows ODBC). What I'm trying to do is to migrate the whole DB thing to MariaDB, running on remote server. I have already a…
iavor4o
  • 11
  • 3