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.
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
Do not use the address mapping feature. Create OPC tags with manually constructed OPC Item Paths, using the documentation linked above.
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.
Value in the energy meter matches the value displayed in ignition
How about this one?
it 20 bytes length
Hex B0C is decimal 2828. So five tags, [...]1.IRF2828, [...]1.IRF2832, [...]1.IRF2836, [...]1.IRF2840, and [...]1.IRF2844.