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
0 answers

WinCC export screen data to xls/csv

I am using TIA portal V13, with WinCC RT Advanced. I have been given a running project and need to export some values to excel for the client daily, monthly and yearly using a script. I have a screen with a table control that displays values of…
faysvas
  • 1
  • 1
  • 5
0
votes
1 answer

How to properly write and save a new Excel file?

An application (a SCADA program) has an event that trigers every day and run a script that writes an Excel file (one for each day). The file could contain multiple sheets. On Windows 7, with Office 2007 installed, I can write, but I can't save and…
Anatoli V.
  • 11
  • 1
  • 4
0
votes
1 answer

Manufacturing process cycle time database design

I want to create a database to store process cycle time data. For example: Say a particular process for a certain product, say welding, theoretically takes about 10 seconds to do (the process cycle time). Due to various issues, the machine's actual…
asyraf9
  • 507
  • 3
  • 8
0
votes
1 answer

when i compiling eclipse RCP project,I encounter an error; the error is "No git repository found searching upwards "

when i build eclipse scada project by maven;why git is part of build process;how to remove it from build process;please look at follow error information [ERROR] Failed to execute…
ProEditor
  • 59
  • 5
0
votes
1 answer

Indusoft Web Studio Database error?

I seem to be getting a recurring error with indusoft web studio. My values from my meters seem to have stopped recording to the DB and this is the db messages I get on my IWS log output: Database: Error: Fail trying to connect to Studio Database…
javawocky
  • 899
  • 2
  • 9
  • 31
0
votes
1 answer

How to run Master Server from Equinox OSGi console?

I just configured a Master Server with Eclipse SCADA (as application profile project) following this tutorial (referred to the "old" openSCADA): https://wiki.eclipse.org/EclipseSCADA/Tutorials/EclipseMagazin . After generating the output files from…
0
votes
2 answers

Indusoft Web Studio Error Messages?

Apologies if this is a pretty simple question, but I'm pretty new to IWS. When ever I startup IWS (it's running on Microsoft Server that I remote desktop into) and enter my login details I get this message: Failed to start TCP/IP Server, please…
javawocky
  • 899
  • 2
  • 9
  • 31
0
votes
1 answer

Force writing only-read register #Modbus

I was wondering, Is there anyway to force writing on a 'Read-Only' Modbus Register? Does defining a Register as a 'Read-Only' is secure enough or can be bypassed?? Thanks for the answers!
0
votes
1 answer

I can't send an email with smtp

I want to send an email with a software that I use called ("ScadaBR" it's for industriel supervision). I use the name of the server that my company uses to send emails in the "SMTP host", with the port 25. but I have an error "connection failed…
wago
  • 11
  • 3
0
votes
1 answer

Import graphical views of a scadabr project

I want to export the graphical views of my Scadabr project to use them on an other computer, I selected all cases of my project parts that I want to export (also the case of the graphical views) and when I import the project on the other computer,…
wago
  • 11
  • 3
0
votes
1 answer

For those who know scadaBr

Good day!!! Can someone give me clear instructions on how to build/ import scadaBr to eclipse ? Im just new to eclipse and im also new to scadaBr. I've red the thread at http://www.scadabr.com.br/?q=node/71 but I've only finished instructions until…
Jb Mapili
  • 1
  • 1
  • 2
0
votes
1 answer

Write a value with OPC UA Java (OPC Foundation)

I am trying to connect to a remote environment using the OPC UA java stack from the OPC Foundation. Reading values is working correct, for that I am using the following code: NodeId nodeId= NodeId.get(IdType.String, 2,…
user3083205
  • 1
  • 1
  • 1
0
votes
2 answers

connecting PLC to my mfc program

In current scenario i am using RS-232 communication for operating hardware component from PC using Micro Controller in between.Whole Application is Created in MFC. I am thinking to connect PLC for communicating hardware component to PC. So can…
Sagar
  • 1
  • 1
0
votes
1 answer

VBA CDO Runtime Error 429

Having issue getting this vba remote email send script to work. Run-time error 429 ActiveX component can’t create object. I've downloaded Microsoft CDO 1.21 Library, registered cdo.dll cmd prompt as Administrator, and referenced it. .dll Location:…
BgreenDSI
  • 301
  • 2
  • 4
  • 17
0
votes
3 answers

How can I get data from multiple Siemens PLCs into Excel?

I use Siemens WinCC SCADA system and I need to transfer data from specific addresses in a Siemens PLC into Excel for reporting purposes. Is it worth to try doing it by programming in WinCC scada or are there any other reporting tools? My main…
Demir
  • 1,787
  • 1
  • 29
  • 42
1 2 3
9
10