Welcome to our new forum
All users of the legacy CODESYS Forums, please create a new account at account.codesys.com. But make sure to use the same E-Mail address as in the old Forum. Then your posts will be matched. Close

Async Manager

CodeMaster
2018-02-20
4 days ago
  • CodeMaster - 2018-02-20

    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

     
  • josepmariarams - 2018-02-25

    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.

     
  • CodeMaster - 2018-03-02

    Thats what I wanted to try with the Async Man Libary

     
    • helcioburd - 2023-09-06

      Do you have an example of that uses Async Manager?

       

Log in to post a comment.