Hello!
How to change font, color and position of Value and ValueSuffix elements?
To let PLC change Minimum and Maximum value I use
CircularProgressBar1.Minimum = EthernetIPforCLXCom1.Read("PLC_Tag1")
CircularProgressBar1.Maximum = EthernetIPforCLXCom1.Read("PLC_Tag2")
It works fine. However, if no connection to PLC then Visual Studio generates an error "Exception Unhandled" (No response from PLC).
Any ideas how to handle this error? It is hard to work on design if PLC is offline.
Thanks.