iicsys / pypmu

pyPMU - Python implementation of the IEEE C37.118 synchrophasor standard
BSD 3-Clause "New" or "Revised" License
62 stars 46 forks source link

fix flag handling for unlocked and locked #36

Closed windrad6 closed 1 year ago

windrad6 commented 2 years ago

This fixes the issue: Received unknown message from PMU #35

windrad6 commented 2 years ago

I updated all shift operations, changed the "shift operation style" and added a fix in the rocof interpretation a divide by 100 was missing

sstevan commented 2 years ago

Hey @cl0-de,

Thanks for the update! I was wondering if you could send the same pull request to the bugfix-v1.0.1 branch?

I think we got most of the bugs resolved by the community, I will go through the open issues and see if there is any outstanding job to be done before creating a new release branch.

windrad6 commented 2 years ago

I updated the merge request to now merge into bugfix-v1.0.1

windrad6 commented 1 year ago

Hey @sstevan,

did you need anything more from my site, to close this pull request?

sstevan commented 1 year ago

Hey @windrad6,

Have not checked if we need the import line mentioned above:

from curses import def_prog_mode

If not just remove it and we can merge. Thanks!

windrad6 commented 1 year ago

The import line is removed.