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

Connecting WinCC OPCUA Server using sign and encryption techniques using free OPCUA Python Client Code & Basic256Sha256

**I am trying to connect a WinCC OPCUA Server enabled with Basic256Sha256 with Sign&Encrpyt. How to generate / get the .der file on / from WinCC and the .pem file from the WinCC ? WinCC OPCUA Server is deployed on AWS Windows EC2 Instance.** What…
0
votes
0 answers

Why C# Console Application Stops Working?

I wrote a console application that creates a socket and listen for incoming packets on a specific port, extract them and run some sql commands for each packet. The packets are coming from over 400 devices (Data Loggers) over a private APN. so…
Arian Sakhaei
  • 151
  • 1
  • 4
  • 15
0
votes
0 answers

How to get data every 5 seconds in SQL?

I want to filter the data for example 5 seconds. As you can see at the photo "Here is the table I want to get" I post below, some of the data are updating every milliseconds, I want to eliminate that to every five seconds for be able to plot the…
dyey
  • 3
  • 3
0
votes
1 answer

VBScript infinite loop freezes PC

I'm using Indusoft Web Studio which has VBScript implementation for scripts and I have a following problem. I need to have something like: Do While $pozAkt<>x Loop However the given lines completely freeze the PC. How can I get PC to wait until …
adammo
  • 171
  • 10
0
votes
1 answer

Sporadic appearance of "RSIVBA module has stop working" message

I'm developing a new HMI project using Factory Talk View Studio 7.00.00 (CPR 9 SR 6) and VBA 6.5. Sometimes on client startup VBA crash and the following message appears: Debug analysis Here below I try to describe as detailed as possible the debug…
0
votes
0 answers

Why does my running total resets after few weeks?

I have managed to write a code which counts running total on Citect Scada using Cicode-language. Now I have a problem because it seems that my loop has somehow reset my counter. I'm pretty new to this. At this point, I don't know what causes this.…
0
votes
1 answer

Why there are 65520 dnp3 source addresses instead of 65536?

DNP3 link-layer source and destination addresses are 16 bits each. It means it can have 2^16 = 65536 total different addresses. Based on official DNP3 docs, there are 65536 destination addresses, which I understand. But there are only 65520 source…
Uddhav P. Gautam
  • 7,362
  • 3
  • 47
  • 64
0
votes
1 answer

How to insert current date and time in sql server using wincc

I am Saving data in SQL server using WINCC but I can't insert my current data and time Help me to solve this Sub OnClick(ByVal Item) Dim objConnection Dim strConnectionString Dim lngValue Dim strSQL Dim…
Annisha
  • 65
  • 9
0
votes
1 answer

Using max function to use a calculated value in an svg

I have a svg and would like to use the max of two measurement values. So something like:{{max(left, right)}}. This does not work and gives an error in the browser console. How can I change the expression?
pmahler
  • 11
  • 1
0
votes
0 answers

Call was rejected by callee when using cell syntax

I've been looking for threads that could help me with this error "Call was rejected by callee" but I've found nothing, so far, that could help me. I'm new to VBScript and I've been learning to create a script that could automatically transfer data…
somberset
  • 1
  • 1
  • 2
0
votes
1 answer

Msxml2.XMLHTTP does unwanted URL encoding translation?

I'm using CitectSCADA's CitectVBA environment to make a POST request to Twilio's Twimlets server, via an Msxml2.XMLHTTP object. After discovering some of the differences between this and Office's VBA v6, I did manage to get the thing to make a POST…
Ben Seymour
  • 76
  • 15
0
votes
1 answer

Data sharing between two PostgreSQL database installed on two different machines

I want to share data between two PostgreSQL databases sitting on two different servers/machines/hosts. My application is: I am fetching data on Modbus TCP/IP from field devices on Server-1(static IP) having PostgreSQL database running in it. I need…
Gautam
  • 1
  • 1
  • 2
0
votes
1 answer

Cumulocity SCADA Widget - Can I use a value calculated/transformated from a measurement on a SCADA widget?

Can I use a value calculated/transformated from a measurement on a SCADA widget of Cumulocity? I mean, I need to convert a temperature measurement (from -20 to 100) to a value between (-90 to 90) for use it in a SVG graphics. Thnks
Bitwalk
  • 1
  • 1
0
votes
1 answer

Does OPC Historian server exists in between SCADA to OPC UA server?

Is there a OPC Historian server in between? where PLC or SCADA connects to OPC UA
jik177
  • 3
  • 3
0
votes
1 answer

Exporting data from SCADA system

I am trying to create VBscript to export process data from a SCADA system (WinCC RT Professional) to periodically archive all process variables. The data are stored in SQL table that can be accessed through a connectivity pack. I managed to make the…
Mike87
  • 1
  • 3