-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Runtime Update of Synchrophasor Data Reporting Rate #22
Comments
I just made some changes to the code and created the above PR. About your program I've made a couple changes
in the random pmu i've made more substantial changes:
this is one solution, not sure if it is maintainer approved solution or if there is an easier one. |
Hi all,
I am using a modified version of randomPMU to send random phasor values. Now I want to dynamically control the Synchrophasor Reporting Rate (RR) (from say 10 fps to 50fps). I have another UDP sender script which sends integers such as 10, 25, 50 referring to reporting rates in fps. So this script sends 50 and the data reporting rate changes to 50 using the following code:
pmu.set_data_rate(50)
When I change the RR, the code acknowledges that the configuration frame has changed, however, the PMU connection tester still continues to receive at the previously set rate. Only after I disconnect and re-connect the tester I get the updated frame rate. Please guide me on how to change the synchrophasor reporting rate in a dynamic way.
code for Random_PMU :
Code for UDP sender:
The text was updated successfully, but these errors were encountered: