PROFINET Feature

PROFINET Feature

 

Introduction

To start using port PNIO stack with own application one has to:

  • Define Software Model;

  • Create Application Code;

  • Create Device Description (GSD/GSDML file);

To assist its customers with getting started quickly, port provides Communication Creator utility application. Industrial Communication Creator for PROFINET comes with easy to use forms and wizards, which make it easier to configure PNIO stack to user needs.

Functionality provided by the tool include

  • Generation of stack configuration file;

  • Generation of software model definition file;

  • Generation of device description GSDML file;

  • User assistance for each configuration setting;

  • Detection of common configuration errors;

  • Step by step configuration guide in form of task list.

PROFINET Projects

port PNIO stack configuration, together with software model, is defined as a single Communication Creator project. Using this project, the tool can generate appropriate code files. Working with PROFINET projects is analogous to working with other Industrial Communication Creator projects. If some aspects are not clear, please check help pages for common functionality: Industrial Communication Creator User Guide.

Project Type

User will be able to create and edit PROFINET projects if he has support for this protocol installed into Industrial Communication Creator application. One can check if that is the case, by opening About Dialog from Help main menu and checking if section Supported project types contains line "PROFINET (full version)".

In Package Explorer View, PROFINET projects are shown with green PN icon ( ). Project node contains up to three project contents, as shown on Figure 31. Meaning of these sub-nodes will be explained in Code Generation chapter.

Figure 31: Example PROFINET project entry in Package Explorer view

Creating New PROFINET project

The creation of new PROFINET project is straightforward. From File main menu, select New option. In case the Communication Creator product supports more project types, the user will be asked to choose what kind of project to create. Select entry PROFINET Project (PROFINET) - see Figure 32 and click OK.

Figure 32: Contents of Select Wizard dialog with PROFINET entry

Specify project file location and version

On the first page of wizard, user is asked to specify location of project file and the version of the project. User can choose between versions with or without IRJ45 support. Wizard window looks similar to that presented on Figure 33. To proceed, click Browse button to display your OS-specific select-file dialog. Project file name has extension .iccproj.

Tip: You can organize project files on disk however you want, but consider creating a new folder for each new project. This way it will be easier to know which code file belongs to which project.

 

Figure 33: First page of New Project wizard

It is possible to select already existing project file. User must be careful though, as it will result in losing all information saved to this file and replacing it with clean new project. This will happen as soon as Wizard finishes. Wizard warns about overwriting existing files with message shown on Figure 34.

Figure 34: Warning that specified file already exists

After location of project file is specified, proceed to next page by clicking Next button.

Specify location for generated code

Second wizard page asks user to specify location of four files that will be generated based on project configuration.

  • Software model configuration file goal_appl.c;

  • GOAL specific settings file goal_config.h;

  • GSDML device description file.

The page is presented on Figure 35. File name of GSDML file is not immediately known as it depends on configuration options. As initial setup, wizard will suggest to locate these files in the same directory as project file.

Figure 35: Second page of New Project wizard

You may change location where each of these files is to be saved by using Browse button. Be careful to not overwrite some previously created files. Wizard will warn user if goal_config.h or goal_appl.c files already exist in location specified - see Figure 36.

Figure 36: Warning that a target file already exists

Finish project creation

After all locations are set, click Finish button to create the project. You may also get back to previous page using Back button. If you do not want to continue with new project creation, click Cancel.

It may be possible that one of selected locations will be inaccessible for the tool. For example, user running application may not have write rights to selected directory. In this case wizard will not finish, but display error message - Figure 37. In this case user has to change specified path and try again.

Figure 37: Error message when projects files can not be created

During wizard finish, user will be once again warned about every overwrite risk that was detected, and asked for confirmation - Figure 38. In case of any doubts, click Cancel to postpone project creation. Otherwise, click OK to continue.

Figure 38: The user has to confirm file overwrite

After project creation wizard finishes successfully, project file will be created and filled with empty project configuration. Other files (goal_config.h, goal_appl.c, GSDML) will be created later. The new project will be opened in new editor tab that appears on top of application window.

Validation

PROFINET projects are subject to correctness checks as every other Industrial Communication Creator project:

  • After project is opened;

  • Before project is saved;

  • At user request.

