AdvancedHMI Software

General Category => Support Questions => Topic started by: andreaboschetti71 on November 26, 2017, 01:07:22 PM

Title: result of Write function
Post by: andreaboschetti71 on November 26, 2017, 01:07:22 PM
I want to know what the function EthernetIPforSLCMicroCom1.Write return in case of success. I want discriminate when the function fail to write tag in PLC.
thank you in advance
Title: Re: result of Write function
Post by: Archie on November 26, 2017, 02:50:22 PM
Write is a synchronous call that waits for the write to complete or fail. If it fails, it should throw an exception. You should be able to test this by writing to an elements that does not exist.