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

Changes

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