How to read parameter in float format

Hello Everyone, I am a novice to ignition, could anyone help me on how to read tag points from an energy meter? it is setup using modbus tcp driver.

RAYFULL EI920 Series Protocol V1.0.pdf (414.7 KB)

here it the address list. please help.

Modbus Addressing Ignition Manual

Use the manual to get one tag working, then roll out to all the others

Since the table has address offsets given in hex, you will need zero-based addressing in the device advanced options.

Thank you for the quirck reply. really appreciate it. this is what i set on the address configuration. Is the radix 8 the correct to read values in float format or should I use 16?

Also when I increase the "end" value to 200. the tags displays as bad

This is what I did.

Do not use the address mapping feature. Create OPC tags with manually constructed OPC Item Paths, using the documentation linked above.

this is confusing to me. I am searching information in the internet trying to learn this

Put the high byte and low byte together and convert from hex to decimal. That will give you the decimal address to accompany IRF.

Could site an example? what to type in the item path?

[deviceName]IRF0
[deviceName]IRF2

and so on.

I am able to read the address 00 04

Value in the energy meter matches the value displayed in ignition

How about this one?

imageit 20 bytes length

Hex B0C is decimal 2828. So five tags, [...]1.IRF2828, [...]1.IRF2832, [...]1.IRF2836, [...]1.IRF2840, and [...]1.IRF2844.

Thank you very much pturmel, I am beginning to see picture clearly. also how can I display this tag in YY.MM DD
HH:mm:SS it is BCD occupying 3 registers.

image

Did I select the correct data type?

image