By rajesh9949, 20 September, 2024 Forums Gurux DLMS for Java hi, i have gurux dlms java code im trying to disconnect and reconnect meter.but it was not working as expected suggest how can i achieve this action commands Hi, I believe that you want… Hi, I believe that you want to connect and disconnect the valve. You can use GXDLMSDisconnectControl for that. Something like GXDLMSDisconnectControl dc = new GXDLMSDisconnectControl(); byte[][] data = cd.remoteDisconnect(client); Send data to the meter using ReadDataBlock. BR, Mikko
Hi, I believe that you want… Hi, I believe that you want to connect and disconnect the valve. You can use GXDLMSDisconnectControl for that. Something like GXDLMSDisconnectControl dc = new GXDLMSDisconnectControl(); byte[][] data = cd.remoteDisconnect(client); Send data to the meter using ReadDataBlock. BR, Mikko
Hi, I believe that you want…
Hi,
I believe that you want to connect and disconnect the valve.
You can use GXDLMSDisconnectControl for that.
Something like
GXDLMSDisconnectControl dc = new GXDLMSDisconnectControl();
byte[][] data = cd.remoteDisconnect(client);
Send data to the meter using ReadDataBlock.
BR,
Mikko