You are on page 1of 5

DLMS C Mode Test

1. Test Tools
 Meter simulate:Python Code
 DPU100 configuration and Debug Tool: DPUConfigTool V1.0.7-2
2. Python.exe preparation
 Install the python.3.8
 Update the python Library management software pip
python -m pip install --upgrade pip -i https://pypi.douban.com/simple
 Install the serial library:
pip install serial
pip install pyserial

3. Device Connection
4. CMD run the main.py and select the meter.json
5. Change the serial
meter62056-21\meter.json 下的"COMPortName": "COM5"

6. Open the DPU100 configuration tool


 Open the communication page

 Import the config File then click the “Issue profile”


 Select the “Stipulations Set”

You can see the four meters info in the AMR process.py, for example double click to enter the meter #12345673,you
can see the tele-signal, tele-metry and tele pulse Obis code like below picture:

You can check the meter Obis code value in the AMRProcess.py as below picture:

 Click the “Start Debug ” and read meter data

You might also like