Recommended Posts

Hi,

I need help to read values from kWh meter...To scan modbus registers I'm using CAS modbus scanner (Chipkin Automation Systems) and I can get some values ( pls see att..)..All data values in the SDM230Modbus  smart meter are transferred as  32 bit IEEE754..

DAQFactory returns zero values.

Can anyone help with that ? Scanner reads values but DF not. 

How to read value from 30001 and translate this to 230 V...?  Here scanner from this address reads 17253 ??, it should be voltage value ( about 230 V )...

 

THX

Damir, Croatia

 

kWh_meter_from_users_manual.JPG

kWh_4_924watt.JPG

kWh_3_924watt.JPG

kWh_2_924watt.JPG

kWh_1_924watt.JPG

SDM220Modbus_protocol_V1.1.pdf

Link to comment
Share on other sites

Set your Timing to 0 on all channels, then pick one and in the command alert type:

read(mychannel)

where mychannel is the name of one of your channels.  That will trigger a single read.  Make sure the comm monitor is open on the port, and display all chars as ASCII codes is checked.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.