AdvancedHMI Software

General Category => Support Questions => Topic started by: mourazo on November 13, 2019, 06:04:41 AM

Title: Error Display
Post by: mourazo on November 13, 2019, 06:04:41 AM
I would like specific message to show in a basic label when I did not receive data from the driver, how could I do it?
Title: Re: Error Display
Post by: Godra on November 13, 2019, 07:47:24 PM
And how would you know that you didn't receive the data?

There is usually a message from the driver that shows in the label: "No values received from the driver" (or similar)
Title: Re: Error Display
Post by: mourazo on November 15, 2019, 02:21:36 AM
That is what I ask, if there is any method to modify that message or if there is any property that returns me connection == true or false. The problem I have is that the display error is too long and does not fit in the panel, I would also like to change the color of the panel to red when it has no connection with the plc
Title: Re: Error Display
Post by: Godra on November 15, 2019, 03:07:40 PM
Maybe try this:  https://www.advancedhmi.com/forum/index.php?topic=1086.0
Title: Re: Error Display
Post by: mourazo on November 19, 2019, 12:24:23 PM
I hadn't seen the comError event, thanks