A Programming Method for Sequential Control of Industrial Drives
No Thumbnail Available
Journal Title
Journal ISSN
Volume Title
Helsinki University of Technology |
Diplomityö
Checking the digitized thesis and permission for publishing
Instructions for the author
Instructions for the author
Author
Date
2006
Department
Major/Subject
Automaation tietotekniikka
Mcode
AS-116
Degree programme
Language
en
Pages
90 s. + liitt.
Series
Abstract
This paper presents a method for sequential programming aimed at ABB's ACS800 series of industrial drives. Sequential programs, as described here, are characterised by being dividable into discrete steps following each other in a sequence, and are frequent in industrial applications. Since the ACS800 only supports programming using function blocks, creating such programs can be a cumbersome task. The goal of this thesis is to develop a programming method that will utilise existing software features, and extend them to allow convenient building of sequential programs. Within the scope of the thesis, different standard techniques applicable for creating sequential programs and specifying dynamic system behaviour are described. Included in the study are Petri nets, Grafcet (IEC 60848), SFC (IEC 61311-3), PLCOpen Motion Control Profile and UML statecharts. The techniques' suitability for this particular purpose is evaluated. Also proprietary solutions from vendors of electrical drives are assessed in the search for an optimal solution. It is concluded that none of the existing solutions completely fulfils the requirements. Resulting from the work is a new programming method consisting of a graphical programming language and its implementation. The language uses a notation similar to UML statecharts. The implementation consists of a compiler generating intermediate code from the input data and an interpreter executing it. The key features of the method developed are simplicity to learn, use and understand, a high degree of flexibility and a small hardware footprint.Description
Supervisor
Koskinen, Kari O.Thesis advisor
Nousiainen, TeroKeywords
sequential programming, sekventiell programmering, state machines, tillståndsmaskiner, UML statecharts, UML tillståndsdiagram, programming language implementation, implementering av programmeringsspråk