AdvancedHMI Software
General Category => Support Questions => Topic started 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?
-
Some controls in which the Text property has no effect will have no way to display an error.
-
Some controls in which the Text property has no effect will have no way to display an error.
Thank you for the reply.