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
nettime.h@3:ac1f2af8bd0f, 2019-09-16 (annotated)
- 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?
User | Revision | Line number | New 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); |