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

Revisions of main.cpp

Revision Date Message Actions
18:69846c990e04 2020-01-23 Project Basic Release for review only final testing still to be completed File  Diff  Annotate
17:a69f6e51b3cb 2019-11-25 Updates to allow control of enables outside of defines File  Diff  Annotate
16:018bed9abe89 2019-10-14 Moved most processing commands to seldev class (to be renamed voltage regulator class at a later date) File  Diff  Annotate
15:9ad261a27883 2019-10-11 Cleaning up to begin transferring vReg struct and functions to class File  Diff  Annotate
14:3d437acb92e3 2019-10-07 Added Report Timer and cleaned up some code File  Diff  Annotate
13:4d533751f951 2019-10-07 Completed net class and fixed message lock error; File  Diff  Annotate
12:4bb088c27838 2019-10-07 Added percent or value option File  Diff  Annotate
11:d40adc7de05f 2019-10-02 Added min max and averaging routines; File  Diff  Annotate
10:9da863a6da3e 2019-10-02 Demand Report added and poll times optimized File  Diff  Annotate
9:d6e7981dfc89 2019-10-01 Polling+Tap Command and Metering Command File  Diff  Annotate
8:fa2a2c3a16ce 2019-09-26 Command Response and Data Storage; File  Diff  Annotate
7:be13a9037d41 2019-09-23 Defines for operation in header, basic functionality complete File  Diff  Annotate
6:9f97716eae76 2019-09-19 Single struct for Server/Client Device File  Diff  Annotate
5:c656fd08007b 2019-09-19 Basic Functionality and error checking; File  Diff  Annotate
4:98cdccfb17d6 2019-09-17 Basic Functionality File  Diff  Annotate
3:ac1f2af8bd0f 2019-09-16 Added basic system timer and moving devices to new file File  Diff  Annotate
2:ec972966689e 2019-09-11 Added Comments File  Diff  Annotate
1:a57cbebba3fd 2019-09-11 Telnet Server, Web Server, and Periodic Transmit File  Diff  Annotate
0:03ab7f7596e2 2019-09-11 Telnet Initiate and Basic Webpage File  Diff  Annotate