Build and Test a Simple Function Block Type

You can use the FBDK to build a subset of the simple function block type described in Annex D.2 of IEC 61499-1:

These restrictions permit the generation of somewhat more efficent runtime code, as well as simplifying the programming of simple FB types.

To build a new simple FB type, use the following steps:

  1. Start the FBDK.
  2. Import library elements if and as needed.
  3. Create a new simple FB type in the editor by double-clicking on the Simple fb type of the template folder in the Library Navigator.
  4. Edit the function block's elements:
  5. When your editing is complete, save your work with the Save As... button.
    It is a good idea to save your work from time to time while editing, too!
  6. Generate and compile a Java® source file with the Save As... =>Java dialog. The results of the compilation (including errors, if any) will be displayed in the Log tab of the Text panel, and a dialog will open indicating whether the compilation has succeeded or not.
  7. Test the FB type.

Last updated: 2016-07-20.
©2011-2016 Holobloc Inc.
Licensed under the Academic Free License version 3.0.
Java is a registered trademark of Oracle Corporation and/or its affiliates.