0% found this document useful (0 votes)
10 views16 pages

Vyatkin SoA Web

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
10 views16 pages

Vyatkin SoA Web

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 16

IEEE Transactions on Industrial Informatics, 7(4), 2011, pp.

768-781 1

IEC 61499 as Enabler of Distributed and


Intelligent Automation: State of the Art Review
Valeriy Vyatkin, Senior Member, IEEE

 effort needed to develop and commission automation


Abstract — This review paper discusses the industrial and software. One such example is the use of ISaGRAF IEC
research activities around the IEC 61499 architecture for 61499 implementation to automate an experimental shoe
distributed automation systems. IEC 61499 has been developed manufacturing factory [5, 6] shown in Figure 1. The factory
to enable intelligent automation where the intelligence is was developed to achieve a revolutionary high level of
genuinely decentralized and embedded into software manufacturing flexibility, thanks to which individually
components, which can be freely distributed across networked
tailored shoes could be produced at cost of a mass
devices. With the recent emergence of professionally made
software tools and dozens of hardware platforms, IEC 61499 is
manufactured product.
getting recognition in industry. The paper reviews research
results related to the design of distributed automation systems
with IEC 61499, the supporting tools and the aspects related to
the execution of IEC 61499 on embedded devices. The
promising application areas of IEC 61499 include flexible
material handling systems, in particular airport baggage
handling, flexible reconfigurable manufacturing automation,
intelligent power distribution networks and SmartGrid, as well
as the wide range of embedded networked systems.

Index Terms -- IEC 61499, distributed automation,


distributed embedded networking systems, intelligent
automation systems

I. INTRODUCTION
he term “distributed automation” has been
T
Figure 1. Experimental shoe manufacturing facility at ITIA-CNR
subsequently applied to three generations of automated with IEC 61499.
technology. First, with the emergence of field area New types of material handling devices called “terns”
networks, it has become possible to collect data from were developed for this purpose. The terns form easily
sensors distributed across geographically dispersed areas, configurable lines, called “molecular” for their shape. As
while their processing was done centrally in Programmable seen from Figure 2(a), this new equipment allows the
Logic Controllers (PLCs). Second, there were attempts to accommodation of multiple product paths through the
facilitate integration of PLCs into systems communicating system, where each path corresponds to a particular
via networks, by proposing integration component sequence of operations. The IEC 61499 control program of
architectures, such as Modbus-IDA [1] and PROFInet-CBA the molecular line, presented in Figure 2(b), exhibits a high
[2]. Finally, it comes to the genuinely distributed automation degree of code modularity, and therefore enables reusability
development, where the intelligence is designed from the and re-configurability of the equipment. As seen from
very beginning as decentralized and embedded into software Figure 2(b), the line controller uses six instances of the
components, which can be freely distributed across TernControl function block, each of which is a composite of
networked hardware devices. The design of distributed three controller function blocks, representing constituent
systems, in general, has been identified as a grand challenge parts of the tern: Table, Manipulator and Island. Each of
of computing [3]. The IEC 61499 architecture [4] has been these, in turn, is another composite function block. At the
conceived to facilitate the use of distributed automation lowest level in the hierarchy, basic function blocks are
intelligence, but for some time the standard could not make programmed using the state machines language (called
its way to the industrial practice. Now, with the emergence Execution Control Charts, or ECC) and traditional PLC
of professionally made software tools and dozens of languages, such as Ladder Logic Diagrams.
hardware platforms one can expect stronger industrial The function blocks architecture of IEC 61499 has been
interest to the distributed automation. formally voted and published in 2005. Since then, many
First industrial applications of commercial IEC 61499 useful practices have been earned by researchers worldwide.
compliant tools and platforms confirm its benefits in terms According to some researchers, many expectations seem to
of much improved design performance – i.e. the time and have failed [7] while the others see the situation in a more
positive way [8].

V. Vyatkin is with the Department of Electrical and Computer Engineering,


University of Auckland, Auckland 1142, New Zealand (e-mail:
[email protected]).
IEEE Transactions on Industrial Informatics, 7(4), 2011, pp. 768-781 2

Molecular Line Control


Table Control

State machine

Ladder logic
Resources assigned to HW
Tern Control

a) b)
Figure 2. a) Product flows through the “molecular line”, and b) function block control enabling the flexibility of the “molecular line”.

Taking IEC 61499 as a reference architecture of future It is worth mentioning the difference in attitudes to the
industrial automation information technology (IT), standard by academic and industrial researchers and
researchers have addressed virtually all sides of the IT scope practitioners. Most practitioners take the standard as a
and life cycle: from theoretical formal models to the serious normative document not allowing for any flexibility
business use case scenarios. The corresponding research in interpretation of its provisions. On the other hand, some
publications can be roughly sorted into three following researchers (from the more theoretical end of the spectrum),
categories: easily propose fundamental changes to the nature of the
First of all, the research works focused on various aspects standard, using it rather as the inspiration source for further
of IEC 61499 implementation. The standard proposes an enhancement in automation technology. This often creates
abstract executable model of distributed systems, leaving confusion and difficulty in understanding the applicability of
unanswered many questions related to the methods of its research results to industrial problems. This paper attempts
implementation. These issues needed to be addressed before to help by reviewing the state of the art in IEC 61499 related
compliant systems could be developed, or were addressed research and its impact on the implementation of compliant
during such development efforts. In this survey 20 works tools, devices and applications. It follows the line of several
can be classified as belonging to this group. surveys published recently e.g. [21-23], extending them with
Another large set of research works tried to prove the the fresh research results and discussing the older references
claimed benefits of IEC 61499 as compared to the solutions from those particular perspectives. There are some
currently used in the field, for example, PLC architecture of introductory books on the topic by Lewis [24], Lastra et al.
IEC 61131-3 standard [9], or the general purpose languages [25] and the author [26]. Given the availability of
implemented on industrial personal computers (IPCs) and introductory material on IEC 61499, in this paper no
embedded devices. This class also includes works on comprehensive introduction to this architecture is provided.
migration from other architectures to IEC 61499 and The rest of the paper is structured as follows. In Section II
accounts for 40 works in this survey. the key features of IEC 61499 are presented. Several
Many research works have been trying to introduce concerns on IEC 61499 expressed by researchers and
various trendy ideas from computer science into the practitioners are discussed in Section III. One such concern
industrial automation context using IEC 61499 as a vehicle. related to semantic ambiguities of the IEC 61499 execution
To mention a few, one can cite object-oriented architectures is discussed in more detail in Section IV. In Section V, the
and design patterns [10], in particular UML-based design related developments are presented. Section VI
engineering [11-15], new execution models inspired by reviews the progress related to execution of function block
different formalisms [16, 17], formal verification, semantic applications. Section VII discusses verification and
Web technologies [18], web services, ontologies [19], and validation related research and development efforts. In
automatic program transformations (refactoring) [20]. In Section VIII the first industrial installations are mentioned
most cases, these research works demonstrate the potential and the motivation of early adopters is discussed. The paper
of IEC 61499 to implement those techniques in a much is concluded with a summary, outlook and the list of
more consistent way than any existing IT technology used in references.
industrial automation. About 40 related works are cited in
this survey.
IEEE Transactions on Industrial Informatics, 7(4), 2011, pp. 768-781 3

II. FEATURES OF IEC 61499 D. Encapsulation


