IF_AsyncManager - General Information

Overview

Type:

Interface

Available as of:

V1.2.3.0

Versions:

Current version

Task

Transfer and execute code, which the user has written, to a task running asynchronously to the program.

Description

Using this interface, additional tasks can be generated that run asynchronously to the task in which the interface is allocated. Function blocks, which must implement IF_Async, can be transferred to these asynchronous tasks. The Job method of the function block then is executed in an asynchro­nously running task.

Methods

Name

Description

Init

Initialization of the Async mechanism and generation of the asynchronous tasks

Start

Transfer job to asynchronous task