After sending SNRM request meter is not responding:
13:18:23 Initializing serial connection.
13:18:23 01:18:23.608 Info Opening
13:18:23 01:18:23.610 Info Serial Port Settings: Port Name: COM3 Baud Rate: 9600 Data Bits: 8 Parity: None Stop Bits: One Flow Control: None Eop: None
13:18:30 01:18:30.011 Info Open
13:18:31 Send SNRM request.
7E A0 08 02 23 03 93 3E 74 7E
13:18:31 01:18:31.013 Sent 7E A0 08 02 23 03 93 3E 74 7E
13:18:51 Data send failed. Try to resend 1/3
13:18:51 01:18:51.230 Sent 7E A0 08 02 23 03 93 3E 74 7E
13:19:11 Data send failed. Try to resend 2/3
13:19:11 01:19:11.477 Sent 7E A0 08 02 23 03 93 3E 74 7E
13:19:31 Failed to receive reply from the device in given time.
13:19:31 Disconnect request
13:19:31 Send Disconnect request.
7E A0 08 02 23 03 53 32 B2 7E
13:19:31 01:19:31.584 Sent 7E A0 08 02 23 03 53 32 B2 7E
13:19:51 Data send failed. Try to resend 1/3
13:19:51 01:19:51.816 Sent 7E A0 08 02 23 03 53 32 B2 7E
13:20:12 Data send failed. Try to resend 2/3
13:20:12 01:20:12.111 Sent 7E A0 08 02 23 03 53 32 B2 7E
13:20:32 Failed to receive reply from the device in given time.
13:20:32 01:20:32.228 Info Closing
13:20:33 01:20:33.219 Info Closed
System.TimeoutException: Failed to receive reply from the device in given time.
at GXDLMSDirector.GXDLMSDevice.InitializeConnection()
at GXDLMSDirector.MainForm.Connect(Object sender, GXAsyncWork work, Object[] parameters)
From manufacturer's application I was able to get read-write logs.
ACE SL7000 is not supporting historical data very well. Try to read something else. With some profile generics you need to read all the data and with some, you can read data using start and end time.
If I remember correctly reading using index and count is not work at all.
Hi,
Hi,
Change start protocol from DLMS to IEC. I believe that you are using the optical probe (head)?
BR,
Mikko
I changed it, and the initial
I changed it, and the initial connection was successful. But I'm not able to get any historical data, there's an access error.
Hi,
Hi,
Change authentication from None to Low. The password is ABCDEFGH.
BR,
Mikko
On low authentication I get
On low authentication I get this error.
Hi,
Hi,
ACE SL7000 is not supporting historical data very well. Try to read something else. With some profile generics you need to read all the data and with some, you can read data using start and end time.
If I remember correctly reading using index and count is not work at all.
BR,
Mikko