You can request project validation using Package Explorer. Right click on project entry in Package Explorer View and select Validate menu option. Validation may take a few seconds. After it finishes, dialog with results appears. If no problems are found, the message will simply say "OK". Otherwise, quick overview of detected problems will be displayed in dialog similar to presented on Figure 39

Figure 39: Dialog with results of explicitly request project validation

See Common Problems chapter for list of common issues that may be reported during validation, and how they may be resolved.

PROFINET projects share editing tools with other Industrial Communication Creator project types. To learn about basic editor elements such as toolbar or input forms, see help pages for common functionality: Industrial Communication Creator User Guide.

Editor Extensions

Top Page

After project is loaded, editor will display graphical top page for it. User can always return to this editor page by using Go Home tool ( ).

Top page for PROFINET project is presented on Figure 40. Each burgundy-red block is a click-able link to editor page with configuration elements. You can also hover mouse cursor over the figure to display longer description of block contents as tool-tip.

Blocks are organized into three groups:

General

General Settings of PNIO stack configuration.

Project Preferences

Settings for C Code generation.

Device Description

Settings related to creation of device description file.

Software Model

Structure of objects of which application's software model is made plus configuration of the driver.

Figure 40: Top Page for PROFINET project

Modules/Slots Page

Modularity of PNIO stack is represented in software model. Process interfaces are separated into Modules and Submodules, while addresses are represented as Slots/Sub-slots. Number and properties of these objects are to be specified by the user, with each new project being initialized with few example Modules and Slots as starting point.

Editor page for managing Modules and Slots is available from top page under blocks Modules, Slots. The page itself is presented on Figure 41. Be aware that number and names of blocks depend on your current project configuration.

Figure 41: Modules/Slots editor page

Editor page displays diagram of currently specified Modules and Slots. Modules being on the left and Slots on the right, or vice versa - depending what block has led to the page.

Two gray, connected with each other, blocks at top of the page, represent Device Access Point Modules (number 1, 2) and Slot (number 0). These objects cannot be changed, and their identification numbers are reserved - not available for user objects.

Using the page, user can navigate to configuration of specific module/slot (just click appropriate block), add/remove objects and create connections between them. There is an additional, vertical toolbar located on the right side of diagram that contains tools for this purpose.

Sonderzeichen fehlen

 Add Object

Creates a new Module or Slot. To use, first click the tool button, then click on empty area inside desired group of figures: Modules to create Module, Slots to create Slot.

 Remove Object

Deletes Module or Slot and removes it from diagram. To use, first click the tool, then object you want to remove.

 Create connection

Plugs Module into a Slot. To use, first click the tool button, then the two objects you want to connect. If you want to connect objects that already have connections, first use Remove connection tool.

 Remove connection

Un-plugs a Module from Slot. To use, first click the tool button, then one of connected objects.

Align Modules

When clicked, redraws diagram to align each connected Module to its Slot.

 Align Slots

When clicked, redraws diagram to align each connected Slot to its Module.

 Help Tool

Displays help for the figure. To use, first click tool button, then one of blocks.

Code Preview

Editor for PROFINET projects has four additional tabs beside main Design Tab. All of these are used for preview of generated code.

Figure 42: Tabs for PROFINET editor

Sonderzeichen fehlen

  goal_appl.c

Preview of C file where software model is defined for use in PNIO/GOAL stack.

  goal_config.h

Preview of C header file for GOAL stack configuration.

  GSDML

Preview of GSDML file displayed using HTML style.

Each time code preview tab is opened, its contents are refreshed to match current project configuration. If project contains errors or inaccuracies previewed code may be incorrect or code will fail to generate altogether. In any case, project validation provides clues about nature of the problem.

Code Generation

The PROFINET Communication Creator generates several files to be used within the port PROFINET IO Stack. This chapter shows how to generate the files via the command line, gives a short overview over the meaning of the different generated files and how to view them.

CMD generation

It is possible to generate files and set variables through CMD commands. The CMD Communication Creator is started via commands with following structure:

  1. iccCmd <singleOption> 

  2. iccCmd <option 0> ... <option n> <iccProjectFile>

Case 1 can only have one option (see Table 38).

Case 2 can consist of multiple options (see Table 38) but the end of the command has to be always the full path of the project file. Options are separated by whitespaces and start with a double minus (--). The steps done by the commands are documented in the errorProtocol.txt file and after every command the project file will be saved. See chapter 25 for usage of options in commands.

Pre-/Post-Generation