A. Function block: process or code module? Another provision for portability is strong data
encapsulation into components which has been widely
The IEC 61499 architecture exploits the familiarity among
recognized in the software community as one of the pillars
control engineers accustomed to a block-diagram way of
of creating safe and re-usable code. It can ensure the
thinking. The main design artefact, function block (FB), has
absence of hidden dependencies between variables of
been extended from the subroutine-like structure in IEC
several FBs. This model also reflects the fundamental
61131-3, to the process–like abstraction used in the theory
property of distributed systems where any data exchange
of distributed computing systems. A process represents an
can be implemented only via explicit message passing.
independent computational activity with its own set of
As indicated in [27], this concept may seem
variables (context) and communication with other processes
inconvenient to many PLC developers who got used to work
via messages. The event interface is well suited to modelling
with shared variables. However, smarter design tools can
of inter-process message-based communication.
make the development process easier. Education effort can
On the other hand, a function block still may represent
be directed towards design patterns and examples showing
just a piece of code executed within another process.
how the typical automation problems are solved using
However, the process-like encapsulation mechanism
function blocks without global variables.
provides the strength to this architecture, enabling arbitrary
re-allocations of components to distributed execution
III. CONCERNS
domains without affecting their functionality.
This duality of the function block language construct With the increasing complexity of information and control
often creates confusion amongst researchers and systems, developers realize the need for distributed design
practitioners. However, one should note that the standard languages and architectures. In this regard, the IEC 61499
provides a certain redundancy of structures and there are architecture would be their first choice. However, there are
many ways to model same application configuration using some barriers preventing the practitioners from using IEC
IEC 61499 artefacts. 61499, the main of which are the lack of: mature
engineering tools, reliable embedded control hardware,
B. Model or implementation? proven design methodologies and trained engineers.
As one could see from the example in Figure 2, the Reference industrial projects could be useful, but, again,
architecture supports unlimited nesting of composite with the increasing requirements to safety and security, it is
function block structures, and combination of several hard to expect that such projects can be implemented with a
diagram types: block-diagrams, state charts, and ladder logic seemingly superior, but still unproven technology like IEC
in the same design. The result of the design is an executable 61499. In the rest of this section we discuss several concerns
specification of a distributed automation system, which expressed by research and industrial community.
includes also models of devices and their network
interconnections. A. Determinism
The downside of this duality of being both model and Implementation of an event-driven activation of function
executable implementation shows itself when it comes to blocks implies the possible need of storing events in queues
portability: a particular executable FB configuration needs of a variable length and loss of events in case the queue
to include platform dependent service interface function capacity is exceeded. Altogether, this may lead to non-
blocks, which hinders the portability. deterministic behaviour of the control device, i.e. different
computation results in exactly same input conditions (for
C. Event-driven execution example, if timing of input signals in one run is a bit
Function blocks of IEC 61499 are event-driven, i.e. they different from another run).
remain idle unless an event is sent to one of their event Attempts to increase the determinism of FB execution
inputs. The main motivation for event-driven execution is include propositions of the synchronous model of execution
portability, i.e. the desire to make the code independent of [28], cyclic model of execution [29, 30], and ISaGRAF
the sequence of FB invocation in the PLC scan loop. The model [31], which is close to the cyclic. These models
event-driven execution is the key mechanism enabling “bend” a bit the fundamental concepts of event-driven
transparent modelling of distributed systems. invocation, implemented in the pure event-driven
After a FB is activated by an input event, it is assumed implementations, such as FBRT [32] and FORTE [33].
that it cannot be re-entered before the previous activation A possible application-level practical solution to achieve
has terminated. the determinism of event-driven applications is to sample
The event mechanism is a nice abstraction, but the external inputs periodically, making them available to the
problem is that it has to be applied uniformly. The standard rest of the application if any change is detected (presented in
does not answer questions related to what to do if events Figure 3). Here one can see a pulse generator B1
arrive too fast one after another. Theoretically, one can (“E_CYCLE”) which emits events periodically (each
restrict the minimum time interval between the events DT=10ms in this case). The events activate the FB B2 which
originated in the process, but it can be different when the samples the inputs from the corresponding hardware
source of events is purely computational, originated in modules interfacing the process. In case of any input value
another function block executed in the same device. In this has changed its value since the previous invocation, this FB
case the runtime environment has to implement either emits the CHG event and activates the B3 function block
storage for events, or explicitly lose some. (CONTROLLER). The latter recalculates the values of
outputs and passes them to B4 which interfaces the
hardware output module.
IEEE Transactions on Industrial Informatics, 7(4), 2011, pp. 768-781 4

powered control devices will exhibit much longer battery


life in case of event-driven activation that leads to shorter
and rarer CPU activity periods.
C. Performance
In a traditional PLC, performance is measured in terms of
reaction time, which is bounded by the doubled scan time.
The reaction time of the IEC 61499 compliant controller is
harder to estimate, as it can vary significantly dependent on
the source of input.
Many complaints on the low performance of IEC 61499
originate in incorrect association with Java technology,
Figure 3. Function block application structure with periodic sampling of which was used in the first IEC 61499 implementations such
inputs. as FBRT environment [32]. In fact, there are many other
While this solution does not seem to be as exciting as (more efficient) implementation techniques as it will be
compared to the pure interrupt-driven input architecture (in discussed later in Sections III.F, VI.
which case the E_CYCLE FB would not be required), in Another group of performance-related concerns originates
fact it preserves the event-driven nature of the application in the wide usage of eXtensible Markup Language (XML) in
(the block B3) and all associated benefits. However, the IEC 61499. XML is used in IEC 61499 as a storage format
behaviour in this case is fully deterministic, provided the for all design artefacts, and even for implementation of
sampling period DT is sufficient to complete the execution device management protocol. The use of XML provides
of B2, B3 and B4. The choice of the sampling period shall numerous benefits, as the representation becomes self-
be based on the “mechatronic capability” of the device [31], explanatory, and standard XML parsing tools can be used to
that can be determined empirically or using Nyquist – check syntax. On the other hand, XML tools are quite
Shannon sampling theorem. On the other hand, to ensure performance hungry and therefore not appropriate for many
determinism, the worst case execution time of the embedded platforms. One solution was presented by Zoitl et
application (FB B3 “Controller” in this example) needs to be al. in [36] who suggested using binary XML. This solution,
predicted in advance. The minimum value of the inputs however, impacts on interoperability, as there are several
sampling period should not be less than the worst case different versions of binary XML, supported by different
execution time of the application. This can be done by user groups.
software tools through static timing analysis as proposed in The precise implementation of the event mechanism of
[34]. IEC 61499 also adds substantial computational overheads.
This solution is different from the PLC scan as the To ensure the correct causality of execution, all events
controller application executes only when a change of any emitted in a function block application need to be
input is detected. The event-driven execution also can help sequentially ordered. A “first in, first out” (FIFO) queue has
in activating only those blocks which are directly dependent been proposed in several implementations, e.g. [37] to store
on that event, unlike the PLC case where all program all events emitted by component function blocks and
modules are executed. This may require less time for dispatch them one by one from the top of the queue as
execution even in the worst case. shown in Figure 4.
Another benefit of this approach is that service interface
function blocks for input modules can be developed using
the usual polling of their values that is easily supported on
most architectures, rather than requiring special hardware
with interrupt-driven input update.
B. Best case, worst case, average case
It has been argued in [35] that there is no need in industrial
automation to use the benefit of event-driven execution to
improve the average or best case reaction time of the control
device, as only the worst case time does really matter.
Although this statement is true in general, there are some
special cases.
First, there are many automation applications without
hard-real time constraints, for example, building Figure 4. Implementation of event passing mechanism using FIFO queue.
management systems, where the control device
accommodates control of many processes. Improvement of It has been shown in [38] that data buffering is required to
the average reaction time in such systems will mean better correctly handle the situations when event flow does not
quality of control and a more cost-effective solution. In such coincide with the data flow. Therefore, a buffer needs to be
systems a control reaction may involve communication associated with each data connection. On an output event
between several nodes which has unpredictably variable (such as FB1.EO2), all associated data are written to the
duration anyways. Thus, in such a networking environment, buffers (for example FB1.DO2 value 3 is written to the
improvement of the local processing time of each node will buffer where it overwrites the previous value 2). On an input
favourably impact the overall system performance. event (e.g. FB2.EI2), all associated input data values are
One more reason for improvement of the best and average read from the buffers into function blocks (including
execution time is power conservation. Many battery
IEEE Transactions on Industrial Informatics, 7(4), 2011, pp. 768-781 5

FB2.DI2 which now receives the value 3). However, the reaction of a program to some erroneous situations that can
queuing of events implies the possibility to lose events in happen in any state. Defining these leads to the ECC
case of queue overflow. One should also note that the data cluttered with many connections to the “Exception” state
buffers will be overwritten with the freshest value, so it may and back (for the recovery).
happen that an event will activate FB with data completely The standard model of dealing with this problem is
different from those which were calculated at the moment exemplified in Harel’s State Charts [39], where hierarchical
when the event was emitted. states are allowed. One can combine all states of the control
The issue of guaranteeing hard-real time constraints of algorithm to such a composite state and describe a single
IEC 61499 applications has been comprehensively “exception transition” for the whole group.
addressed by Zoitl in [37]. Kuo et al. [34] use formal Shaw et al. [40] proposed the use of hierarchical state
modelling to estimate the longest computational path to machines in place of ECC in basic function blocks. This
predict worst case execution time. representation, called HCECC, however, requires non-
compliant syntax thus affecting the portability. HCECC can
be compiled to the standard “flat” ECC, but reverse
D. IP Protection vs. Openness
engineering is not possible. In general, this solution seems to
Many practitioners raise the issue of intellectual property be overkill for solving the exception handling problem only.
protection in IEC 61499 due to the open XML There is no doubt in the usefulness of hierarchical state
representation format. machines as a design artefact, but, in the IEC 61499 context
Solutions of this problem are not different from other a similar effect is achieved using composite function blocks.
programming frameworks. Instead of supplying full source Future software tools could support a “hierarchical state
code of a function block whose content needs to be machine” front-end with dual conversion to/from nested
protected, the vendor can provide a library of blocks composite FB types.
compiled for a particular platform. This can be supplied
along with a “bridged” XML representation containing only F. The “chicken and egg” problem of tools
interface and, possibly, the service sequences describing the The standard has inspired many researchers to create
overall behaviour of the FB without revealing sensitive supporting software tools. The usual implementation tool set
implementation details. Using the “compilation to includes a workbench for editing function block designs and
hardware” technique, discussed later in Section VI, D, one translating them into executable form, and some kind of
can achieve even more protection of intellectual property. run-time environment, that supports the execution of the
An illustration of the service sequences mechanism of executable code.
IEC 61499 is provided in Figure 5. The function block The most developed examples of such research-oriented
IN_EVENT (whose source code is hidden) implements a workbenches are FBDK [32] and 4DIAC-IDE [33]. These
“button” on screen which can be used to interact with FB have been supported with a consistent development effort
applications. The FB implements four operation sequences: until now, with 4DIAC-IDE being an open source project.
normal establishment, normal termination, normal Substantial development effort has been invested to
operation, and operation inhibited. The illustrated “normal CORFU/Archimedes [41] and another open source project
operation” sequence describes the scenario which starts with FBench [42], but at the moment these tools do not seem to
a click or key pressing on the button. After some short be continuously supported. There are a few others, less
delay, the output qualifier is set to 1 and event at the output developed ones, like FBLab [43].
IND is emitted. Runtime environments include FBRT [32], FORTE [33],
FUBER [44] and Cyclic RT [29]. Some of the solutions,
such as synchronous compiler [28], claim not to require any
run-time support as they generate the complete executable
file to be placed to the desired embedded target platform.
These tools have been successfully applied in many
automation projects but mostly in academic and research
labs. However, there is a barrier of using them in industry.
The commercial PLC tools provide a high level of design
and remote debugging support that is hard to compete with.
Achieving this level of maturity, acceptable for industry,
requires years of development and improvements.
Figure 5. Description of function block functionality using service
sequences [26]. First attempts to overcome this barrier are commercial
developments ISaGRAF [45] and NxtStudio [46].
Given the service sequences, one can partially reconstruct ISaGRAF (since 2008, a Rockwell Automation company)
the execution logic of the function block and of the entire combines the support of both standards IEC 61131-3 and
system without knowing sensitive details of the IEC 61499, so it is possible to develop distributed control
implementation. applications together with the use of PLC languages. This
E. Expressive power of design tool supports a very seamless way of code distribution to the
networking devices. The workbench automatically inserts
The use of communicating state machines (ECCs of basic
communication code where it is required, while the user
FBs) for programming distributed systems has been quickly
sees only the global picture of the entire distributed
identified by many researches and practitioners as a very
application.
convenient feature of IEC 61499.
NxtStudio (developed by an Austrian company
However, one necessary part of programming badly
nxtControl) integrates distributed control approach based on
supported in IEC 61499 is exceptions handling, that is the
IEEE Transactions on Industrial Informatics, 7(4), 2011, pp. 768-781 6

