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:
15:9ad261a27883
Parent:
12:4bb088c27838
Child:
16:018bed9abe89
--- a/selMsg.h	Mon Oct 07 19:40:36 2019 +0000
+++ b/selMsg.h	Fri Oct 11 16:32:45 2019 +0000
@@ -69,10 +69,21 @@
     char numDigital;
     char numDemAnalog;
     struct analog1Sample analogs[27];
-    struct analog1Sample calculated[5];
+    struct analog1Sample calculated[14];
     struct fmTimeStamp timeStamp;
     struct fmTimeStamp  demTimeStamp;
     char digitalTargets[52];
+    char tapOff;
+    char noNeut;
+    char tapDiff;
+    char remCount;
+    char locCount;
+    char autoCount;
+    char manCount;
+    char vripCount;
+    char neutCount;
+    char maxCount;
+    char minCount;    
 };
 
 void initVoltageRegulator(vRegData *vReg);