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:
12:4bb088c27838
Parent:
11:d40adc7de05f
Child:
15:9ad261a27883
--- a/selMsg.h	Wed Oct 02 19:16:25 2019 +0000
+++ b/selMsg.h	Mon Oct 07 12:44:38 2019 +0000
@@ -17,10 +17,14 @@
     {'\r','\n',' ',' ',' ',' ',' '}
 };
 
-const char serCmdSeq[3][5] = {
+const char serCmdSeq[2][5] = {
     {0x02,0x03,0x04,0x04,0x00},
-    {0x02,0x03,0x04,0x04,0x01},
-    {0x05,0x07,0x04,0x04,0x07}
+    {0x02,0x03,0x04,0x04,0x01}
+};
+
+const char serCmdlen[2][5] = {
+    {0x05,0x07,0x04,0x04,0x07},
+    {0x05,0x07,0x04,0x04,0x05}
 };
 
 const char vRegDevCfg[23] = {