1 Introduction. ABB MicroSCADA

Add to My manuals
212 Pages

MicroSCADA Status Codes is a technical reference manual that lists all MicroSCADA status codes. It provides explanations of the codes and their possible causes, and divides them into groups based on their relation to the base system or communication and NET units.

advertisement

1 Introduction. ABB MicroSCADA | Manualzz

1MRS751251-MEN

1

Status Codes

Technical Reference Manual

MicroSCADA

1 Introduction

Introduction

MicroSCADA Technology 8.4.3 Manuals

This manual is a part of the MicroSCADA 8.4.3 User Manuals. In addition to this manual there are 7 other MicroSCADA Technology manuals published with revision

8.4.3.

Using This Manual

This manual is the one you should read when an error in the MicroSCADA system appears and you do not know what to do. The manual gives general advices. It also lists the status codes with some explanations.

Status Codes

Handling error situations, system events and data reliability in SCIL is based on status codes. Status codes are positive integers with descriptive names, for example 188 =

SCIL_UNDEFINED_VARIABLE. A status code may be generated for example in the following situations:

A SCIL statement has a syntax error.

A station is suspended due to a communication disturbance.

An incorrect value is set to an attribute of an application object.

Status codes are classified into two main cathegories: base system status codes and

NET status codes. Base system status codes includes the codes related to SCIL execution, base system and data bases. NET status codes include the codes related to communication via an NET unit.

ABB Automation

1

advertisement

Key Features

  • Lists all MicroSCADA status codes
  • Provides explanations of the codes
  • Divides codes into groups
  • Covers base system and NET units
  • Technical reference manual

Related manuals

Frequently Answers and Questions

What is the purpose of the MicroSCADA Status Codes?
Status codes are used to indicate the reliability of data, inform about errors during SCIL program execution, and communicate events in the process communication system or communication units.
How are status codes grouped?
Status codes are grouped into categories: reliability of data, base system status codes, NET status codes, operating system status codes, data transfer status codes, and status codes transmitted by a NET unit to external devices.
What is the OK status code?
The OK status code is 0, indicating that no error has occurred.
What is the difference between almost OK status codes and error codes?
Almost OK status codes (1, 2, 3) indicate a warning or uncertain value that can be used in expressions but may result in a non-zero status. Error codes (10 .. 10 000) are used for errors in the system.