IEC 61499 with SCADA1. It is an industrial grade the determinism of the cyclic scan semantics of PLCs. These
engineering environment which supports the design of have been implemented in several run-time environments,
control applications and visualization together in one tool. including ISaGRAF. However in such models the following
This approach has great advantages in productivity and problematic situations can occur:
reuse of both control and visualization components. Several - Several events can arrive to the inputs of the same FB
features of NxtStudio have long been expected from IEC simultaneously;
61499, for example, the debugging and online-monitoring - The syntax of IEC 61499 does not allow to detect the
infrastructure, allowing to remotely debug single FBs as simultaneity of events inside the FB;
well as fully distributed applications. Another feature is the As a result, a FB, written for such models may run
automatic generation of the communication during the differently in other execution environments and vice versa.
distribution process of the application. This greatly reduces We will illustrate the impact of semantic differences on the
the engineering effort when distributed control applications following simple example of a baggage handling system
are designed. (BHS).
With these two powerful tools already on the market, the Example. As illustrated in Figure 6, two conveyors C1 and
developers have sufficient choice in trying out the benefits C2 merge bag flows to conveyor C3. The bag tracking
of IEC 61499. function of this BHS is implemented in a distributed way, so
that one function block is responsible for knowing the bags’
G. High educational threshold
location within its respective conveyor section as shown in
Many practitioners are afraid that IEC 61499 requires a Figure 7,a (more on distributed BHS control in [55] and
steep learning curve. This is partially true, as it introduces a [56]). When a bag leaves the conveyor to the downstream
lot of new concepts compared to PLC technology. On the conveyor, its record is passed to the corresponding
other hand, it is the author’s personal experience that IEC downstream function block.
61499 is very easy to learn and use by the current generation
of students. When young control engineers learn IEC 61499,
many of them get a feeling of some déjà vu of something
very intuitive and familiar they have been looking for but
could not find among the available PLC programming
technologies.

IV. SEMANTICS IMPROVEMENT EFFORT


A. Improvement of the standard
Some semantic ambiguities of the standard were spotted for
the first time during the period of standard’s industrial and
academic evaluation. In [47] it was illustrated that definition
of input event variable lifetime in basic function block can
result in different behaviour of control system. In [48] Figure 6. Sample merging conveyor structure.
different scheduling policies of function blocks in composite
structures were demonstrated. A bag record is implemented using a user defined structured
The standard was voted in 2005, and its final text was data type. For example, to model the bag passage from C1 to
modified based on some of the findings. For example, an C3, the C1 FB will assign the bagRO variable to the value of
early draft of the standard was prescribing to store a copy of the bag record leaving the conveyor. On the event that S1
event input variable value (so called latch) in a basic sensor goes high, C1 will emit event EO, connected to the
function block implementation. Because it was shown in event input EI1 of C3. Having received the event at its EI1
[47] that the latches still can lead to a loss of input events, input, the FB C3 will get activated and will add the bag
they were completely removed from the text. record to its internal data base. Similarly the bag is passed
In subsequent works, e.g. [44, 49-51], the ambiguities of from C2 to C3. The internal logic of the mrg_conv
the IEC 61499 semantics were classified and analysed in function block implements the processing of the arriving
detail, showing possible impact of different interpretations bags in the state machine shown in Figure 7, b. Here the
on the correctness of control applications. Strasser et al. [52] algorithms ADD1 and ADD2 add to the internal database of
and Doukas et al. [53] investigate the semantics of device, this conveyor the ID of the bag arrived from C1 or C2
resource and of a distributed system. In more detail the respectively.
semantics improvement is covered in [54].
As a result of this semantics improvement effort, the
second edition of the standard voted in 2010 included a
number of corrections which eliminated the ambiguities.

B. Execution differences
However, the original semantic ambiguities of the standard
gave rise to a number of execution models such as the cyclic
and synchronous execution models which attempt to
“combine” the event-driven execution of IEC 61499 with

1
Supervisory Control and Automation Development Architecture
IEEE Transactions on Industrial Informatics, 7(4), 2011, pp. 768-781 7

Figure 7. Distributed control of the merging conveyors in IEC 61499 [61] demonstrated the use of UML for addressing a number
function blocks.
of practical issues related to automation systems design with
IEC 61499. An interesting comparison of the IEC 61499
In the “pure” event-driven implementation platforms, such modelling artefacts with state-charts and Petri nets was done
as FORTE, NxtForte and FBRT, in a rare, but possible case by Barji et al. in [62].
of simultaneous detection of bags by sensors S1 and S2, two SysML is a UML derivative for engineering applications
events will appear at the input interface of C3. The function that is getting increasingly popular. In particular, SysML is
block C3 will be invoked twice, and, as a result, no bag well supporting such design phases as requirements
record will be lost. capturing and formalization of specifications. Hirsch et al.
In the cyclic or synchronous semantics both events arrive [63, 64] provide a pathway for linking function block
simultaneously and the C3 block gets activated only once. technology with SysML.
The priority of input event processing will determine which One can summarize the rationale of combining
record will be added to the database and which one will be UML/SysML and IEC 61499 as shown in Figure 9. The
potentially discarded and lost. graph represents developer performance through system
To be able to resolve this situation within mrg_conv FB, engineering steps with both types of technologies.
it is required to detect the situation of simultaneous arrival UML/SysML better support the top-down design and
of events to the FB inputs. It could be done as shown in requirements engineering. However, they are less efficient
Figure 8. Here the transition WAIT -> S12 has condition when it comes to the deployment to distributed embedded
that includes both input events: EI1 and EI2. However, the targets. Also legacy PLC programming (such as ladder
IEC 61499 syntax fundamentally prohibits the use of two logic) is not supported there. As illustrated in Figure
event names in the condition transition. 9Error! Reference source not found., the efficiency of
SysML development is high in the early design stages and
lower in the deployment and maintenance.
On the other hand, the IEC 61499 distributed architecture,
copes well with the problems of code generation,
deployment and reconfiguration, but offers less support at
the initial design steps. Their combination intends to bring
best of both worlds as it is conceptually illustrated in Error!
Reference source not found.. One should note that
quantification of software methodologies impact is a very
hard to achieve.
Figure 8. “Impossible ECC” which could detect the simultaneity
of input events.

V. DESIGN
The natural expectation from the system-level architecture
like IEC 61499 is that it improves considerably the designer
performance, which is expected to result from increasing the
level of design, i.e. using design artefacts of higher
abstraction level.
A. Redefining model-driven design
Model-driven engineering is the major trend in software
engineering. For example, UML technologies and tools are
widely used in all sectors of industry to support the design
of complex software systems. Matlab/Simulink is used in Figure 9. Desired properties of the UML/SysML + IEC 61499 combination.
embedded systems design for the same purpose.
The function blocks architecture of IEC 61499 is clearly However, there is one more reason to call the design in
following these trends, providing the developer a mix of the IEC 61499 framework model-driven. Christensen has
models that include distributed system model composed of proposed in [10] a number of design patterns, among which
devices, device model composed of independent resources, the adaptation of Model-View-Control to IEC 61499 and
application model as a block diagram composed of function industrial automation. In this context the Model is
block instances, basic function block model specified as a understood as a precise behavioural model of the plant. An
state machine, and algorithm model that can be specified in example of MVC use can be found in [65], Ch. 13-16. The
any programming language, including those of PLC world. concept of Automation Object (AO) [18, 66, 67] is an
An early survey of related modelling techniques can be attempt to generalize the FB concept to represent a machine
found in [57]. Bonfé and Fantuzzi [58] and Thramboulidis or a mechatronic part thereof. The Intelligent Mechatronic
[12] have introduced the use of UML in automation and in Component (IMC) [68] concept is an AO implemented
particular in IEC 61499 context. The latter work proposed using the MVC pattern, thus enabling simulation and
generation of function blocks from UML diagrams, while visualization along with deployment of controls.
Dubinin proposed the UML-FB architecture with both ways
B. NxtControl concept of CAT
of generation of UML diagrams from function block designs
and vice versa in [59]. In [60] Thramboulidis proposed IEC The MVC design pattern has motivated NxtControl to
61499-based concept of model-integrated mechatronic invent the composite automation type (CAT) concept.
architecture for automation systems design. Panjaitan in
IEEE Transactions on Industrial Informatics, 7(4), 2011, pp. 768-781 8

