I want to create a PMU generator with TypeScript

Hi,
I’ve developed a script that generates PMU data, but I’m having trouble getting it to work correctly. I’d like to know if it’s possible to connect to openPDC and the PMU Connection Tester using WebSocket server, and simulate the IEEE C37.118.2 protocol.
Is WebSocket a valid method for interfacing with these tools?

Additionally, could you provide me with a small example or some sample data (e.g., a hard-coded configuration and data frame) that I could use to test my implementation with the PMU Connection Tester?

Thanks in advance!

Hi Tagan,

I do think it would be possible to implement the IEEE C37.118 using WebSocket as the transport layer, but both client and server would need to support it. Therefore, I’d have to conclude that it is currently not a valid way of interfacing with openPDC or PMU Connection Tester. You’d either need to modify our software to support the WebSocket implementation or else develop a middleware application that listens on a plain TCP endpoint and proxies the IEEE C37.118 frame data between the WebSocket server and the client application.

Thanks,
Stephen