IF_EDesignModule - General Information

Overview

Type:

Interface

Available as of:

V 1.0.0.0

Inherits from:

Versions:

Current version

Task

Basic interface for all EDESIGN modules

Description

The basic interface IF_EDesignModule provides object-oriented access to the default interface of an EDESIGN module, converts active reactions to text and provides access to the texts of a module IF_ModuleText.

The integrated EDESIGN logger FB_ModuleLogger is connected to the module via this interface and thus can track and log changes of the default interface. A user only has to look more closely at IF_EDesignModule if own modules are developed.

Methods

Name

Description

GetReactions

Converts the active reactions of a module to their plain text equivalent.

Properties

Name

Data type

Accessing

Description

ifModuleText

IF_ModuleText

Read

Provides access to the text interface of a module.

stStandardInterface

REFERENCE TO ST_StandardItf

Read

Provides object-oriented access to the reference of the default interface of a module.

The returned reference must only be used for reading out values and never be written starting from this position.