AddReal

AddReal 1:

This method adds an argument of the type REAL.

Syntax

METHOD AddReal : I_TcArguments
VAR_INPUT
    value : REAL;
END_VAR

AddReal 2: Inputs

Name

Type

Description

value

REAL

Value to be added.

AddReal 3: Return value

Name

Type

Description

AddReal

I_TcArguments

Returns the I_TcArgument pointer again.