Call

Call the algorithm after a new input value is set. A new input can be assigned by using the method SetChannelValue().

Syntax

Definition:

METHOD Call : BOOL
VAR_INPUT
    bFit : BOOL;
    dependent : ANY;
END_VAR

Call 1: Inputs

Name

Type

Description

bFit

BOOL

Parameter adjustment can be enabled or disabled.

dependent

ANY

Dependent value resulting from the linear combination of the input values.

Call 2: Return value

Name

Type

Description

Call

BOOL

Returns TRUE if successful.