It is possible to execute application-specific programs before and after generation. The commands can be entered about the Generation-block in the editor view > Pre-/Post-Generation Commands. The commands can be a shell-script or a batch file, or you can call an executable file, e.g. the GSDML checker, make all. The output of the command is written into the information file "errorProtocol.txt".

Generated files

goal_appl.c

goal_appl.c file is a C code file which contains structure definitions of application software model.

Code can be displayed for inspection using appropriate editor tab. Location where goal_appl.c file is saved is specified when project is created. The path can be seen on top of code-preview tab. User can change this location using Browse button ( ) in code-preview tab toolbar.

If auto-save check box is selected, the code file will be rewritten, each time project changes are saved to disk. User can also save file manually using Save toolbar button.

Contents of goal_appl.c file depend on what Modules, Slots and Parameters are defined. You can get more information about software model in Software Model chapter.

goal_config.h

goal_config.h file is a C header file which contains definitions needed for GOAL stack configuration.

Code can be displayed for inspection using appropriate editor tab. Location where goal_config.h file is saved is specified when project is created. The path can be seen on top of code-preview tab. User can change this location using Browse button ( ) in code-preview tab toolbar.

If auto-save check box is selected, the code file will be rewritten, each time project changes are saved to disk. User can also save file manually using Save toolbar button.

Contents of goal_config.h file depend on what Modules, Slots and Parameters are defined. You can get more information about software model in Software Model chapter.

GSDML

Device description, which is needed for IO controller to properly initialize connection with PNIO device, is saved in GSDML format. GSDML is a XML document which contains PROFINET device description (GSD).

Code can be displayed for inspection using appropriate editor tab.

Directory where GSDML file is saved is specified when project is created. The path can be seen on top of code-preview tab. User can change this location using Browse button ( ) in code-preview tab toolbar. The file name is created based on GSDML specification (v.2.34) and is made of following segments:

  • "GSDML";

  • GSDML version;

  • Manufacturer Name;

  • Device Name;

  • Date.

File name segments are configurable.

Tip: It is easy to get confused when changing of GSDML settings cause multiple copies of GSDML files to be created. Therefore it is good practice to keep all files associated with one project in separate folder. Be careful to not incidentally overwrite a GSDML file you have created with other project.

For device description to be displayed in user-friendly format, XSL style-sheet file will be copied into the same directory as GSDML file. This is usually done, first time the file is opened in the preview tab. It may be worth noting, that with style-sheet in place, one can also open GSDML file using other WWW browser.

Contents of GSDML file depend on Software Model and Device Description Settings.

Tasks

Industrial Communication Creator makes use of task lists as a method of assisting users through project creation. Each task is constructed from a set of conditions that are checked automatically each time project is saved. User can browse unfinished tasks using Tasks View application part.

As a means of visual feedback, editor blocks are decorated when there are unfinished tasks detected for their contents - see Figure 43.

Figure 43: Block decorations depending on tasks

For a list of possible open PROFINET specific task, please see chapter 18.

Common PROFINET problems

During Project Validation problems can be detected in user project. These are collected by Problems View application part, for the user to browse.

In chapter 19 the list of common problem reports concerning PROFINET projects, their meanings and solutions can be found.

The PROFINET Software Model

Obligatory step of PNIO stack configuration is definition of software model. The software model is supposed to reflect modular and hierarchical structure of hardware it was derived from.

Modules and Slots

The model isolates process interfaces from addressing. The former are represented by Modules, and the latter by Slots. Each of these object types is further separated into one or more child objects. Modules contain Submodules, Slots contain Subslots. On Figure 44 the concept was illustrated with a simple example.

Figure 44: Example device modules and slots

port PNIO device stack comes with predefined Modules (number 1,2) and Slot (0) for Device Access Point (DAP). These objects are not available for editing.

User is free to add and remove objects in software model with the limitation that minimal user-specified software model has one Module and Slot. Also, each Module and Slot must contain at least one child (Submodule, Sub-slot).

Software model can define connection between (Sub)Module and (Sub)Slot (in other words plug Module into Slot).

Parameters and Record Data

Each Submodule object can be parameterized by referencing one or more Parameter objects. Parameters are addressed using 16-bit unsigned index number.

Submodule parameter can be made accessible for IO Controller by linking it to Record Data object.

Device Access Points 

