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:
Mon Sep 16 14:17:45 2019 +0000
Revision:
3:ac1f2af8bd0f
Child:
12:4bb088c27838
Added basic system timer and moving devices to new file

Who changed what in which revision?

UserRevisionLine numberNew contents of line
masterkookus 3:ac1f2af8bd0f 1 int getTime(void);
masterkookus 3:ac1f2af8bd0f 2 void incTime(void);
masterkookus 3:ac1f2af8bd0f 3 bool getTick(void);
masterkookus 3:ac1f2af8bd0f 4 void setTick(bool);