6
Paper cut line Paper cut line The Advant Control Builder is a fully integrated Windows application for efficient configuration and programming of the ABB products: Advant Controller 210, Advant Controller 250, and Advant Soft Controller. The Advant Control Builder provides different powerful programming languages. A Project Explorer facilitates navigation through the entire project. Program segments of interest are easily searched and edited. On-line help and context sensitive “easy-to-use assistance” offers help when entering variables, data types, program code, etc. The program development is performed off-line, and program simulation can be performed without a controller connected. The Advant Control Builder offers a number of on-line facilities during test, program modification and commissioning. The status of I/O signals, variables, etc. can be inspected on-line. Full Windows NT integration Navigation through Project Explorer Libraries with a large number of predefined functions and function blocks for efficient programming User-defined data types and function blocks Programming languages according to IEC 61131-3 Simulation and on-line facilities for test and troubleshooting Extensive on-line Help On-line manuals Easy to use with data entry assistance Remote programming via an Ethernet network or a serial channel Advant Control Builder is a fully integrated Windows application for efficient configuration and programming of the ABB products: Advant Controller 210, Advant Controller 250, and Advant Soft Controller The powerful and easy-to-use software development tool Advant Control Builder Advant ® OCS Open Control System Adva%XLOG ®

Advant Adva%XLOG Open Control System - ABB Ltd · Paper cu t line Paper cut line The Advant Control Builder is a fully integrated Windows application for efficient configuration and

Embed Size (px)

Citation preview

Page 1: Advant Adva%XLOG Open Control System - ABB Ltd · Paper cu t line Paper cut line The Advant Control Builder is a fully integrated Windows application for efficient configuration and

Paper cut line

Paper cut line

The Advant Control Builder is a fully integrated Windows application for efficient configuration and programming of the ABB products: Advant Controller 210, Advant Controller 250, and Advant Soft Controller.

The Advant Control Builder provides different powerful programming languages.

A Project Explorer facilitates navigation through the entire project. Program segments of interest are easily searched and edited. On-line help and context sensitive “easy-to-use assistance” offers help when entering variables, data types, program code, etc.

The program development is performed off-line, and program simulation can be performed without a controller connected.

The Advant Control Builder offers a number of on-line facilities during test, program modification and commissioning. The status of I/O signals, variables, etc. can be inspected on-line.

● Full Windows NT integration● Navigation through Project Explorer● Libraries with a large number of predefined

functions and function blocks for efficient programming

● User-defined data types and function blocks

● Programming languages according to IEC 61131-3

● Simulation and on-line facilities for test and troubleshooting

● Extensive on-line Help● On-line manuals● Easy to use with data entry assistance ● Remote programming via an Ethernet

network or a serial channel

Advant Control Builder is a fully integrated Windows application for efficient configuration and programming of the ABB products: Advant Controller 210, Advant Controller 250, and Advant Soft Controller

The powerful and easy-to-use software development tool

Advant Control Builder

Advant® OCSOpen Control SystemAdva%XLOG�®

Page 2: Advant Adva%XLOG Open Control System - ABB Ltd · Paper cu t line Paper cut line The Advant Control Builder is a fully integrated Windows application for efficient configuration and

Paper cut line

ProjectProject ExplorerThe Project Explorer is a tool for the user to navigate, create and modify a project. Using the explorer, all objects such as data types, functions and function block types can be selected and displayed. The controller software and hardware are configured in the Project Explorer.

Paper cut line

2

The Project Explorer and the Task Overview window.

Application

A project in the Advant Control Builder can handle one application, which is divided into a maximum of three programs (called by default) Fast, Normal and Slow. Program code, function blocks and functions can be placed freely in any of these programs.

Each of the three programs are connected to a task. The interval time and the priority can be set for each task.

Users can create their own data types and function blocks when needed. They can be re-used within the application, increasing user efficiency and application quality.

Hardware ConfigurationAdvant Controller 210, Advant Controller 250 and Advant Soft Controller and their I/O systems are easily configured using the Project Explorer. The types of hardware units and their positions in the control system are defined. Then, all hardware settings, such as filter times and signal ranges are made. Finally the I/O signals are connected to variables in the application.

The hardware icons in the Project Explorer are marked red if any errors are detected, and marked yellow if a channel is forced.

