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
Diff: nettime.h
- Revision:
- 12:4bb088c27838
- Parent:
- 3:ac1f2af8bd0f
--- a/nettime.h Wed Oct 02 19:16:25 2019 +0000 +++ b/nettime.h Mon Oct 07 12:44:38 2019 +0000 @@ -1,4 +1,4 @@ -int getTime(void); -void incTime(void); -bool getTick(void); -void setTick(bool); \ No newline at end of file +bool getPollTick(void); +void setPollTick(bool); +bool getSendTick(void); +void setSendTick(bool); \ No newline at end of file