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

Revision:
5:c656fd08007b
Parent:
4:98cdccfb17d6
Child:
6:9f97716eae76
--- a/netdevices.h	Tue Sep 17 17:03:40 2019 +0000
+++ b/netdevices.h	Thu Sep 19 16:48:15 2019 +0000
@@ -19,6 +19,16 @@
     unsigned int pollTimeout;
     unsigned int pollTime;
     unsigned int pollInterval;
+    unsigned int pollState;
+    bool pollRetry;
+    bool sendRetry;
+    bool connectRetry;
+    unsigned int pollRetryCount;
+    unsigned int attachFailCount;
+    unsigned int sendRetryCount;
+    unsigned int messageFailCount;
+    unsigned int txMessageCount;
+    unsigned int rxMessageCount;
 };
 
 #endif
\ No newline at end of file