SetInital
Initialize internal values of the algorithm.
Syntax
Definition:
METHOD SetInitial : BOOL
VAR_INPUT
pTimespanArrayIn : POINTER TO ULINT;
nTimespanArrayInSize : UDINT;
END_VAR
Inputs
Name | Type | Description |
---|---|---|
pTimespanArrayIn | POINTER TO ULINT | Pointer to timespan array to be set as output values: Dim.: nNumSections + 2 |
nTimespanArrayInSize | UDINT | Size of the timespan array to be set as output values. Dim.: nNumSections + 2 |
Return value
Name | Type | Description |
---|---|---|
SetInitial | BOOL | Returns |