AdvancedHMI Software

General Category => Support Questions => Topic started by: TheColonel26 on March 21, 2018, 01:38:25 PM

Title: OmronEthernetFINSCom Thread Safe?
Post by: TheColonel26 on March 21, 2018, 01:38:25 PM
Is the OmronEthernetFINSCom driver thread safe? Can I make calls to it from multiple threads? Or will I need to create a new instance for each thread?
Title: Re: OmronEthernetFINSCom Thread Safe?
Post by: Archie on March 21, 2018, 02:28:10 PM
Yes. It uses transaction numbers and queues to allow it to accept command from multiple threads.
Title: Re: OmronEthernetFINSCom Thread Safe?
Post by: TheColonel26 on March 21, 2018, 02:36:01 PM
Awesome this made my day.

BTW Thanks you for all your work on AdvancedHMI Archie.