-
Notifications
You must be signed in to change notification settings - Fork 54
Sending random values to PMU Connection Tester Connectivity and Reporting Rate Issues #20
Description
Hi,
I am new to GitHub and this field as well. In case I am doing or asking anything stupid, please guide me.
I am running the RandomPMU code but when I connect with PMU Connection tester, I get the following error:
_C:\Users\pdas\PycharmProjects\test32\venv\Scripts\python.exe "C:/Users/pdas/Documents/vPMU progress/pypmu/examples/randomPMU.py"
2020-06-16 22:34:13,200 INFO [1410] - PMU configuration changed.
2020-06-16 22:34:13,200 INFO [1410] - PMU header changed.
2020-06-16 22:34:13,204 INFO [1410] - Waiting for connection on 127.0.0.1:1410
2020-06-16 22:34:31,896 INFO [1410] - Waiting for connection on 127.0.0.1:1410
2020-06-16 22:34:32,800 INFO [1410] - Connection from 127.0.0.1:56705
2020-06-16 22:34:32,801 WARNING [1410] - **Message not received completely <- (127.0.0.1:56705)
Then if I send "Enable Real-time Data" from the PMU connection tester GUI, I can see the values being sent
2020-06-16 22:38:23,428 DEBUG [1410] - Message sent at [1592339903.428882] -> (127.0.0.1:56705)
2020-06-16 22:38:23,521 DEBUG [1410] - Message sent at [1592339903.521880] -> (127.0.0.1:56705)
2020-06-16 22:38:23,630 DEBUG [1410] - Message sent at [1592339903.630881] -> (127.0.0.1:56705)
2020-06-16 22:38:23,680 DEBUG [1410] - Message sent at [1592339903.680881] -> (127.0.0.1:56705)
2020-06-16 22:38:23,784 DEBUG [1410] - Message sent at [1592339903.784881] -> (127.0.0.1:56705)
But I cannot see the values in the plot or the values in the PMU connection tester GUI. It says "Awaiting Configuration Frame".
Furthermore, I have noticed that the Synchrophasor reporting rate despite being set to 30 frames per second, is varying widely. How that can be tackled ?