Create an assync Task, and in the program which runs in the assync tasks create an array of fb which implements an interface which has an assync method. In the assync program call the assync method of the interfaces registered in the array.
In the creation of the fb in the sync task register your fb which implements the interface in the assync array.
You can start the assync method with a execute-done mechanism.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
anyone found any sample code for this library?
I'm trying to work with AsyncManager but the documentation is not helping?
Surly, codesys when they coded this library they had a sample project to test and simulate the functionality for this library.
can you share it please ?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I want to use the CAA Async Manager. If I understood correctly I have to initialize the worker befor the job is open?
It always says NO_MEMORY
Can you help me to use it properly?
Is there some documentation?
Thanks
Hi.
You can do it too with an assyncTask.
Create an assync Task, and in the program which runs in the assync tasks create an array of fb which implements an interface which has an assync method. In the assync program call the assync method of the interfaces registered in the array.
In the creation of the fb in the sync task register your fb which implements the interface in the assync array.
You can start the assync method with a execute-done mechanism.
Thats what I wanted to try with the Async Man Libary
Do you have an example of that uses Async Manager?
anyone found any sample code for this library?
I'm trying to work with AsyncManager but the documentation is not helping?
Surly, codesys when they coded this library they had a sample project to test and simulate the functionality for this library.
can you share it please ?