The special module Device Access Point connects the device to the network. Initial project template for PROFINET comes with 4 DAPs already defined. It is possible to add up to 4 DAPs depending on user preference and configure the category(see Figure 45). Properties of the DAP will be put into GSDML file.

Figure 45: Overview of all created DAPs

The following section describes the different DAP properties users can set.

Category

Figure 46: Category input field for all DAPs

Used by an engineering tool to group all DAPs within its catalog.

Name

Figure 47: DAP name input field

Human-readable name of the DAP. Maximum 100 characters. Shall be concise, yet descriptive. Uniqueness is not enforced, but shall be avoided as potential source of confusion.

Name of DAP is shown as its label in tree view.

The details-button reveals more specific properties.

Number of ports

Figure 48: DAP number of ports entry field

Number of additional port submodules (maximum 4) of the DAP.

Description

Figure 49: DAP description input field

Additional text information about the DAP.

Conformance Class

Figure 50: DAP conformance class selection field

Specifies the conformance class of the DAP. Possible selections are A, B and C.

Minimal Device Interval

Figure 51: DAP minimal device interval selection field

Sets lowest possible time interval for sending cyclic IO data.

DNS compatible name

Figure 52: DAP DNS compatible name input field

Default name of device (used by engineering tool for name of station).

 Implementation Type

Figure 53: DAP implementation type input field

Additional information about the DAP's standard implementation.

Graphic Item

Figure 54: DAP graphic item selection field

Specifies the used graphic file by the DAP selectable by the “…”-button. Graphics have to be created by the user (see chapter 9.7.14).

Module Info

Figure 55: Module Info input fields

Specifies the soft- and hardware release of the DAP.

Modules

Module represents process interface. Initial project template for PROFINET comes with three example modules already defined. They can be changed or removed depending on user preference.

The following section describes the different module properties users can set.

 

Name

Figure 56: Module name input field

Human-readable name of the module. Maximum 100 characters. Shall be concise, yet descriptive. Uniqueness is not enforced, but shall be avoided as potential source of confusion.

Name of module is shown as its label in tree view. It will be put into software model code as well as device description code.

Identification number

Figure 57: Module number input field

Identification number of the module. Unsigned 32-bit integer. Each module in device must have unique number. Numbers below 3 are reserved. Module number together with the name are displayed as Module's label, usually in both hexadecimal and decimal (in parenthesis) format e.g. "Module: nineteen 0x13(19)".

When changing number value, one can use his/her preferred format: decimal, octal (with 0 prefix) or hexadecimal (with 0x prefix). New value won't be accepted when previously mentioned constraints are not met - the red error sign will appear next to input field.

Description

Figure 58: Module description input field

Additional text information about Module. It will be put into GSDML file.

Useable by DAPs

Figure 59: Module useable by DAPs selection

Enables the module to be useable by the selected DAP(s). If selected the module appears in DAP’s UsableModules-list which is used in GSDML file.

Allowed in slots

Figure 60: Module allowed in slots selection

Sets the “AllowedInSlots” attribute of the Module. This has only an effect when the Module is useable by one or more DAPs.

 

Slot selection

Figure 61: Module Slot selection field

Specifies into which slot module is plugged. This selection is optional - if no Slot is selected the form will say "No Slot selected".

The user can select Slot for Module from existing ones, by using the Browse button (Figure 61 - the left one). Clicking the button will open simple list dialog with possible selection options. To plug Module into Slot, select its entry on the dialog's list and click OK. To unplug Module, select No Slot option. As Module can be plugged only in one Slot at the same time, only one option can be selected. To avoid being redundant, current selection is not available to choose from.

As already mentioned, no two Modules can be put into the same Slot simultaneously. Therefore, assigning Module to Slot X, will result in unplugging Module that was plugged to Slot X previously. The tool detects and warns user if this is about to happen - see Figure 62.

Figure 62: Warning if slot is already in use

The same effect of plugging Module into already existing Slot, can also be achieved by using Create Connection tool ( ) on model blocks.

The Create button - the right one on Figure 4, is a shortcut that allows the definition of a new Slot and assigns it to the Module at the same time.

Fixed

Figure 63: Module fixed selection

Specifies if Module is fixed in the selected slot. This has only an effect when the module is useable by one or more DAPs.

Module Info

Figure 64: Module's module info input fields

Specifies the soft- and hardware release of the Module.

 

Submodules

Submodule is a child object for Module. Each Module must have at least one Submodule defined. One can browse Module's children using tree view inside editor.