As illustrated in Figure 10, a CAT is a function block that In addition to the migration research, the work [75]
combines functions of machines or their parts, with their discusses harmonization of IEC 61499 and IEC 61131-3 – in
simulation and visualization. Here the “Pick and place” terms of execution semantics and data types, aiming at
manipulator is built of two identical pneumatic cylinders, seamless use of PLC languages inside IEC 61499 function
each represented by a CAT in the FB application. blocks.
D. Integration with domain specific standards
The strong benefit of the system level design language like
IEC 61499 is its capability to implement provisions of
domain specific design practices standardized in a plethora
of international standards. According to [76], the open
nature of IEC 61499 can help to create an open knowledge
economy in industrial automation. There are numerous
examples of ongoing research works proving this
assumption.
In the process automation domain, Peltola et al. [77] and
Dimitrova et al. in [78] explored the concept of integration
with ISA88 standard. Lepuschitz and Zoitl [79] consider
integration with the IEC 61512 standard, providing models
and terminology for batch control.
Pang [80] explored application of CAEX and IEC 62424
for using physical layout of automation systems for
automatic code generation.
Higgins et al. in [81] proposed a way to combine IEC
61850 standard from power distribution automation domain
with function blocks of IEC 61499. As demonstrated in
Figure 10. The concept of composite automation type in NxtStudio is based subsequent works, this solution can help achieving many of
on the MVC architecture. SmartGrid functions.
Once the application is assembled from instances of such Hagge and Wagner [82] studied implementation of
CATs, NxtStudio can automatically deploy the control parts OMAC state machines defining standard controller modes in
of all CATs to the designated embedded targets, while the manufacturing applications.
View parts will be sent to the device displaying SCADA Colla et al. [83] report on domain-specific modelling in
screens. In the figure, a CAT of a pneumatic cylinder is the shoe manufacturing sector.
exemplified. The CAT also includes the (behaviour) model E. Flexibility, reconfigurability and agent-based-design
of cylinder’s dynamics. Once executed, the application built
of these CATs immediately delivers a complete interactive Increasing of flexibility and re-configurability of industrial
simulation model of the manipulator. systems has been one of the major drivers of IEC 61499.
The CAT concept has proven its benefits in a number of Many motivations have been derived from the Holonic
industrial projects, where NxtControl tools were used, for manufacturing systems international program [84]
example in building management systems automation. promoting multi-agent control.
It has been discovered by researchers that requirements to
C. Migration from PLCs to IEC 61499 flexibility of manufacturing systems often can be
The huge legacy of industrial automation raises the issue of implemented by reconfiguration of automation hardware
software migration from the existing PLC platforms to IEC and software. Correspondingly, several works address
61499. The practitioners, for example, Woll [69], are various aspects of such reconfiguration using IEC 61499
concerned with the prospect of complete paradigm change and addressing problems “under the hood” of the compliant
in automation software design and want to secure their programmable controllers. One of the first works in this
investments in automation hardware and software. direction was by Fletcher and Norrie [85], followed by a
Therefore, investing into the migration pathways becomes number of works from Technical University of Vienna, in
crucial for the industrial uptake of IEC 61499. particular addressing provisions of IEC 61499 architecture
The migration case studies were presented by Hussain by Strasser et al. [86], real-time implementations by Zoitl et
[70] and Gerber [71] with some recommendations for al. [87] and on down-timeless evolution by Rooker et al.
manual migration provided. Wenger [72] presents an [88].
attempt of converting the entire PLC application to an Another group of works focuses on end-user aspects of
equivalent IEC 61499 one. The result of this approach may manufacturing facility re-configuration with IEC 61499.
run correctly , but would not be very usable in the entire These include, for example, works on agent-based
project’s life cycle due to poor structure and readability of reconfiguration by Brennan et al [89], intelligent ontology-
the generated code. based infrastructure supporting reconfiguration by Alsafi
Dai in [73] presents an example of domain-specific and Vyatkin [90], reconfiguration protocol by Khalgui and
migration related to baggage handling systems (BHS). Here Hanisch [91], CNC reconfiguration by Huang [92] and even
the emphasis is made on generating well designed modular intelligent energy supply environment for flexible
code which can be directly identified with the equipment it manufacturing by Budhia et al. [93].
controls. Shaw [74] also investigates migration of the PLC A number of laboratory and pilot industrial installations
based BHS automation software to IEC 61499 with explored the combination of IEC 61499 distributed
subsequent compilation to C. architecture with multi-agent control. The fully distributed
IEEE Transactions on Industrial Informatics, 7(4), 2011, pp. 768-781 9

approach to baggage handling systems automation was B. On standard PLCs


developed by Black in [55]. Lepuschitz et al. [94] proposes Ferrarini et al. [100] reported on the possibility to generate
a hierarchical multi-agent architecture based on IEC 61499 code for SIEMENS PLCs which can be further maintained
which enable elements of self-configuration in with proprietary PLC tools. The approach is limited as it
manufacturing systems, and Hegny [95] investigates the use does not support the full set of IEC 61499 artefacts.
of IEC 61499 to implement multi-agent control in material Shaw et al. [74] demonstrated that FB code can be
handling systems. Huang [96] discusses the architectural executed on an Allen-Bradley controller programmable in
solutions for joining IEC 61499 lower-level agents into ladder logic.
upper multi agent manufacturing platform.
Despite the number of works in this direction, still there C. In specific proprietary environments
are many open questions on the link between IEC 61499 and Polakow [101] presented LabView based execution of IEC
the agent-based automation. In particular, the mechanisms 61499. The LabView tool chain can take care of further
of creating dynamic emergent structures in IEC 61499 need code deployment to CompactRio embedded controllers.
to be better addressed. Obviously, such implementations can only partially fulfil
On the other hand, the model of IEC 61499 can be the compliance requirements of IEC 61499, but allow one to
understood as a snapshot of distributed system software take advantage of the available and proven hardware and
state at any moment of time. Evolutions between such states software platforms.
can be implemented on top of the IEC 61499 architecture, or
D. Direct hardware synthesis
even by its own means.
Sullivan et al. [102] investigated implementation of IEC
VI. EXECUTION 61499 which leads to hardware synthesis in the form of a
system on chip. The tool chain translates XML descriptions
By definition, IEC 61499 is executable specification of
of function blocks and structures built thereof in VHDL,
distributed automation systems. Naturally, to enjoy the from which hardware is directly synthesizable. Possible
benefits of being directly executable (as opposed to more
benefits of this solution are as follows.
abstract design languages), one needs a tool chain which
One can imagine the top-down design process for a
generates executable machine code from the IEC 61499
distributed automation system, where for some devices a
design artefacts. The tool chain needs to include the
system on chip will be synthesized instead of deploying
following component software tools: code to an existing microprocessor-based platform.
- Compiler from the source FB format to an intermediate
code executed with a virtual machine, or directly to E. Performance and scalability
machine code; Chouinard et al. [35] report on implementation of a
- Run-time environment – usually a set of libraries of distributed system of 70 controllers demonstrating hard real-
function blocks implementing service functions akin to time operation when communicating over Ethernet.
device drivers, responsible for scheduling of FB Yan [56] presented a baggage handling system
invocation, data and control flow and interfacing the implementation with a few hundreds of composite function
peripherals; blocks deployed across 50 controller nodes communicating
- Support of device management protocol – the function via Ethernet. Each function block was containing an
implementing the load of FB application to a device, intelligent controller of one conveyor section, which can
creation of new FB instances, or their modification. achieve the BHS functions collaboratively, without any
The following hardware implementation platforms deserve central supervisor. The measurements show less 0.1% load
mentioning: of the network used, which confirms the feasibility of fully
A. On embedded controllers and PCs distributed approach to control design.
The first attempts to execute IEC 6199 on commercially F. Networking
available hardware platforms date back to 2001-2002. A very important part of distributed systems design is
Netmaster was a popular Java enabled controller used in related to network communications. By definition, IEC
several research labs, e.g. as reported in [97]. FBRT was 61499 is compatible with any communication protocol,
used as software run-time environment. which is achieved by libraries of the corresponding
Lastra et al. [30, 98] presented a run-time environment communication interface function blocks (CIFB). There are
that executes IEC 61499 systems on the Java enabled two abstract communication patterns suggested in the
controller of Nematron. The execution model can be standard already: CLIENT – SERVER and PUBLISH-
classified as the cyclic, and the source code is compatible SUBSCRIBE, which can be implemented by means of a
with FBDK format. The wide range of Nematron I/O particular protocol. For example, the first reference
modules is supported by libraries of service interface implementations were providing communication FBs based
function blocks. on the TCP/IP protocol stack.
The 4DIAC-IDE workbench and FORTE runtime In [103] Weehuizen et al. discuss the details of an
environment have been successfully used to deploy code to implementation of the CIP protocol interface FBs.
a number of embedded devices, e.g. Digi and PC/104 NxtControl has implemented various CIFB libraries to
embedded controller [99]. support communication over popular fieldbuses, such as
Recently, execution of IEC 61499 has been demonstrated EtherCAT and Profibus.
on a range of commercially available platforms, for example A comprehensive insight into the networking side of the
from Beckhoff, WAGO, SIEMENS and Advantech with IEC 61499 applications is presented in [104], in particular
commercial tools by ISaGRAF and NxtControl. discussing CIP and MODBUS protocols implemented in
IEC 61499 framework.
IEEE Transactions on Industrial Informatics, 7(4), 2011, pp. 768-781 10

