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

shutil.copyfile() throws Errno 2 exception on destination file path

To setup this question, I'm using Python in the form of Jython 2.7 (in Ignition SCADA). I have a function that copies image files to a print spool network folder. Occasionally I get an error like the following: An ERROR occured: Line - 241:
MikeA
  • 65
  • 6
1
vote
0 answers

Reading and writing I/O tags in a PLC

I am reading and writing to I/O tags in Logix5571 using Python. While dissecting using Wireshark, I could see that the Symbol Class(0x6b) is being accessed with Service Codes 0x4c and 0x4d. I am confused about the following: Is this the convention…
sban346
  • 11
  • 2
1
vote
1 answer

Launch Viber and send message with link, email, batch in desktop app

In the industrial environment, we have a SCADA system for monitoring temperatures, humidity, and other params. When an alarm comes, I cand send some variables from our software. Currently, I have managed to make working with the SMS gateway…
Cemmac
  • 11
  • 4
1
vote
1 answer

Setting up an EPICS controller/IOC

I am running a service on a Beagle Board Black to control some shift-mechanism hardware. Currently all commands to this system are handed to the service via a standard IP socket. In the next step, I'd like to control my shift-mechanism from a Qt…
bjoekeldude
  • 338
  • 3
  • 11
1
vote
1 answer

Aggregate function causing errors in SQL

Trying to establish a production percentage based on a couple of values from the same table with the following statement: SELECT avg(sum([Actual]/ (sum(NULLIF([Team Members],0)/(sum(NULLIF([Actual Min],0))))))) FROM [Shift Production Log] WHERE…
Dave Holt
  • 111
  • 7
1
vote
0 answers

How to write value in OPCUA server

I'm trying to implement an OPCUA server on the freeopcua library. SCADA successfully reads data from the server. Data is also written to the server. But I can not intercept the record in the server itself to send data to the device. I can not…
1
vote
0 answers

Eclipse and Nashorn throwing java.lang.RuntimeException: java.lang.ClassNotFoundException

I am using the Eclipse SCADA framework which uses Nashorn to integrate JavaScript into Java. One feature of Nashorn is that you are able to call Java code directly from the JavaScript fragments. I have read on some tutorials that in order to invoke…
1
vote
0 answers

Reading data on the Modbus network from the Altivar frequency converter or MODICON PLC

tell me whether it is possible to directly read the values ​​of the registers from the equipment using the Modbus protocol. I want to implement in java language reading registers and outputting them to the jsp page. The program is needed for the…
1
vote
2 answers

SendKeys Operating System Limitations

Are there Operating System related intricacies with the SendKeys vbScript method? I am upgrading from a GE Cimplicity 4 project on a Windows XP computer to GE Cimplicity 10 project on a Windows Server 2012 R2 Virtual Machine. The SendKeys method…
Andrew Drake
  • 655
  • 1
  • 11
  • 25
1
vote
1 answer

sending a message to an Azure Iot hub

I'm a beginner to AzureIot, I've been given access to an azure account which has an IOT hub. from the azure portal I see a connection string of the…
gideon
  • 19,329
  • 11
  • 72
  • 113
1
vote
1 answer

How to use modbus 16 function in ScadaLTS

I don't make sure, but I think the ScadaLTS no have the modbus 16 function. I need write in 9 registers simultaneously, but the data type that ScadaLTS give does not satisfy my need. I did try to use the type data "fixed length string" but I can't…
1
vote
1 answer

Seeking good source of FOSS graphics/components for Process Control/Scada

I want some whizz-bang browser graphics to impress management - for SCADA/process control. Until now I have been worrying about which technology - to SilverLight or not to SilverLight? But, really, the technology doesn't matter too much when I am…
Mawg says reinstate Monica
  • 38,334
  • 103
  • 306
  • 551
1
vote
1 answer

Database error on website

I got this error trying to access our SCADA website: A Database Error Occurred Unable to connect to your database server using the provided settings. Filename: core/Loader.php Line Number: 341 I scanned into the Loader.php file and on line 341…
Ammar Surti
  • 37
  • 1
  • 11
1
vote
1 answer

How to rewrite old dojo based UI in web app to new Angular 2 framework?

With UI based on dojo we have problem with multiple conflicts with other js librarys (jquery, dwr, plugins jquery). In new UI based on Angular 2 we plan to use websockets and REST API. Are there any contraindications to-use websockets? How many time…
Grzesiek
  • 715
  • 5
  • 24
1
vote
0 answers

SQLException during Scada-LTS startup

When starting Scada-LTS (open source, web-based SCADA software) on Linux (ubuntu) I'm getting following exception: java.sql.SQLException: com.mysql.jdbc.Driver at…
1 2
3
9 10