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?