I have the addressing for the PET device from the manual, but can’t get the values to show up in Ignition.
Attached is the screen shot of the manual, with the address I am trying to get.
What do I need to enter in the device configuration?
I have the addressing for the PET device from the manual, but can’t get the values to show up in Ignition.
Attached is the screen shot of the manual, with the address I am trying to get.
What do I need to enter in the device configuration?
First, discard your address map. It is no longer recommended. Just create OPC tags with the appropriate manual addressing.
Since it is obvious that the lowest address is zero, you need to ensure "Zero-based addressing" is turned on in your device's advanced settings (on the Ignition side).
You may also need to determine if unit #0 is actually appropriate. While common for many Modbus TCP devices, unit #1 is also common. (Unit zero is special on Modbus RTU, so definitely not correct if you are using RTU anywhere.)
So, try addresses like [devName]IR0
or [devName]1.IR0
as OPC Item Paths to read that first register.