I'm sorry, but I'm not sure what you want to do. When you make a connection to the meter you can read the association view that describes objects that meter can offer.
Yes, I can read the association view and get all objects that meter can offer.
In that GXDLMSObjectCollection, we got all objects. Now I want to store all objects in the database with its obis code and attribute details.
E.g Clock
Obis Code : 0.0.1.0.0.255
Attributes : Time, TimeZone, Begin, End etc...
I am trying to find these attribute names in GXDLMSObjectCollection.
Hi,
Hi,
I'm sorry, but I'm not sure what you want to do. When you make a connection to the meter you can read the association view that describes objects that meter can offer.
BR,
Mikko
Hi Mikko,
Hi Mikko,
Yes, I can read the association view and get all objects that meter can offer.
In that GXDLMSObjectCollection, we got all objects. Now I want to store all objects in the database with its obis code and attribute details.
E.g Clock
Obis Code : 0.0.1.0.0.255
Attributes : Time, TimeZone, Begin, End etc...
I am trying to find these attribute names in GXDLMSObjectCollection.
I hope you got my query.
Hi,
Hi,
If you want to get attribute name by index, it's only supported with C#.
You can call IGXDLMSBase.GetNames() when you have the object.
Example:
GXDLMSClock clock = new GXDLMSClock();
string[] names = (clock as IGXDLMSBase).GetNames();
BR,
Mikko
Hi Mikko,
Hi Mikko,
Thanks for the update.
I got the attribute names.
Now the question is how to get method names?
Can you provide any suggestion on this.
Hi Mikko,
Hi Mikko,
Can you please provide an update?
Hi,
Hi,
Tests have ended and we are releasing the next version tomorrow.
BR,
Mikko
Hi Mikko,
Hi Mikko,
Thanks for the update.
Please let me know when you release new version.
Hi,
Hi,
The new version is released.
BR,
Mikko
Hi Mikko,
Hi Mikko,
Can you please know me from where I can get Method names?
Hi,
Hi,
There is no generic way to get method names at the moment, but we'll add them on the next week.
BR,
Mikko
Hi Mikko,
Hi Mikko,
Thanks for the update.
It would be great if we get method names during the downloading of all objects.
Please provide an update when you add this support.
Hi,
Hi,
New version is released on Monday where this is added.
BR,
Mikko
Hi Mikko,
Hi Mikko,
Thanks for the update.