Skip to main content


4diac IDE

The 4diac IDE is based on the Eclipse Platform, which allows an easy integration of other plug-ins to the 4diac IDE providing new or extended functionality. IEC 61499-based systems follow an application centric design, which means that the application of the overall system is created at first. Each application is created by interconnecting the desired function blocks (FB) in terms of a function block network (FBN). As soon as the hardware structure is known it can be added to a project’s system configuration and the already existing application can be distributed onto the available devices.

The IDE provides the following features:

  • System Explorer: manage IEC 61499 projects which consist of applications, a system configuration and a project specific type library
  • Application Editor: modelling of IEC 61499 function block networks utilizing the type library’s elements
  • Hardware Editor: specification and parameterization of automation hardware by modelling of IEC 61499 devices
  • Type Editors: creation of Basic FBs (BFB), Composite FBs (CFB), Service Interface FBs (SIFB), and Adapters
  • Distribution Editor: mapping of FBNs or single FBs to the specified resources
  • Deployment: selective download of applications to their corresponding resources
  • Monitoring and Debugging Functionalities: watch and force the values of interface elements as well as trigger events
  • Testing Functionalities: test and debug a single FB on its behavior by manually setting data values and debugging through the algorithms using break-points and step through the code.

Back to the top