Skip to content

Deprecated Elements

class ADeprecated

--- DEPRECATED CLASS ---

All classes that extend this class are to be discontinued if possible. If it is not possible to prevent their use, the depricated warning can be deactivated in the ModelConfig. To do this, a resource of the type 'ModelConfig' must be created in the project. The corresponding settings can be made in it.

StandardFunction_deprecated

The problem of the StandardFunction is the missing definition of the interface variables. For certain platforms it is necessary to know how the interface variables are defined. In order to provide a solid basis for platform-independent generation, existing function interfaces must be fully defined.

class StandardFunction_deprecated extends AStandardFunction, ADeprecated

SharedFunction


SharedFunctions should no longer be used. These have only limited possibilities in connection with extended controllers.

Instead of SharedFunctions, only ControllerMethods should be used.

class SharedFunction extends SharedFunction, AOoDomain, ADeprecated

InterfaceData_deprecated

All public data of a controller is defined in the interface data.

abstract class InterfaceData_deprecated extends AInterfaceData, ADeprecated

ArrayType


This type can lead to problems, e.g. in combination with strings.

Instead of an ArrayType, use a variable with a constant as the array length definition.

(In this context, it is important to know that in the string definition, the first array length definition is always the string length.)

class ArrayType extends ArrayType, Type, ADeprecated

UnitScale_deprecated


This UnitScale mechanism shall no longer be used.

The Unit Manager shall be used instead.

class UnitScale_deprecated extends AUnitType, ADeprecated

FunctionBlock_deprecated


Function block definition (deprecated).
Type of function block is based on datatype library.

It is strongly recommended to use a ClassTypes instead of a function block definition.

class FunctionBlock_deprecated extends AFunctionBlock, BaseDataVariable, ADeprecated

Library_deprecated

class Library_deprecated extends ProgramTyp, ADeprecated

ADeprecated

— DEPRECATED CLASS —

All classes that extend this class are to be discontinued if possible.
If it is not possible to prevent their use, the deprecated warning can be deactivated in the ModelConfig.
To do this, a resource of the type 'ModelConfig' must be created in the project. The corresponding settings can be made in it.

abstract class ADeprecated extends Resource