IEC 61131-3 ProgrammingVariables and Data TypesThe Advant Control Builder supports data types like boolean, integers, floating point numbers, strings, time, date, etc. All in accordance with IEC 61131-3.

The basic data types can be combined to new structured data types. Such a data type may contain other structured data types.

Variable identifiers may have a length of 32 characters.

Globally declared variables are available in the entire application. Locally declared variables in a program are available for just that program.

Programming Programming in the Advant Control Builder is performed off-line. Two languages, Structured Text and Instruction List, are available according to IEC 61131-3.

Structured Text Structured Text (ST) is a high level programming language. It is highly structured and has a comprehensive range of constructs for assignments, function/function block calls, expressions, conditional statements, iterations, etc.

It is simple to write advanced, compact but perspicuous ST code, due to its logical and structured layout.

Instruction ListInstruction List (IL) is a well known language where the instructions are listed in a column, with one instruction on each line. It has a structure similar to a simple machine assembler. It will give an “easy to understand” program code.

Program editor The program editor has extensive tools to facilitate programming and debugging. There are, for example, functions such as syntax checking, cut and paste, drag and drop and search and replace.

Several windows may be open at the same time, which gives a good overview of the entire application.

Page 3: Advant Adva%XLOG Open Control System - ABB Ltd · Paper cu t line Paper cut line The Advant Control Builder is a fully integrated Windows application for efficient configuration and

Paper cut line

Paper cut line

The ST editor window

LibrariesThe Advant Control Builder is delivered with a comprehensive set of predefined functions and function blocks. They contain data types, functions and function blocks that can be used in the project.

A System library is always available. It contains all the basic data types and functions, e.g. type conversions, math and time.

The Logic function library contains flip-flop, timer and counter function blocks as specified in IEC 61131-3.

The Communication library includes client function blocks for protocols like MMS, SattBus, COMLI, 3964R and Data Highway Plus.

The Control library includes single PID control and cascade PID control function blocks.

The Alarm library contains function blocks for alarm and event detection, and alarm printouts on a local printer.

CompilationAn extensive check of the program is performed by the system when the compilation is started. Errors are easily identified. A double-click on the error message brings the user to the error location in the program.

The IL editor window

The user program is compiled to machine code and optimized for the specific controller before download.

SimulationThe simulate mode is ideal for off-line testing of the user programs, with no control system connected. All tasks are executed locally in the Advant Control Builder.

An optional Advant Soft Controller, which can run together in the same PC, extends the development, test and training facilities.

On-line FunctionsThe Advant Control Builder contains a set of powerful functions to facilitate on-line testing.

● Status inspectionThe status of I/O signals, variables, etc. can be inspected on-line. Different view modes can be selected.

● Force I/O signals can be selected and forced to a chosen state. Multiple variables can be forced simultaneously.

● OverwriteAll variables can be overwritten as a one-shot and, thereafter, the program takes over again.

● TasksOne-scan executions can be selected in the Task Properties, which facilitates program debugging.Warnings, e.g. a task which is stopped or overloaded, are indicated by a yellow-marked icon in the Project Explorer. Major problems make the icon turn red.

3

Page 4: Advant Adva%XLOG Open Control System - ABB Ltd · Paper cu t line Paper cut line The Advant Control Builder is a fully integrated Windows application for efficient configuration and

Paper cut line

Paper cut line

The Project Explorer, On-line editor and I/O inspection windows. The yellow color indicates a forced output signal.

Serial

PCAdCoBu

Programming via Network

Program ChangesChanges can be made in an application which is running. Program changes are loaded in the controller without stopping it, which means that the variable values will be

S t a n d a r d UGA

40 z6 X 4 8 0 6 0 hline

with vant ntrol ilder

Ethernet network

retained. Most changes can be made without loss of data. There is no limit to size and number of changes.

When connecting to the control system, the program name, time and date are also checked. This is used to avoid unintentional download of a project to a control system.

Backup and RestoreThe Advant Control Builder contains functions for backup and restore of projects on, for instance, floppy discs.

Installation The Advant Control Builder is delivered on aCD-ROM, which also contains system specific manuals. An installation wizard simplifies the installation process.

Programming via Network The programming, including program transmission/receiving and on-line functions, may be performed via a serial link or via an Ethernet network.

