Please tell me Is it the correct interpretation of Value field(for Bit-String Data Type) in following example:
04 10 26 4A
Bit 0 - 0
Bit 1 - 1
Bit 2 - 0
Bit 3 - 1
Bit 4 - 0
Bit 5 - 0
Bit 6 - 1
Bit 7 - 0
Bit 8 - 0
Bit 9 - 1
Bit 10 - 1
Bit 11 - 0
Bit 12 - 0
Bit 13 - 1
Bit 14 - 0
Bit 15 - 0
Is there api for client to list out the servers in network. It means is there any client api available in c base code, where we can query in the network then DLMS meter servers will response to the query. Please let me know if anything is available like that which we can use. We need an api to list out the how many meters in the network which act as servers. Please response to this.
One more thing the current server simulator is only responding for clock update, what are and all this server meter simulator can support then I can request with different object ID?
Could you please tell me how to handle the Push message sent by the meter while the client is already in connected state? also Client will be sending keep alive message periodically to retain the connection live status.
How to set retry setting(Timeout value and retry count) in ANSI C library. Example is In DLSMExplorer for any of the TX packet no response DLMSExplorer will resend the same command.