Work on integration of IEC 61499 with CAN in NxtControl [46] reports on a number of commissioned
Automation protocol has started in 2011 and is in progress building management systems where distributed control and
[105]. visualization of the entire building was implemented using
IEC 61499. The largest project has been a training center
VII. VERIFICATION AND VALIDATION building with 19 control devices controlling about 2500 I/Os
Verification and validation of automation software is a (heating, ventilation, air-condition, lighting, etc.) with IEC
challenging task in general, but it is especially hard for 61499.
distributed systems and event-driven function blocks. Experience of system integrators has fully proven the
The MVC architecture and its derivatives have been design benefits of IEC 61499 compared to other automation
helpful in bringing together simulation and control design technologies. In addition to the earlier mentioned shoe
with IEC 61499. Yang [106] investigated the ways to use manufacturing line at ITIA-CNR, Colla et al. [115]
MATLAB/Simulink models together with controls written investigated the application and implementation
in IEC 61499. The use of such co-simulation environment methodologies of IEC 61499 as enabler of flexibility in that
has been reported in [107] for modelling distributed sector.
intelligent control of SmartGrid. There are close to one million of ISaGRAF compatible
Formal methods of verification have been seen by many controllers deployed worldwide most of which have the
researchers as an efficient alternative to manual debugging IEC61499 capability (from version 5). Very few of the
and simulation based verification. The idea of formal current ISaGRAF users are aware of this fact, though, which
verification is to prove rigorously (with the help of software constitutes great opportunity to improve their design
tools) that certain properties hold in the execution of a performance without extra investment.
control system. The survey [108] presents the landscape of Investigations on the use of IEC 61499 in the process
works on formal modelling and verification of IEC 61499 in control area are presented in [77, 79, 116].
the past decade. There have been attempts to use IEC 61499 as a system
New works include [109] by Čengić et al., who presented level design and implementation architecture in the pure
an attempt to model various execution models of IEC embedded control domains. For example, Insauralde [117]
61499. Khalgui et al. [91] use IEC 61499 as a platform for presented a case study in the area of avionics.
multi-agent control and formal verification. Allen [110] The vendors of the IEC 61499 technology are rapidly
uses IEC 61499 to achieve flexibility of manufacturing moving to various manufacturing sectors. Thus, NxtControl
control and explores its robustness by means of formal has demonstrated in 2010 the Delta robot prototype (Figure
verification. 11) fully controlled with the IEC 61499 technology using
The work [68] develops the concept of Intelligent distributed control hardware of Siemens, Beckhoff and
Mechatronic Components to enable systematic design of Wago, communication via Ethernet and EtherCAT and
formal models used in the process of formal verification and including servo motion control. This solution proves
paves the way to integration of simulation and formal applicability of IEC 61499 for control of high speed
verification. manufacturing machinery.
One hard problem for formal verification is modelling Ttime-synchronisation technology, based on the IEEE
data-rich computations. Pang [111] and Gerber [112] 1588 standard can be very helpful in advancing distributed
demonstrate the methods of extending the traditional control to this sector and the first solutions have been
discrete state formal languages with ability to model demonstrated in [118].
computations over data. This allows automatic model
generation from arbitrary function block programs.
Suender et al. demonstrate in [113] the use of formal
modelling and verification of IEC 61499 compliant devices
to prove properties of reconfiguration, when a function
block program is modified “on the fly” while it is
performing control of the plant. That work is notable for
proposing a framework for modelling not only a controller
program but multiple layers of embedded device, including
hardware, operating system, runtime and application. On top
of that, reconfiguration scenarios are applied.
The recent progress of formal verification research gives
hope to see tools of commercial strength in the near future.

VIII. PROVING BENEFITS: CASE STUDIES AND INDUSTRIAL


ADOPTION

A. Industrial installations
The first industrial deployment of IEC 61499 compliant
device was reported by Tait in [114] in 2005 at the meat
processing plant at Rangitikei, New Zealand. The device Figure 11. Delta robot demonstrating fitness of the NxtControl’s
was developed by TCS-NZ and based on ARM CPU, implementation of IEC 61499 to control manufacturing machinery.
running Java based FBRT run-time environment. Since then, B. Motivations for adoption
a number of pilot and commercial installations have been
The sectors where IEC 61499 have been applied include
completed using IEC 61499 and the interest is growing.
building management systems, process control, assembly,
IEEE Transactions on Industrial Informatics, 7(4), 2011, pp. 768-781 11

food processing and material handling. The main standard which has the recognition of past practices.
motivations for the IEC 61499 adoption currently spotted in However, the extensive research effort in the past decade
industrial projects are as follows: produced a very solid collection of results to be taken and
 Some system integrators have developed new in-house used by industry. Now first results can be observed in the
hardware platforms for distributed automation and are market.
looking for appropriate software. IEC 61499 is the only With the first commercial compliant tools and devices,
option if the applications are genuinely distributed, users can already enjoy the numerous “design time benefits”
therefore, portable IEC 61131-3 solutions are not of the IEC 61499 tool chains for system-level design and
sufficient. implementation of automation systems. Other benefits of
 Many system integrators have found standard PLCs IEC 61499, such as portability and interoperability have not
overpriced as compared to industrial PC and embedded been the major concern of the vendors yet. However, these
controllers. Therefore, the existing commercial tools features are “embedded” and hopefully will be recognized in
combined with off-the shelf available hardware create a a short time span.
feasible alternative to the use of PLCs in many sectors of The wider adoption of IEC61499 will help the industry to
applications. However, there are sectors of automation, benefit from the promise of holonic and intelligent
where the use of PLCs is de-facto standard, automation research results, providing the platform for
recommended to end users by the engineering deploying distributed applications with dozens, or even
consultancies. The situation is rapidly changing, thousands of communicating autonomous control nodes.
however, with the arrival of new generation of industrial The very promising development related to IEC 61499 is
PCs or PACs (programmable Automation Controllers) integration with domain specific design standards, such as
which in many respects are as good as PLCs (e.g. in IEC 61850 and IEC 62424, which may lead to integrated
terms of supported I/O and communication interfaces design methodologies where the control system can be
and reliability), the same time having higher automatically generated from the design documentation of
performance, lower costs and ability to be programmed other physical system parts.
with the new generation software technology. Last but not least, the IEC 61499 standard has
substantially contributed to the knowledge of distributed
C. Compliance: how strict it should be? systems design in the industrial automation domain by
The IEC 61499 standard combines several technologies, providing the adequate notation and architecture that is
targeting portability, configurability and interoperability of complementary to the PLC programming architecture of
automation systems (see [26] for more detailed discussion). IEC 61131-3.
The first industrial implementations have already shown that
industry is not ready to follow all these provisions X. BIOGRAPHY
simultaneously. Driven by market reasons, implementers
select priorities in addressing different target features of the Valeriy Vyatkin (SM’04) is Associate Professor
IEC 61499 technology. Thus, ISaGRAF has been more and Director of the InfoMechatronics and
concerned in extending the system-level engineering Industrial Automation lab (MITRA) at the
Department of Electrical and Computer
capabilities of their tool chain, rather than achieving lower Engineering, The University of Auckland, New
level code portability through the use of XML as program Zealand. He graduated with the Engineer degree in
representation. Therefore, this tool chain has phenomenal applied mathematics in 1988 from Taganrog State
capabilities in distributed deployment of large complex University of Radio Engineering (TSURE),
Taganrog, Russia. Later he received the Ph.D.
applications, but syntax and representation are proprietary (1992) and Dr Sci degree (1998) from the same
and not compatible with other IEC 61499 tools at this stage. university, and the Dr Eng. Degree from the Nagoya Institute of
Compatibility with the legacy IEC 61131-3 run-time Technology, Nagoya, Japan, in 1999. His previous faculty positions were
environment influenced ISaGRAF’s decision to use the with Martin Luther University of Halle-Wittenberg in Germany (Senior
researcher and lecturer, 1999–2004), and with TSURE (Senior Lecturer,
cyclic execution model, which differs from the execution Professor, 1991–2002).
model prescribed in the standard. However, one should note His research interests are in the area of dependable distributed automation
that these incompatibilities can be overcome in the future by and industrial informatics, including software engineering for industrial
developing software tools for automatic conversion. automation systems, distributed architectures and multi-agent systems
applied in various industry sectors: SmartGrid, material handling, building
On the other hand, NxtControl is more diligently management systems, reconfigurable manufacturing, etc. Dr Vyatkin is also
following the syntax and representation prescriptions, but active in research on dependability provisions for industrial automation
also had to extend these to implement a more powerful and systems, such as methods of formal verification and validation, and
user friendly visual editor and the CAT concept, combining theoretical algorithms for improving their performance.
control and visualization in one function block.
IEC61499 includes the mechanism to handle and XI. REFERENCES
implement extensions, called compliance profiles [119]. By [1] J. Camerini, A. Chauvet, and M. Brill, "Interface
publishing such a profile, a vendor will explain the standard for distributed automation: IDA," in Emerging
extensions introduced in a particular implementation. This Technologies and Factory Automation, 2001.
mechanism helps in establishing self-management of the Proceedings. 2001 8th IEEE International
standard and related development activities. There are Conference on, 2001, pp. 515-518 vol.2.
already a number of profiles published [120-122]. [2] K. Trkaj, "Users introduce component based
automation solutions," Computing & Control
IX. CONCLUSIONS Engineering Journal, vol. 15, pp. 32-37, 2004.
The uptake of IEC 61499 has been rather long due to the
fact this technology is new unlike the previous IEC 61131-3
IEEE Transactions on Industrial Informatics, 7(4), 2011, pp. 768-781 12