4

Page 5: Advant Adva%XLOG Open Control System - ABB Ltd · Paper cu t line Paper cut line The Advant Control Builder is a fully integrated Windows application for efficient configuration and

Paper cut line

6XSSRUWHG�,�2

����$&1 Adapter for remote I/O system using ControlNet

����$3%�� Adapter for S200 remote I/O system using PROFIBUS-DP

����$,2 Adapter for central I/O system

����$11 Adapter for central I/O system

����,%�� 16 digital DC inputs, 24 V DC

����2%�� 16 digital DC outputs, 24 V DC

����2%��3 16 digital short-circuit proof DC outputs, 24 V DC

����2%�(3 8 digital short-circuit proof DC outputs,24 V DC with read-backs

����,%��[2%� 10 digital DC inputs and 6 digital outputs, 24 V DC

����,(� 8 analog inputs; 0–20 mA, 4–20 mA, 0–10 V, ±10 V

����2(� 4 analog inputs; 0–20 mA, 4–20 mA, 0–10 V, ±10 V

����,7� 8 thermocouple inputs

����,5� 8 three-wire RTD inputs

����,5�5 8 four-wire RTD inputs

����,$� 8 digital AC inputs, 120 V AC

����2$� 8 digital AC outputs, 120 V AC

����,0� 8 digital AC inputs, 230 V AC

����20� 8 digital AC outputs, 230 V AC

����2:� 8 digital outputs, 230 V AC/DC with relay normally open

����,)�, 4 analog input signals. The inputs are individually galvanically isolated; 0–5 V DC, ±5 V DC, 0–10 V DC, ±10 V DC, 0–20 mA, 4–20 mA

����2)�, 4 analog output signals. The outputs are individually galvanically isolated; 0–5 V DC, ±5 V DC, 0–10 V DC, ±10 V DC, 0–20 mA, 4–20 mA

����,(�[2(� 4 analog inputs and 2 analog outputs; 0–20 mA, 4–20 mA, 0–10 V, ±10 V

Paper cut line

5

',��� 16 digital DC inputs, 24 V DC

'2��� 16 digital short-circuit proof DC outputs, 24 V DC

';��� 10 digital DC inputs and 6 digital outputs, 24 V DC

$,��� 8 analog inputs; 0–20 mA, 4–20 mA

$2��� 4 analog outputs; 0–20 mA, 4–20 mA

$;��� 4 analog inputs and 2 analog outputs; 0–20 mA, 4–20 mA

&,��� Adapter for S800 remote I/O system using PROFIBUS-DP

$,��� 8 analog inputs, 0–20 mA, 4–20 mA, 0–10 V, 2–10 V

$,��� 4 analog differential inputs; ±20 mA, 0–20 mA, 4–20 mA, ±10 V, 0–10 V, 2–10 V, ±5 V, 0–5 V, 1–5 V,

$,��� 8 analog inputs for temperature with resistive elements; Pt100, Cu10, Ni100, Ni120 and resistor inputs

$,��� 8 analog differential inputs for thermocouple/mV; characteristics B, C, E, J, K, N, R, S and T

$2��� 8 analog outputs; 0–20 mA, 4–20 mA

$2��� 4 analog outputs, ±20 mA, 0–20 mA, 4–20 mA, ±10 V, 0–10 V, 2–10 V

',��� 16 digital inputs, 24 V DC

',��� 16 digital inputs, 48 V DC

',��� 16 digital inputs, 24 V DC with current source

',��� 8 digital inputs, 120 V AC/DC

',��� 8 digital inputs, 230 V AC/DC

'���� 16 digital outputs, 24 V DC, 0.5 A

'���� 16 digital outputs, 24 V DC, 0.5 A with current sink

'���� 8 digital outputs, 230 V AC/DC, 3 A with relay normally open

$&6��� Standard drive

Technical Data

Product name Advant Control Builder version 1.1

SoftwareProgram language Instruction List and Structured Text,

according to IEC 61131-3

Supported controllers

Advant Controller 210Advant Controller 250Advant Soft Controller

Hardware RequirementsComputer Pentium processor-based system

(Pentium 90 MHz or better)Operating system Windows NT operating system

(release 4.0 incl. min. Service Pack 3)

Internal memory 64 Mbyte RAM memoryHard disk Min. 50 Mbyte available (140 Mbyte for

a complete istallation)

Drive CD-ROMCommunication Ethernet or RS232C serial channel for

controller communication.The TCP/IP protocol must be installed, if Advant Control Builder is going to be connected to a Local Area Network (LAN). Alternatively, a COM port can be used for serial communication.

Screen Color or monochrome

Pointing device Mouse or other deviceKeyboard Standard PC keyboard

Page 6: Advant Adva%XLOG Open Control System - ABB Ltd · Paper cu t line Paper cut line The Advant Control Builder is a fully integrated Windows application for efficient configuration and

Paper cut line

$GYDQW�&RQWUROOHU����

30���9� Controller with onboard digital I/O, 10 inputs, 6 outputs, no extra I/O units

30���9�� Controller with onboard digital I/O, 10 inputs, 6 outputs, max. 4 extra I/O units

30���9�� Controller with onboard digital I/O, 10 inputs, 6 outputs, max. 8 extra I/O units

30���9�� Controller with onboard digital I/O, 10 inputs, 6 outputs, max. 16 extra I/O units

&,��� Communication interface for one PROFIBUS-DP channel

6%��� Battery/RTC unit with RAM memory back-up/duration of power failure

$GYDQW�&RQWUROOHU����

30���9�� Controller with 1 Mbyte Ram, SattBus and FPU. Max. 32 I/O units

30���9�� Controller with 2 Mbyte Ram, SattBus and FPU. Max. 64 I/O units

30���9�� Controller with 4 Mbyte Ram, SattBus and FPU. Max. 128 I/O units

30���9�� Controller with 8 Mbyte Ram, SattBus and FPU. Max. 256 I/O units

30���9�� Controller with 4 Mbyte Ram and FPU. Max. 256 I/O units

30���9�� Controller with 8 Mbyte Ram and FPU. Max. 512 I/O units

����360* Master power supply

����366* Slave power supply

����&,��� Communication interface for 2 RS232 serial channels

����&,��� Communication interface for 2 RS485 serial channels

����&,6% Communication interface for 2 SattBus channels

����&,&1 Communication interface for 1 ControlNet channel

����&,( Communication interface for 1 Ethernet channel

����&,3%�'3 Communication interface for 1 PROFIBUS/DP channel

Paper cut line

Specifications subject to change without notice.Printed in Sweden. © 1999 ABB Satt AB.

ABB regional center Europe and AfricaVästerås, SwedenPhone:+46 (0) 21 34 20 00Fax:+46 (0) 21 13 78 45

ABB regional center AmericasRochester, USAPhone:+1 716 292 6131Fax:+1 716 273 7014

in S

wed

en 1

999.

$GYDQW�6RIW�&RQWUROOHU

$GYDQW�6RIW�&RQWUROOHU����

Controller software for Windows NT, max. 2 I/O units

$GYDQW�6RIW�&RQWUROOHU�����

Controller software for Windows NT, max. 16 I/O units

$GYDQW�6RIW�&RQWUROOHU�����

Controller software for Windows NT, max. 32 I/O units

$GYDQW�6RIW�&RQWUROOHU�����

Controller software for Windows NT, max. 64 I/O units

$GYDQW�6RIW�&RQWUROOHU������

Controller software for Windows NT, max. 128 I/O units

$GYDQW�6RIW�&RQWUROOHU������

Controller software for Windows NT, max. 256 I/O units

,6$�&,,2 Communication interface for 2 serial I/O bus channels for connection to central I/O

3&,�&,3%�'3 Communication interface for 1 PROFIBUS-DP channel

6$77%863& Communication interface for SattBus

�����.7 Communication interface for Data Highway Plus

6WDQGDUG�&20�SRUWV

Communication interface for RS232 or RS485

ABB regional center GermanyMunich, GermanyPhone:+49 (0) 89 84000-144Fax:+49 (0) 89 84000-100

ABB regional center Asia PacificKuala Lumpur, MalaysiaPhone:+60 (0) 3 973 2685Fax:+60 (0) 3 973 9685 00

000.

AE

And

erss

on G

rafis

ka A

B. P

rinte

d

493-1128-119909 v. 2-1