Connecting with Modbus, Tag Issues

I’m having issues connecting Modbus properly to the Ignition server. My tags either display unknown quality or not connected and NULL for value in the Tag Diagnostics tab, but on Ignition, it states that my Modbus device connection should be fine. I’m not sure if its an issue with my tag path or with my registry values or with my connection.


I’m also getting this error in my logs:
A device manual is here: Modbus Connection And Control - Ingersoll-Rand Xe-145M Instruction Manual [Page 53] | ManualsLib

Why do you have a period before the rest of your address? That’s only necessary when specifying the unit/slave ID along with it: [Modbus]0.HR0, etc…

Sorry about that, I tried experimenting with 1.HR0, 2.HR0 since I wasn’t sure if I had a specified unit ID but I forgot to get rid of the period. I’m still getting a similar issue though.

It seems from the error you posted the device simply isn’t responding. After 3 consecutive timeouts the driver reconnects (this is a setting you can enable/disable).

People usually see this when the device they’re connected to isn’t configured correctly or doesn’t have the registers mapped, or has the registers mapped to different addresses than they think.