Hi,
On a project, I read data from a modbus TCP device. Project was running great for a long time. But, now the values of the devices in ignition designer are all marked as "Bad":
There is the status of the connection :
But on the gateway web page in OPC Quick Client, all the values are good :

I tried create a new device, but I get the same error. What is the issue?
Thank you!
Hey Emile_Laplante,
Have you tried subscribing to the same tag SoC0 from Ignition's Quick Client? Any recent errors populated under the logs page regarding this Modbus device?
It seems like Ignition is able to see the tag value but values aren't populating in the tag browser. Can you also send a screenshot of the tag diagnostic by right clicking on the tag > Edit > Show Diagnostics near the right side of the tag name. This will give us a better indicator as to why we are getting Bad quality.
There is a screenshot of the tag diagnostic :
Found my problem, the modbus device is generated by a python script. Modbus registers were not the same.