Difference between revisions of "Energy module front panel LED functionality"
Jump to navigation
Jump to search
Line 4: | Line 4: | ||
explanation per led: | explanation per led: | ||
[<frequency> <duty cycle>] | [<frequency> <duty cycle>] | ||
− | The one in bold is the | + | The one in bold is the default value |
+ | |||
− | |||
== powerled == | == powerled == | ||
− | * '''[no 100%]''' led is on : main program | + | * '''[no 100%]''' led is on : main program |
* [1Hz 90%] led blinks every second but almost constant on : bootloader mode | * [1Hz 90%] led blinks every second but almost constant on : bootloader mode | ||
+ | =main program= | ||
== statusled == | == statusled == | ||
* [1Hz 10%] led blinks short every second : main process is not yet started, if this stays for a long time there is something wrong to initialize. | * [1Hz 10%] led blinks short every second : main process is not yet started, if this stays for a long time there is something wrong to initialize. | ||
Line 24: | Line 25: | ||
=bootloader= | =bootloader= | ||
+ | |||
+ | == statusled == | ||
+ | * [1Hz 10%] led blinks short every second : main process is not yet started, if this stays for a long time there is something wrong to initialize. | ||
+ | * '''[1Hz 50%]''' led blinks normal ones a second : main process is running and everything is ok, there is also communication | ||
+ | * [4Hz 50%] led blinks normal but fast : main process is running and all ok, but there is no communication | ||
+ | * [1Hz 90%] led is almost constant on but blinks off ones a second : addressmode | ||
+ | |||
+ | == voltage 1-3 == | ||
+ | The leds represent the address of the module in binary format | ||
+ | [V1 V2 V3] | ||
+ | ex. if V2 and V3 is on -> 011 = address 3 | ||
+ | |||
+ | For all addresses above 7, module 8 operation is preformed. |
Revision as of 12:37, 19 March 2016
There are 5 leds on the toppanel. The status of those leds depends on there blinking frequency and duty cycle.
explanation per led: [<frequency> <duty cycle>] The one in bold is the default value
Contents
powerled
- [no 100%] led is on : main program
- [1Hz 90%] led blinks every second but almost constant on : bootloader mode
main program
statusled
- [1Hz 10%] led blinks short every second : main process is not yet started, if this stays for a long time there is something wrong to initialize.
- [1Hz 50%] led blinks normal ones a second : main process is running and everything is ok, there is also communication
- [4Hz 50%] led blinks normal but fast : main process is running and all ok, but there is no communication
- [1Hz 90%] led is almost constant on but blinks off ones a second : addressmode
voltage 1-3
The status of the 3 voltage leds is the same but each for its own voltage channel
- [1Hz 10%] led blinks short every second : There is commnication with the the processor who measures the voltage but the voltage level is to low
- [1Hz 90%] led is almost constant on but blinks off ones a second : There is a voltage signal measured on the corresponding voltage channel and the voltage is higher than 50V
- [4Hz 50%] led blinks normal but fast : There is a problem to communicate with the processor who measures the voltage.
bootloader
statusled
- [1Hz 10%] led blinks short every second : main process is not yet started, if this stays for a long time there is something wrong to initialize.
- [1Hz 50%] led blinks normal ones a second : main process is running and everything is ok, there is also communication
- [4Hz 50%] led blinks normal but fast : main process is running and all ok, but there is no communication
- [1Hz 90%] led is almost constant on but blinks off ones a second : addressmode
voltage 1-3
The leds represent the address of the module in binary format [V1 V2 V3] ex. if V2 and V3 is on -> 011 = address 3
For all addresses above 7, module 8 operation is preformed.