iicsys / pypmu

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

NOT RESTRICT FREQ to +/- 32.767Hz #14

Closed caldweln closed 4 years ago

caldweln commented 4 years ago

IEEE Std C37.118.2-2011 Table 6 states for FREQ where 32bit floating point, is "actual frequency value" and thus not restricted to +/- 32.767Hz as with 16bit integer.

sstevan commented 4 years ago

Hey @caldweln,

Thanks for the pull request! Just making the reference to #4 Have you managed to test whether the frequency is packed and unpacked correctly now?

I hope this pull request will push me to find some extra time to dig once more if the freq field is packed correctly for sending.

caldweln commented 4 years ago

I think the problem is a mis-interpretation of the standard, see my comment in #3