AdvancedHMI Software

General Category => Support Questions => Topic started by: btpsnunes on July 23, 2021, 04:55:14 AM

Title: Error Display
Post by: btpsnunes on July 23, 2021, 04:55:14 AM
Hello,

I'm doing a small project with AdvancedHMIv399xR1, Visual Studio 2019 C# Windows Forms, and using ModbusTCPCom.

Everything looks pretty easy to use and to configure, but I do have a small question I couldn't find anywhere in the forum.

Whenever I force a communication error for testing, the different components (graphicindicators, sevensegments, basicIndicators, to name a few), do not display any error and retain the last valid value (SuppressErrorDisplay). Where they supposed to display a com error, or do we have to code that in the TCPCom ComError event?
Title: Re: Error Display
Post by: Archie on July 25, 2021, 04:28:38 PM
Some controls in which the Text property has no effect will have no way to display an error.
Title: Re: Error Display
Post by: btpsnunes on July 26, 2021, 04:25:28 AM
Some controls in which the Text property has no effect will have no way to display an error.

Thank you for the reply.