Hello!
Started to work with AMI service. One the tasks is to show objects and attributes by names. Director shows names of attributes (by methods from dlms.dll libraty).
AMI templates response doesn`t contain name of an attribute (the response contains name field in attribute but with null value).
The same is with the device response (ListDevices) - we got objects, objects names, attributes, but no attributes names (just indexes).
Or to show the names we should use our data structure with attributes names?
We are using ((IGXDLMSBase)obj).GetNames() to get this information. I spoke from this and the attribute name is saved to GXAttributeTemplate name field on the next version.
It's released during this week.
A new version is released. Restart GXDLMSDirector and update it to the new one.
Sometimes you have to wait a few minutes before new update is recognized.
Device template with names of
Device template with names of attributes (index plus name).
Attribute from AMI (template
Attribute from AMI (template response) - no name, just index.
Hi,
Hi,
We are using ((IGXDLMSBase)obj).GetNames() to get this information. I spoke from this and the attribute name is saved to GXAttributeTemplate name field on the next version.
It's released during this week.
BR,
Mikko
Thanks for the reply.
Thanks for the reply. Waitting for the next version.
Hi,
Hi,
A new version is released. Restart GXDLMSDirector and update it to the new one.
Sometimes you have to wait a few minutes before new update is recognized.
BR,
Mikko