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

Committer:
masterkookus
Date:
Thu Jan 23 12:49:02 2020 +0000
Revision:
19:cae910c9c06a
Parent:
12:4bb088c27838
Committed library URL publish changes

Who changed what in which revision?

UserRevisionLine numberNew contents of line
masterkookus 12:4bb088c27838 1 bool getPollTick(void);
masterkookus 12:4bb088c27838 2 void setPollTick(bool);
masterkookus 12:4bb088c27838 3 bool getSendTick(void);
masterkookus 12:4bb088c27838 4 void setSendTick(bool);