GetMaxConcurrency

GetMaxConcurrency 1:

Syntax

Definition:

METHOD GetMaxConcurrency : BOOL
VAR_INPUT
    nConcurrency : Reference To UDINT;
END_VAR

GetMaxConcurrency 2: Inputs

Name

Type

Description

nConcurrency

Reference To UDINT

Maximum supported number of concurrently processing threads

GetMaxConcurrency 3: Return value

BOOL

Methods reads out current configuration of inference engine regarding possible number of concurrently processing threads. This value is set by the user using stPredictionParameter before calling Configure method.