Figure 65: Fragment of editor for Module

When any Module is opened in editor, user is presented with tree representation of Module structure on the right side of editor tab - see Figure 65. Submodule page can be opened, simply by clicking associated tree node.

Figure 66: Module's submodule management field

Submodule is a child object for Module. From Module's editor page, user is able to create new Submodules and remove existing ones.

Use Add Submodule button (the left one on Figure 66) to create new Submodule and add it as child of current Module. Clicking on button will launch Create Submodule Wizard.

Use Remove Submodules button (the right one on Figure 66) to remove Module's Submodules. Clicking on button will open simple selection dialog with the list of Module Submodules. You can select more Submodules than one by having Shift key pressed while clicking on the entries.

Remember: Every Module must have at least one Submodule. The tool will not allow to remove all Submodules of the Module.

The following section gives an overview about the submodule properties the user can set.

 

Name

Figure 67: Submodule name input

Human-readable name of Submodule. Limited to 100 characters. Shall be concise, yet descriptive. Uniqueness is not enforced, but shall be avoided as potential source of confusion.

Name will be put both to software model file and to device description file.

Identification Number

Figure 68: Submodule number input

Identifier of the Submodule. Must be unique within Module. Unsigned 32-bit integer number. Submodule number together with the name are displayed as Submodule's label, usually in both hexadecimal and decimal (in parenthesis) format e.g. "Submodule: twelve 0xc(12)".

When changing number value, one can use his/her preferred format: decimal, octal (with 0 prefix) or hexadecimal (with 0x prefix). New value won't be accepted when previously mentioned constraints are not met - the red error sign will appear next to input field.

Description

Figure 69: Submodule description input

Additional text information about Submodule.

Data Direction

Figure 70: Submodule date direction input

Specifies a kind of interface the Submodule represents. It can be input, output, both or none. Shall be consistent with input and output data type settings.

Input Data Type

Figure 71: Submodule input data type

Specifies type of input data. Possible options are:

  • None - for when data direction is neither an Input nor Input/Output;

  • Unsigned 8 - unsigned 8 bit integer number; values from 0 to 255; takes one byte;

  • Unsigned 16 - unsigned 16 bit integer number; values from 0 to 65535; takes two bytes;

  • Unsigned 32 - unsigned 32 bit integer number; values from 0 to 4294967295; takes four bytes;

  • Signed 8 - signed 8 bit integer number; values from -128 to 127; takes one byte;

  • Signed 16 - signed 16 bit integer number; values from -32768 to 32767; takes two bytes;

  • Signed 32 - signed 32 bit integer number; values from -2147483648 to 2147483647; takes four bytes;

  • Octet String - string of characters, each of them taking one byte;

Data type setting determines input unit. Input data length determines how many input units there are.

Input Data Length

Figure 72: Submodule input data length

Specifies length of input data in bytes. The value is a 16 bit unsigned integer. Shall be consistent with data type. That means it has to be divisible by byte-size of the unit. Depending on data type, valid values are:

  • None - 0;

  • Unsigned 8 - 1, 2, 3, 4, ..., 65535;

  • Signed 8 - 1, 2, 3, 4, ..., 65535;

  • Octet String - 1, 2, 3, 4, ..., 65535;

  • Unsigned 16 - 2, 4, 6, 8, ..., 65534;

  • Signed 16 - 2, 4, 6, 8, ..., 65534;

  • Unsigned 32 - 4, 8, 12, 16, ..., 65532;

  • Signed 32 - 4, 8, 12, 16, ..., 65532;

Input Item description

Figure 73: Submodule input item text-ID and value

This sets additional information about the submodule's input DataItem.

 

Output Data Type

Figure 74: Submodule output data type

Specifies type of output data. Possible options are:

  • None - for when data direction is neither an Output nor Input/Output;

  • Unsigned 8 - unsigned 8 bit integer number; values from 0 to 255; takes one byte;

  • Unsigned 16 - unsigned 16 bit integer number; values from 0 to 65535; takes two bytes;

  • Unsigned 32 - unsigned 32 bit integer number; values from 0 to 4294967295; takes four bytes;

  • Signed 8 - signed 8 bit integer number; values from -128 to 127; takes one byte;

  • Signed 16 - signed 16 bit integer number; values from -32768 to 32767; takes two bytes;

  • Signed 32 - signed 32 bit integer number; values from -2147483648 to 2147483647; takes four bytes;

  • Octet String - string of characters, each of them taking one byte;

