Hi,
how we can configure destination address of instance push setup using dlms .net library
and i tried in GXDLMSDirector ,there its working,if i try with dlms .net library code its not working.
Here is my code
GXDLMSPushSetup gXDLMSPushSetup = new GXDLMSPushSetup();
gXDLMSPushSetup.Destination = "our Head end system server address";
gXDLMSPushSetup.Service = ServiceType.Tcp;
gXDLMSPushSetup.Message = MessageType.CosemApdu;
GXReplyData r = new GXReplyData();
ReadDataBlock(Client.Write(gXDLMSPushSetup, 2), r);
i tried for both attribute index 2 and 3.
input-7E A0 2E 03 61 32 DA 85 E6 E6 00 C9 20 30 00 00 00 03 35 BB B5 AA 6A DB 2F 99 CE E0 61 32 1E 69 C5 26 68 C0 29 D1 55 82 C4 86 05 21 7E 14 3C 7E
Exception-'Insufficient memory to continue the execution of the program
My doubt is datatype of destination address in GXDLMSDirector is structure,how we can write destination address to meter.