Hi,
I am trying to connect a Metcom meter over IP and using the "java -jar gurux.dlms.client.example.java". I am passing the below parameters.
-h X.X.X.X -p 4059 -a LOW -P PPPPPPP -i HDLC -r sn -o output.xml -t Verbose -d DLMS
I am not getting any response back from meter. I have been exploring the DLMS implementation in JAVA and found this amazing place. I have spent few days to understand the GURUX API but need assistance here.
Log :-
Connect using network connection gurux.net.GXNet@7ab2bfe1
Authentication: Low
ClientAddress: 0x10
ServerAddress: 0x1
Standard: DLMS
TX: 13:30:18.100 7E A0 07 03 21 93 0F 01 7E
Data send failed. Try to resend 1/3
TX: 13:34:25.519 7E A0 07 03 21 93 0F 01 7E
Hi, Our customers are using…
Hi,
Our customers are using Metcom meters so I believe that one of your settings is different than the meter expects. I have only Metcom meter available that supports serial port connection, so I can't check your TCP/IP connection.
Try with settings:
-h X.X.X.X -p 4059 -c 1 -s 255 -a LOW -P PPPPPPP -i HDLC
If it fails, try with this.
-h X.X.X.X -p 4059 -c 1 -s 1 -a LOW -P PPPPPPP -i WRAPPER
BR,
Mikko
Magic! The second command…
Magic!
The second command worked. As you suggested that the meter is expecting the different argument based on configuration. This is great start for me and surely our path will cross again.