hi sir,
I'm new to this work.
sever example program in c,client example program in C# GXDLMSPushListener;
first, sever sends push messages ,then GXDLMSPushListener can receive push messages, after sent SNRM,but can't receive UA data; Please guide the solution.
When the meter is sending push messages the client doesn't establish the connection to the meter sending the SNRM message. The server sends push messages and the client can just receives them.
Thank you for your response! so,How can I read the server after receiving the Push message?
eg:PushListener->OnReceived->reader.ReadAll(),how to establish the connection?
You can't usually establish the connection when the meter sends the push message.
You need to use auto connect object to tell when the meter should establish the connection for the reader server. http://www.gurux.fi/Gurux.DLMS.Objects.GXDLMSAutoConnect
Hi,
Hi,
When the meter is sending push messages the client doesn't establish the connection to the meter sending the SNRM message. The server sends push messages and the client can just receives them.
BR,
Mikko
Thank you for your response!
Thank you for your response! so,How can I read the server after receiving the Push message?
eg:PushListener->OnReceived->reader.ReadAll(),how to establish the connection?
Hi,
Hi,
You can't usually establish the connection when the meter sends the push message.
You need to use auto connect object to tell when the meter should establish the connection for the reader server.
http://www.gurux.fi/Gurux.DLMS.Objects.GXDLMSAutoConnect
BR,
Mikko