iec61850bean icon indicating copy to clipboard operation
iec61850bean copied to clipboard

Feat: add bacth read support

Open hu1200511 opened this issue 2 months ago • 0 comments

Hey, I've added a batch read request called getDataValueList in this PR. This request returns an error map, where the key represents the node that failed to read, and the value provides the failure message. I manually set a maximum limit for batch reads, which is set to 1000 by default. In my tests, this value never exceeded maxPduSize. With this batch read request, my program is functioning smoothly, and I haven't detected any potential risks associated with this method. Looking forward to your response. Thank you.

hu1200511 avatar Dec 25 '24 03:12 hu1200511