[3] T. Hoare and Milner, "Grand challenges for Systems," in IEEE International Conference on
computing research," The Computer Journal, vol. Industrial Informatics, 2006, pp. 874-879.
48, p. 49, 2005. [18] O. J. Lopez Orozco and J. L. M. Lastra, "Adding
[4] IEC61499-1, "Function Blocks - Part 1 function blocks of IEC 61499 semantic description
Architecture," International Electrotechnical to automation objects," IEEE Conference on
Commission, Geneva, International standard2005. Emerging Technologies & Factory Automation, pp.
[5] A. Brusaferri, A. Ballarino, and E. Carpanzano, 809-816, 2006.
"Reconfigurable Knowledge-based Control [19] Y. Al-Safi and V. Vyatkin, "An Ontology-based
Solutions for Responsive Manufacturing Systems," Reconfiguration Agent for Intelligent Mechatronic
Studies in Informatics and Control (SIC), vol. 20, Systems," in 4th International Conference on
pp. 31-42., 2011. Holonic and Multi-agent systems in
[6] E. Carpanzano and F. Jovane, "Advanced Manufacturing, Regensburg, Germany, 2007.
Automation Solutions for Future Adaptive [20] V. Vyatkin and V. Dubinin, "Refactoring of
Factories," Annals of the CIRP, pp. 435-438, 2007. Execution Control Charts in Basic Function Blocks
[7] K. Thramboulidis, "IEC 61499 Function Block of the IEC 61499 Standard," IEEE Transactions on
Model: Facts and Fallacies," IEEE Industrial Industrial Informatics, vol. 6, pp. 155-165, May
Electronics Magazine, vol. 3, pp. 7-23, Dec 2009. 2010.
[8] A. Zoitl and V. Vyatkin, "IEC 61499 Architecture [21] K. H. Hall, R. J. Staron, and A. Zoitl, "Challenges
for Distributed Automation: The "Glass Half Full'' to Industry Adoption of the IEC 61499 Standard on
View," IEEE Industrial Electronics Magazine, vol. Event-based Function Blocks," in Industrial
3, pp. 7-22, Dec 2009. Informatics, 2007 5th IEEE International
[9] International Electrotechnical Commission, Conference on, 2007, pp. 823-828.
Programmable Controller - Part 3: Programming [22] K. Thramboulidis, "IEC 61499 in Factory
Languages, IEC 61131-3 Standard. Geneva: Automation," in IEEE International Conference on
International Electrotechnical Commission, 1993. Industrial Electronics, Technology and Automation
[10] J. H. Christensen, "Design patterns for systems (CISSE-IETA'05), Bridgeport, USA, 2005.
engineering with IEC 61499," in Verteilte [23] A. Zoitl, T. Strasser, K. Hall, R. Staron, C. Sunder,
Automatisierung - Modelle und Methoden für and B. Favre-Bulle, "The past, present, and future
Entwurf, Verifikation, Engineering und of IEC 61499," in Holonic and Multi-Agent
Instrumentierung, Magdeburg, Germany, 2000. Systems for Manufacturing, Proceedings. vol.
[11] W. Zhang, W. A. Halang, and C. Diedrich, 4659, ed, 2007, pp. 1-14.
"Specification of Function Block Applications with [24] R. W. Lewis, Modelling control systems using IEC
UML," in Robotics and Automation, Proceedings 61499: Applying function blocks to distributed
of the IEEE International Conference on, 2005, pp. systems: Iet, 2001.
4002-4007. [25] J. L. M. Lastra, A. Lobov, L. Godinho, and A.
[12] K. C. Thramboulidis, "Using UML in control and Nunes, Function Blocks for Industrial-Process
automation: a model driven approach," in Measurement and Control Systems: IEC-61499
Industrial Informatics, 2nd IEEE International Introduction and Run-time Platforms: Tampere
Conference on, 2004, pp. 587-593. University of Technology, 2004.
[13] S. Panjaitan and G. Frey, "Combination of UML [26] V. Vyatkin, IEC 61499 function blocks for
Modeling and the IEC 61499 Function Block embedded and distributed control systems design:
Concept for the Development of Distributed Instrumentation Society of America, 2007.
Automation Systems," in 11th IEEE Conference on [27] W. Dai and V. Vyatkin, "Efficient Data Handling
Emerging Technologies and Factory Automation Model in IEC 61499 Function Block Approach,"
(ETFA 2006), 2006, pp. 766-773. presented at the 8th International IEEE Conference
[14] T. Hussain and G. Frey, "UML-based Development on Industrial Informatics, (INDIN’10), Osaka,
Process for IEC 61499 with Automatic Test-case Japan, 2010.
Generation," in Emerging Technologies and [28] L. H. Yoong, P. S. Roop, V. Vyatkin, and Z.
Factory Automation, 2006. ETFA '06. IEEE Salcic, "A Synchronous Approach for IEC 61499
Conference on, 2006, pp. 1277-1284. Function Block Implementation," IEEE
[15] V. Dubinin and V. Vyatkin, "UML-FB a Language Transactions on Computers, pp. 1599-1614, 2009.
for Modeling and Implementation of Industrial- [29] P. Tata and V. Vyatkin, "Proposing a novel
Process Measurement and Control Systems on the IEC61499 Runtime Framework implementing the
Basis of IEC 61499 Standard," in 6th International Cyclic Execution Semantics," in 7th IEEE
Conference on New Information Technology and International Conference on Industrial Informatics,
Systems (NITiS' 04), Penza, Russia, 2004, pp. 77- 2009, pp. 416-421.
83. [30] J. L. M. Lastra, A. Lobov, and L. Godinho, "Closed
[16] N. Hagge and B. Wagner, "Applying the handler- loop control using an IEC 61499 application
based execution model to IEC 61499 basic and generator for scan-based controllers," in 10th IEEE
composite function blocks," in 4th IEEE International Conference on Emerging
International Conference on Industrial Informatics Technologies and Factory Automation (ETFA'05),
(INDIN'06), Singapore, 2006, pp. 18-24. 2005, pp. 323-330.
[17] V. Vyatkin, "Execution Semantic of Function [31] V. Vyatkin and J. Chouinard, "On Comparisons of
Blocks based on the Model of Net Condition/Event the ISaGRAF implementation of IEC 61499 with
IEEE Transactions on Industrial Informatics, 7(4), 2011, pp. 768-781 13

FBDK and other implementations," in 6th IEEE control applications on example of IEC1499
International Conference on Industrial Informatics, function blocks," in Verteilte Automatisierung
2008, pp. 264-269. (Distributed Automation), Magdeburg, Germany,
[32] Holobloc Inc. (2008). Function Block Development 2000.
Kit (FBDK). Available: http://www.holobloc.org/ [48] L. Ferrarini and C. Veber, "Implementation
[33] 4DIAC. (2010). Framework for Distributed approaches for the execution modle of IEC 61499
Industrial Automation (4DIAC) Available: applications," in 2nd IEEE International
http://www.fordiac.org Conference on Industrial Informatics (INDIN'04),
[34] M. Kuo, L. H. Yoong, S. Andalam, and P. S. Roop, Berlin, Germany, 2004, pp. 612-617.
"Determining the worst-case reaction time of IEC [49] V. Vyatkin and V. Dubinin, "Sequential axiomatic
61499 function blocks," in 8th IEEE International model for execution of basic function blocks in
Conference on Industrial Informatics (INDIN'10), IEC61499," 5th IEEE International Conference on
2010, pp. 1104-1109. Industrial Informatics, pp. 1183-1188, 2007.
[35] J. Chouinard, J. Lavallée, J.-F. Laliberté, N. [50] V. Vyatkin, V. Dubinin, C. Veber, and L. Ferrarini,
Landreaud, K. Thramboulidis, P. Bettez-Poirier, F. "Alternatives for execution semantics of
Desy, F. Darveau, N. Gendron, and C.-D. Trang, IEC61499," 5th IEEE International Conference on
"An IEC 61499 configuration with 70 controllers; Industrial Informatics, pp. 1151-1156, 2007.
challenges, benefits and a discussion on technical [51] C. Sunder, A. Zoitl, J. H. Christensen, V. Vyatkin,
decisions," in IEEE Conference on Emerging R. W. Brennan, A. Valentini, L. Ferrarini, T.
Technologies and Factory Automation, Patras, Strasser, J. L. Martinez-Lastra, and F. Auinger,
Greece, 2007. "Usability and Interoperability of IEC 61499 based
[36] A. Zoitl, I. Hegny, and A. Schimmel, "Utilizing distributed automation systems," in IEEE
Binary XML Representations for Improving the International Conference on Industrial Informatics,
Performance of the IEC 61499 Configuration 2006, pp. 31-37.
Interface," 7th IEEE International Conference on [52] T. Strasser, A. Zoitl, J. H. Christensen, and C.
Industrial Informatics (INDIN'09), pp. 66-71, 2009. Sunder, "Design and Execution Issues in IEC
[37] A. Zoitl, Real-Time Execution for IEC 61499: ISA, 61499 Distributed Automation and Control
2009. Systems," IEEE Transactions on Systems Man and
[38] V. Dubinin and V. Vyatkin, "Towards a Formal Cybernetics, Part C-Applications and Reviews, vol.
Semantic Model of IEC 61499 Function Blocks," 41, pp. 41-51, Jan 2011.
in IEEE International Conference on Industrial [53] G. Doukas and K. Thramboulidis, "Implementation
Informatics, 2006, pp. 6-11. Model Alternatives for IEC 61499 Function Block
[39] D. Harel, "Statecharts: A visual formalism for Networks," in 6th IEEE International Conference
complex systems," Science of Computer on Industrial Informatics, 2008, pp. 270-275.
Programming, vol. 8, pp. 231-274, 1987. [54] V. Vyatkin, "The IEC 61499 Standard and Its
[40] G. D. Shaw, P. S. Roop, and Z. Salcic, "A Semantics," IEEE Industrial Electronics Magazine,
hierarchical and concurrent approach for IEC vol. 3, pp. 40-48, Dec 2009.
61499 function blocks," in Emerging Technologies [55] G. Black and V. Vyatkin, "Intelligent Component-
& Factory Automation, IEEE Conference on, Based Automation of Baggage Handling Systems
2009, pp. 1-8. With IEC 61499," IEEE Transactions on
[41] K. Thramboulidis, "Development of Distributed Automation Science and Engineering, vol. 7, pp.
Industrial Control Applications: The CORFU 337-351, Apr 2010.
Framework," in 4th IEEE International Workshop [56] J. Yan and Vyatkin V., "Distributed Execution and
on Factory Communication Systems, Sweden, Cyber-Physical Design of Baggage Handling
2002. Automation with IEC 61499," in 9th International
[42] FBench. (2008, 10/11/2008). Open Source IEEE Conference on Industrial Informatics
Function Block Engineering Tool. Available: (INDIN’11), Lisbon, Portugal, 2011.
http://oooneida-fbench.sourceforge.net/ [57] G. Frey and T. Hussain, "Modeling techniques for
[43] A. A. Jamshidifar, A. Afshar, and A. Salari, distributed control systems based on the IEC 61499
"FBLab, an IEC61499 based software tool for standard - current approaches and open problems,"
modeling of distributed control systems," IEEE in Discrete Event Systems, 8th International
Conference on Control Applications, pp. 1345- Workshop on, 2006, pp. 176-181.
1349, 2003. [58] M. Bonfe and C. Fantuzzi, "Design and verification
[44] G. Čengić, O. Ljungkrant, and K. Akesson, of mechatronic object-oriented models for
"Formal modeling of function block applications industrial control systems," in Emerging
running in IEC 61499 execution runtime," 2006 Technologies and Factory Automation, 2003.
IEEE Conference on Emerging Technologies & Proceedings. ETFA '03. IEEE Conference, 2003,
Factory Automation, Vols 1 -3, pp. 918-925, 2006. pp. 253-260 vol.2.
[45] ICSTriplex. (2009, 1/04). ISaGRAF v. 5.0. [59] V. Dubinin, V. Vyatkin, and T. Pfeiffer,
Available: www.isagraf.com "Engineering of validatable automation systems
[46] nxtControl. (2010, 10/05). nxtStudio. Available: based on an extension of UML combined with
www.nxtcontrol.com function blocks of IEC 61499," IEEE International
[47] V. Vyatkin, H.-M. Hanisch, P. H. Starke, and S. Conference on Robotics and Automation
Roch, "Formalisms for verification of discrete (ICRA'06), pp. 3996-4001, 2005.
IEEE Transactions on Industrial Informatics, 7(4), 2011, pp. 768-781 14

[60] K. Thramboulidis, "Model-integrated Industrial Informatics, Vols 1 and 2, pp. 715-720,


mechatronics-toward a new paradigm in the 2009.
development of manufacturing systems," Industrial [73] W. Dai and V. Vyatkin, "A Case Study on
Informatics, IEEE Transactions on, vol. 1, pp. 54- Migration from IEC 61131 PLC to IEC 61499
61, 2005. Function Block Control," 7th IEEE International
[61] S. Panjaitan and G. Frey, "Combination of UML Conference on Industrial Informatics, pp. 79-84,
modeling and the IEC 61499 function block 2009.
concept for the development of distributed [74] G. Shaw, P. Roop, and Z. Salcic, "Reengineering of
automation systems," IEEE Conference on IEC 61131 into IEC 61499 Function Blocks," in
Emerging Technologies & Factory Automation, pp. 8th IEEE International Conference on Industrial
449-456, 2006. Informatics, 2010.
[62] A. Barji, N. Hagge, and B. Wagner, "Comparative [75] A. Zoitl, T. Strasser, C. Sunder, and T. Baier, "Is
study of using CNet, IEC 61499, and statecharts for IEC 61499 in Harmony with IEC 61131-3?," IEEE
behavioral models of real-time control Industrial Electronics Magazine, vol. 3, pp. 49-55,
applications," IEEE Conference on Emerging Dec 2009.
Technologies & Factory Automation, pp. 304-311, [76] V. Vyatkin, J. H. Christensen, and J. L. M. Lastra,
2006. "OOONEIDA: an open, object-oriented knowledge
[63] M. Hirsch and H.-M. Hanisch, economy for intelligent industrial automation,"
"Systemspezifikation mit SysML für eine Industrial Informatics, IEEE Transactions on, vol.
Fertigungstechnische Laboranlage," in Fachtagung 1, pp. 4-17, 2005.
zum Entwurf komplexer Automatisierungssysteme [77] J. Peltola, J. Christensen, S. Sierla, and K.
(EKA 08), Magdeburg, Germany 2008, pp. 23-34. Koskinen, "A migration path to IEC 61499 for the
[64] M. Hirsch, Systematic Design of Distributed batch process industry," in 5th IEEE International
Industrial Manufacturing Conrol Systems. Berlin: Conference on Industrial Informatics, 2007, pp.
Logos Verlag 2010. 811-816.
[65] V. Vyatkin, H. M. Hanisch, C. Pang, and C.-H. [78] D. Ivanova, I. Batchkova, S. Panjaitan, F. Wagner,
Yang, "Application of Closed-Loop Modelling in and G. Frey, "Combining IEC 61499 and ISA S88
Integrated Component Design and Validation of for Batch Control," in 13th IFAC Symposium on
Manufacturing Automation," IEEE Transactions Information Control Problems in Manufacturing
on Systems, Machine and Cybernetics - Part C, vol. (INCOM'09), Moscow, 2009.
39, pp. 17-28, 2009. [79] W. Lepuschitz and A. Zoitl, "Integration of a DCS
[66] J. L. Martinez Lastra and O. J. Lopez Orozco, based on IEC 61499 with Industrial Batch
"Semantic Extension for Automation Objects," in Management Systems," in 13th IFAC Symposium
IEEE International Conference on Industrial on Information Control Problems in
Informatics, 2006, pp. 892-897. Manufacturing, Moscow, 2009.
[67] R. W. Brennan, L. Ferrarini, J. L. M. Lastra, and D. [80] C. Pang and V. Vyatkin, "IEC 61499 function
V. Vyatkin, "Automation objects: enabling block implementation of Intelligent Mechatronic
embedded intelligence in real-time mechatronic Component," in 8th IEEE Conference on Industrial
systems," International Journal of Manufacturing Informatics (INDIN'10), Osaka, Japan, 2010, pp.
Research, vol. 1, pp. 379-381, 2006. 1124-1129.
[68] V. Vyatkin, H. M. Hanisch, P. Cheng, and Y. Chia- [81] N. Higgins, V. Vyatkin, N. K. C. Nair, and K.
Han, "Closed-Loop Modeling in Future Schwarz, "Distributed Power System Automation
Automation System Engineering and Validation," With IEC 61850, IEC 61499, and Intelligent
Systems, Man, and Cybernetics, Part C: Control," IEEE Transactions on Systems Man and
Applications and Reviews, IEEE Transactions on, Cybernetics Part C-Applications and Reviews, vol.
vol. 39, pp. 17-28, 2009. 41, pp. 81-92, Jan 2011.
[69] D. Woll, "Will IEC 61499 trigger another [82] N. Hagge and B. Wagner, "Implementation
automation system migration crisis?," Alternatives for the OMAC State Machines Using
Hydrocarbon Processing, vol. 86, pp. 15-15, Mar IEC 61499," 2008 Ieee International Conference
2007. on Emerging Technologies and Factory
[70] T. Hussain and G. Frey, "Migration of a PLC Automation, Proceedings, pp. 215-220, 2008.
controller to an IEC 61499 compliant distributed [83] M. Colla, T. Leidi, M. Kunt, and J. P. Thiran,
control system: Hands-on experiences," in IEEE "CEC Designer: Domain Specific Modelling for
International Conference on Robotics and the Industrial Automation Based on the IEC 61499
Automation (ICRA), 2005, pp. 3984-3989. Standard," 2008 IEEE International Conference on
[71] C. Gerber, H. M. Hanisch, and S. Ebbinghaus, Emerging Technologies and Factory Automation,
"From IEC 61131 to IEC 61499 for distributed Proceedings, pp. 192-199, 2008.
systems: a case study," EURASIP J. Embedded [84] S. Deen, Agent-Based Manufacturing - Advances in
Syst., pp. 1-8, 2008. the Holonic Approach, Springer 2003: Springer,
[72] M. Wenger, A. Zoitl, C. Sunder, and H. Steininger, 2003.
"Transformation of IEC 61131-3 to IEC 61499 [85] M. Fletcher and D. H. Norrie, "Realtime
based on a model driven development approach," reconfiguration using an IEC 61499 operating
2009 7th Ieee International Conference on system," in Parallel and Distributed Processing
IEEE Transactions on Industrial Informatics, 7(4), 2011, pp. 768-781 15

Symposium., Proceedings 15th International, 2001, in IEEE International Conference on Mechatronics


pp. 985-991. and Automation, 2009, pp. 1481-1486.
[86] T. Strasser, I. Muller, C. Sunder, O. Hummer, and [97] V. Vyatkin, H.-M. Hanisch, S. Karras, and X. Cai,
H. Uhrmann, "Modeling of reconfiguration control "IEC61499 as an architectural framework to
applications based on the IEC 61499 reference integrate formal models and methods in practical
model for Industrial Process Measurement and control engineering," in Congress Electric
Control Systems," in IEEE Workshop on Automation SPS/IPC/Drives, K. Bender, Ed., ed
Distributed Intelligent Systems: Collective Heidelberg, German, 2002, pp. 310-318.
Intelligence and Its Applications (DIS 2006), 2006, [98] J. L. M. Lastra, L. Godinho, A. Lobov, and R.
pp. 127-132. Tuokko, "An IEC 61499 application generator for
[87] A. Zoitl, G. Grabmair, F. Auinger, and C. Sunder, scan-based industrial controllers," in 3rd IEEE
"Executing real-time constrained control International Conference on Industrial Informatics
applications modelled in IEC 61499 with respect to (INDIN '05), 2005, pp. 80-85.
dynamic reconfiguration," in Industrial [99] PROFACTOR. (2010). Reconfigurable Robotic
Informatics, 2005. INDIN '05. 2005 3rd IEEE System. Available:
International Conference on, 2005, pp. 62-67. http://www.fordiac.org/25.0.html
[88] M. N. Rooker, C. Sünder, T. Strasser, A. Zoitl, O. [100] L. Ferrarini, M. Romano, and C. Veber,
Hummer, and G. Ebenhofer, "Zero Downtime "Automatic Generation of AWL Code from IEC
Reconfiguration of Distributed Automation 61499 Applications," in Industrial Informatics,
Systems: The εCEDAC Approach," in 3rd Int. 2006 IEEE International Conference on, 2006, pp.
Conf. on Industrial Applications of Holonic and 25-30.
Multi-Agent Systems, Regensburg, 2007, pp. 326- [101] G. Polakow and M. Metzger, "Design and
337. Implementation of LabVIEW-Based IEC61499
[89] R. W. Brennan, M. Fletcher, and D. H. Norrie, "An Compliant Device," Holonic and Multi-Agent
agent-based approach to reconfiguration of real- Systems for Manufacturing, Proceedings, vol.
time distributed control systems," Robotics and 5696, pp. 183-192, 2009.
Automation, IEEE Transactions on, vol. 18, pp. [102] D. O'Sullivan and D. Heffernan, "VHDL
444-451, 2002. architecture for IEC 61499 function blocks,"
[90] Y. Alsafi and V. Vyatkin, "Ontology-based Computers & Digital Techniques, IET, vol. 4, pp.
reconfiguration agent for intelligent mechatronic 515-524, 2010.
systems in flexible manufacturing," Robotics and [103] F. Weehuizen and A. Zoitl, "Using the CIP
Computer-Integrated Manufacturing, vol. 26, pp. protocol with IEC 61499 communication function
381-391, 2010. blocks," 5th IEEE International Conference on
[91] M. Khalgui and H. M. Hanisch, "Reconfiguration Industrial Informatics, vol. 1-3, pp. 261-265, 2007.
Protocol for Multi-Agent Control Software [104] V. Vyatkin, M. De Sousa, and A. Zoitl,
Architectures," IEEE Transactions on Systems Man "Communication aspects of IEC 61499
and Cybernetics Part C-Applications and Reviews, architecture," in Industrial Electronics Handbook,
vol. 41, pp. 70-80, Jan 2011. ed: Taylor & Francis, 2010.
[92] X. Huang, "Distributed and reconfigurable control [105] CAN-CiA. (2011). Call for IEC 61499 experts.
of lower level machines in automatic production Available: http://www.can-
line," in Intelligent Control and Automation cia.org/index.php?id=1256
(WCICA), 2010 8th World Congress on, 2010, pp. [106] C.-h. Yang and V. Vyatkin, "Model transformation
2339-2344. between MATLAB simulink and Function Blocks,"
[93] M. Budhia, V. Vyatkin, and G. A. Covic, in Industrial Informatics (INDIN), 2010 8th IEEE
"Powering flexible manufacturing systems with International Conference on, 2010, pp. 1130-1135.
intelligent contact-less power transfer," in [107] V. Vyatkin, G. Zhabelova, N. Higgins, M. Ulieru,
Industrial Informatics, 2008. INDIN 2008. 6th K. Schwarz, and N. K. C. Nair, "Standards-enabled
IEEE International Conference on Daejeon, 2008. Smart Grid for the future Energy Web," in 1st
[94] W. Lepuschitz, A. Zoitl, M. Valle, and M. Merdan, IEEE and NIST Conference Innovative Smart Grid
"Toward Self-Reconfiguration of Manufacturing Technologies (ISGT), 2010, pp. 1-9.
Systems Using Automation Agents," Systems, Man, [108] H.-M. Hanisch, M. Hirsch, D. Missal, S. Preusse,
and Cybernetics, Part C: Applications and and C. Gerber, "One Decade of IEC 61499
Reviews, IEEE Transactions on, vol. 41, pp. 52-69, Modeling and Verication - Results and Open
2011. Issues," in Preprints of the 13th IFAC Symposium
[95] I. Hegny, O. Hummer, A. Zoitl, G. Koppensteiner, on Information Control Problems in
and M. Merdan, "Integrating Software Agents and Manufacturing, Moscow, Russia, 2009.
IEC 61499 Realtime Control for Reconfigurable [109] G. Čengić and K. Akesson, "On Formal Analysis
Distributed Manufacturing Systems," 2008 of IEC 61499 Applications, Part A: Modeling,"
International Symposium on Industrial Embedded IEEE Transactions on Industrial Informatics, vol.
Systems, pp. 249-252, 2008. 6, pp. 136-144, May 2010.
[96] X. M. Huang, "Intelligent and Reconfigurable [110] L. V. Allen, K. M. Goh, and D. M. Tilbury,
Control of Automatic Production Line by Applying "Closed-Loop Determinism for Non-Deterministic
IEC61499 Function Blocks and Software Agent," Environments: Verification for IEC 61499 Logic
Controllers," in 2009 IEEE International
IEEE Transactions on Industrial Informatics, 7(4), 2011, pp. 768-781 16

Conference on Automation Science and


Engineering, 2009, pp. 1-6.
[111] P. Cheng and V. Vyatkin, "Automatic model
generation of IEC 61499 function block using net
condition/event systems," in 6th IEEE
International Conference on Industrial Informatics
(INDIN'08), 2008, pp. 1133-1138.
[112] C. Gerber, I. Ivanova-Vasileva, and H. M. Hanisch,
"Formal modelling of IEC 61499 function blocks
with integer-valued data types," Control and
Cybernetics, vol. 39, pp. 197-231, 2010.
[113] C. Suender, V. Vyatkin, and A. Zoitl, "Formal
Validation of Downtimeless System Evolution in
Embedded Automation Controllers," ACM
Transactions on Embedded Control Systems, 2011.
[114] P. Tait, "A path to industrial adoption of distributed
control technology," in IEEE Conference on
Industrial Informatics (INDIN'05), Perth, Australia,
2005, pp. 86-91.
[115] M. Colla, A. Brusaferri, and E. Carpanzano,
"Applying the IEC-61499 model to the shoe
manufacturing sector," IEEE Conference on
Emerging Technologies & Factory Automation, pp.
569-576, 2006.
[116] K. Thramboulidis, S. Sierla, N. Papakonstantinoul,
and K. Koskinen, "An IEC 61499 based approach
for distributed batch process control," 5th IEEE
International Conference on Industrial Informatics,
pp. 177-182, 2007.
[117] C. C. Insaurralde, M. A. Seminario, J. F. Jimenez,
and J. M. Giron-Sierra, "IEC 61499 model for
avionics distributed fuel systems with networked
embedded holonic controllers," in IEEE
Conference on Emerging Technologies & Factory
Automation, 2006, pp. 1128-1136.
[118] C. Pang, J. Yan, V. Vyatkin, and S. Jennings,
"Distributed IEC 61499 Material Handling Control
based on Time Synchronization with IEEE 1588,"
in IEEE International Conference on Clock
Synchronisation, Munich, 2011.
[119] IEC61499-4, "Function Blocks for Industrial
Process Measurement and Control Systems, Part 4:
Rules for Compliance Profiles," ed. Geneva:
International Electrotechnical Commission, 2005.
[120] ITA, "IEC 61499 Compliance Profile for
Feasibility Demonstrations," 2002.
[121] OOONEIDA, "Compliance Profile -- Execution
Models of IEC 61499 Function Block
Applications," 2009.
[122] "IEC 61499 Compliance Profile for CIP based
communication function blocks," 2009.

You might also like