Hi, I wanted to know is it possible for you to add method for block set (writing list of attribute in a block)
for meters who support "BlockTransferWithSetOrWrite".
if not, do you have any hint for me? (any help appreciated)
sorry I found this method :
public byte[][] WriteList(List<KeyValuePair<GXDLMSObject, int>> list)
in your library . only I want to know is this method usage like ReadList in gxDlmsDirector or there is anything that should be changed?
sorry I found this method :
sorry I found this method :
public byte[][] WriteList(List<KeyValuePair<GXDLMSObject, int>> list)
in your library . only I want to know is this method usage like ReadList in gxDlmsDirector or there is anything that should be changed?
Hi,
Hi,
You use it in the same way as the ReadList. Just set the values that you want to write for the objects and write.
BR,
Mikko
thank you I'll check it and
thank you I'll check it and let you know