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
tTimestamp : ULINT;
pDataOut : POINTER TO BOOL;
nDataOutSize : UDINT;
END_VAR
Inputs
Name | Type | Description |
---|---|---|
tTimestamp | ULINT | Current timestamp with a resolution of 1 ns. |
pDataOut | POINTER TO BOOL | Pointer to the result array of the output channels. Dim.: nNumChannels+1 |
nDataOutSize | UDINT | Size of the result array. |
Return value
Name | Type | Description |
---|---|---|
Call | BOOL | Returns |