Hello,
Is there a way to find OBIS code from a ReadRequest trace?
For example this HDLC frame: 7E A0 11 03 41 FE 82 54 E6 E6 00 05 01 02 9A F0 8A 80 7E
means a readRequest for OBIS code 1.1.32.7.0.255
GURUX DLMS translator returns this:
<HDLC len="10" >
<TargetAddress Value="1" />
<SourceAddress Value="20" />
<FrameType Value="FE" />
<PDU>
<ReadRequest Qty="01" >
<VariableName Value="9AF0" />
Those who limited to DLMS Color books (BLUE, GREEN, YELLOW and WHITE) can discuss and enhance knowledge on DLMS/COSEM standard code IEC 62056 series
IEC 62056-21 Direct local data exchange
IEC 62056-42 Physical Layer Services and Procedures for Connection-Oriented Asynchronous Data Exchange
IEC 62056-46 Data link layer using HDLC protocol
IEC 62056-47 COSEM transport layers for IPv4 networks
IEC 62056-53 COSEM application layer
IEC 62056-61 OBIS Object identification system
IEC 62056-62 Interface objects
I'm trying to read out data from an Iskraemeco AM550 using the IR interface via the Gurux python interface (on Raspberry PI). I followed the setup instructions but so far I'm unable to receive any data from the device:
I would like to create a DLMS client with gurux_dlms python library.I have already downloaded the source code on Github but i don't know how to use it.
Could I have some help please.
I am working on a project with DLMS/COSEM meters and security suites. If I have a meter that supports Suite 2, can I use the gurux client to establish communication using Suite 0 with static EK keys, even though the size of the keys between both suites is different?
Hello,
Can you please provide example how to read data via plc protocol with .NET library? I guess i need to initialize GXPlcSettings with correct parameters. I know that plc configured with key 1441 in the meters and the modem is IT900.
I'm trying to read EDMI ATLAS MK7MI using RS-232 port. Information from brochure this meter using DLMS IEC62056 protocol in all ports including RS-232. But other EDMI ATLAS line up using 'EDMI Command Line' ex. MK10E which i can understand this protocol.
My Question is, what protocol is used by MK7MI in RS-232 port. And what steps to connect meter using DLMS protocol with Gurux DLMS Director via RS-232 port.