This demonstrates the process of communicating through ethernet to a SEL-2431 Voltage Regulator Control Panel using SEL Fast Message. Basic device commands and data cna be requested and displayed over a connected serial port. This is a basic version and full testing and documentation has yet to be completed.
Dependencies: BufferedSerial analogAverager voltageRegulator netStatReg analogMinMax CounterMinMax
Diff: netdevices.h
- Revision:
- 3:ac1f2af8bd0f
- Child:
- 4:98cdccfb17d6
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/netdevices.h Mon Sep 16 14:17:45 2019 +0000 @@ -0,0 +1,11 @@ + +struct netsys +{ + TCPServer srv; + TCPSocket clt_sock; + SocketAddress clt_addr; + int tcpport; + bool isactive; + bool closeconnection; + int sockalivetime; +}; \ No newline at end of file