Menu

Threading

Help
2006-03-31
2013-05-09
  • Nobody/Anonymous

    Can Libnodave work with simultaneous Read and Write request from different thread?

    how I can implement it?

    Thank you very much

     
    • afk

      afk - 2006-03-31

      Simultaneous Reads and/or Writes are not possible.

      You can access libnodave from different threads, but  you must limit the access to the functions, which are providing direct access to the PLC (like daveReadBytes, daveReadBits, daveWriteBytes, daveWriteBits, ...), to one thread at the same time.

      Axel

       

Anonymous
Anonymous

Add attachments
Cancel