INSTRUCTIONS FOR INSTALLATION. ABB MicroSCADA

Add to My manuals
54 Pages

MicroSCADA is a supervisory control and data acquisition (SCADA) software developed by ABB. It is used for real-time monitoring and control of power networks. MicroSCADA can be used to supervise and control various electrical applications, such as substations, power grids, and distribution networks. This thesis explores the use of predictive maintenance for MicroSCADA applications.

advertisement

INSTRUCTIONS FOR INSTALLATION. ABB MicroSCADA | Manualzz

38

7 INSTRUCTIONS FOR INSTALLATION

In order to create a report introduced in this thesis, some preparations should be made in MicroSCADA and Windows operating system. The report created using these instructions includes all the information on MicroSCADA and the operating system described in Chapters 4 and 5, station alarm counter and a list of active alarms. It is also explained how Windows Task Scheduler should be configured in order to send scheduled reports.

7.1 Copying Programs to /prog/exec/ Folder

There are several programs that should be placed in the /prog/exec/ folder in order to make automated reports. This is the folder that contains all the programs needed by MicroSCADA to work properly.

Here is a list of programs to copy:

MaintenanceReport.exe

SendEmail.exe

MaintenanceReport.bat

AlarmList.scil

7.2 Creating a Batch File

In order to create the report and sending it by e-mail, several different programs and actions are needed to perform. Perhaps the easiest way to run multiple programs and actions at the time is creating a batch file of the operations.

The batch files are tiny programs or scripts that can be made to simplify routines or repetitive tasks. They are simple unformatted text files that contain commands used in the command prompt of Windows. The text file becomes a batch file when it is saved with a file name extension .bat or .cmd. When the batch file is run, it simply writes all the commands written in the file to the Windows command prompt, just like a user would be writing them manually.

39

In order to modify the batch file, it is required to understand the commands that are used. Here is a brief list of useful commands that can be used in the batch file:

Table 1. Batch file commands /2/ /17/

>> del dir/s echo echo y for if mkdir pause ren rmdir /s /q scilc

Writes the output of the command to a specified location or file.

Deletes a file.

Displays files in specified director and all subdirectories.

Turns the command-echoing feature on or off, or displays a message.

Answers “Yes” when the prompt is asking to verify a command.

Runs a specified command for each file in a set of files.

Performs conditional processing in batch programs.

Creates a directory or subdirectory.

Pauses a batch program and displays a message prompting the user to press any key to continue.

Renames a file.

Removes a directory and all subdirectories including any files and delete them without confirmation.

Runs a program in MicroSCADA that performs a SCIL command or application in C programming language. tasklist Displays a list of currently running processes. wevtutil epl Exports a log file from Windows to a specific folder. wmic xcopy zip -r -q

Uses The Windows Management Instrumentation Commandline to gather information about the computer.

Copies files, directories and subdirectories.

Compresses a folder or files in to a zip file, using a program included with MicroSCADA. Performs it in quiet mode.

To create a batch file that creates a report in a form that this thesis presents, several commands should be written with a text editor (e.g. Notepad) and saved

advertisement

Key Features

  • Real-time monitoring and control
  • Wide range of applications
  • Predictive maintenance capabilities
  • Integration with other systems
  • Scalability and flexibility

Frequently Answers and Questions

What is MicroSCADA?
MicroSCADA is a software application developed by ABB for supervisory control and data acquisition (SCADA) of power networks. It provides real-time monitoring and control of electrical systems.
What are the benefits of predictive maintenance for MicroSCADA applications?
Predictive maintenance can help to identify potential problems before they occur, which can reduce downtime and improve the reliability of the system. It also helps to optimize maintenance costs and increase the lifespan of equipment.
How can predictive maintenance be implemented in MicroSCADA applications?
Predictive maintenance can be implemented by monitoring key parameters of the system, such as communication activity, system resource usage, and alarm frequency. This information can be used to identify potential problems and schedule maintenance proactively.

Related manuals