Data type setting determines output unit. Output data length determines how many output units there are.

Output Data Length

Figure 75: Submodule output data length

Specifies length of output data in bytes. The value is a 16 bit unsigned integer. Shall be consistent with data type. That means it has to be divisible by byte-size of the unit. Depending on data type, valid values are:

  • None - 0;

  • Unsigned 8 - 1, 2, 3, 4, ..., 65535;

  • Signed 8 - 1, 2, 3, 4, ..., 65535;

  • Octet String - 1, 2, 3, 4, ..., 65535;

  • Unsigned 16 - 2, 4, 6, 8, ..., 65534;

  • Signed 16 - 2, 4, 6, 8, ..., 65534;

  • Unsigned 32 - 4, 8, 12, 16, ..., 65532;

  • Signed 32 - 4, 8, 12, 16, ..., 65532;

Output Item description

Figure 76: Submodule output item text-ID and value

This sets additional information about the submodule's output DataItem.

 

Subslot Selection

Figure 77: Submodule Subslot input

Just as Module can be plugged in the software model to Slot, Submodule can be plugged into Subslot. This selection is optional - if no subslot is selected, the form will say "No Subslot selected".

The user can select Subslot for Submodule from existing ones, by using the Browse button (Figure 77 - the left one). This can be only done, when parent Module is plugged into Slot. Otherwise, information dialog will pop-up - see Figure 78. To remedy this situation, plug Module into some Slot.

Figure 78: Message dialog when selection Subslot fails

When parent module is plugged, Browse button will open simple list dialog with possible selection options. These are Subslots of Slot, parent Module is plugged into. To plug Submodule into Subslot, select its entry on the dialog's list and click OK. To unplug Submodule, select No Subslot option. As Submodule can be plugged only in one Subslot at the same time, only one option can be selected. To avoid being redundant, current selection is not available to choose from.

As already mentioned, no two Submodules can be put into the same Subslot simultaneously. Therefore, assigning Submodule to Subslot X, will result in unplugging Submodule that was plugged to Subslot X previously. The tool detects and warns user if this is about to happen - see Figure 79.

Figure 79: Dialog warning that subslot is already in use

The Create button - the right one on Figure 77, is a shortcut that allows to define a new Subslot and assign it to the Submodule at the same time.

 Records

Figure 80: Submodule records input

Submodule can be a parent for number of Record Data Objects. The Record definition is made of two elements: Parameter and value.

On Submodule editor page, there is an Add New Record button (top of Figure). Below each Submodule Record is listed (if any are defined). Record entry is labeled with Parameter name and index.

To create new Record, click Add New Record button. It will open two-page wizard. First page, shown on Figure 81 is for selecting Parameter and set text-ID and a human-readable additional text. User can choose from any previously defined Parameters.

Figure 81: Create new Record Wizard

On the second page, visible on Figure , user can specify value of data Record. Value is dependent on data type and data length of the Parameter. Numeric values are automatically initialized to zero, and have to be specified as sequence separated by whitespaces. The Wizard will check if input conforms to data length and data type, and display error messages if not.

Figure 82: Create new Record Wizard: Record Value

After Record is defined it can be modified by using Edit button, next to its label (see Figure). Clicking on the button will re-launch wizard for selected Record.

Record can be removed from the model by using Remove button, next to its label (see Figure).

Module Info

Figure 83: Submodule module info input fields

Specifies the soft- and hardware release of the Submodule.

Create a new Module

User can have much more Modules in his/her Software Model than the three ones predefined in new project template. One can add new Module to the model by selecting Modules editor block and using Create Object tool ( ). Sonderzeichen fehlt

New object is defined using Wizard dialog. The wizard can have up to two pages: first one to specify Module properties and optional second one to select Slot.

Figure 84: Create Module Wizard

First page of the wizard is presented on Figure 84. Completing this page is needed to create the Module. The properties: name, ident. number and description are equivalent to these described in chapter 9.7.2. You have to at least provide valid name and address for the wizard to continue. Remember, that Module number must be unique.

After name and identification number are specified, the user is free to finish the wizard by clicking the Finish button. Optionally, he can proceed to the next page where Module can be assigned to existing Slot. The page is presented on Figure 85.

Figure 85: Create Module Wizard: Slot selection