Need help for an issue when polling real time modbus data from a IP device through the Ignition modbus OPC driver. Modbus data is split into 2 holding register ranges:
Range 1 -772 to 1800
These are either integer or float values updating real-time in Ignition successfully. These are accessed in the standard way as any other modbus tags (HRUS772 TO HRUS1800).
Range 2 – 42497 to 42601
These are only integer values and do not update real-time in Ignition. Trying to access these tags, same way as above (HRUS42497 TO HRUS42601)
These values correctly update on a forced modbus read request. For e.g when the address is changed and the restored back to original.
Working around TagGroups and Advanced properties have not yielded any results.
Appreciate help if anybody has come across any such issue and has a solution.