Hello all,
please inform me on the the way Aggregate counts the used tags, see examples bellow:
In the case of a modbus device,
we can request a reply of a Holding register, type = 2-byte Int. Unsigned (offset=100), size = 5.
Is this count as 1 tag or 5 tags?
Or, as a Holding register, type = 8-byte Int. Signed (offset=100), size=1
Is this count as 1 tag or 4 tags?
Or, as a Holding register, type = char (offset=100)
which according to your manual is 64-characters length
How many tags is counted for this element?
Nikolas