LED control
There are two methods to control to the LEDs in remote control mode: ledb and leds. First, however, the operation of the LEDs will be described.
The flash pattern is an 8-bit byte. Each bit is repeatedly scanned in sequence from MSB to LSB (i.e. left to right). A '1' bit turns the LED on, and a '0' turns it off. For example, a bit pattern of decimal 128 (binary 10000000b) would pulse the LED briefly. A bit pattern of decimal 127 (binary 01111111b) would see the LED on for most of the time, only turning off briefly.
| Pattern Character | LED function | Flash pattern |
|---|---|---|
| 0 (number) | Off | 00000000 |
| 1 | On continuously (not flashing) | 11111111 |
| f | Flash fast | 10101010 |
| m | Flash medium speed | 11001100 |
| s | Flash slowly | 11110000 |
| p | Single pulse | 10000000 |
| d | Double pulse | 10100000 |
| O (Capital letter) | Off (no remote command needed) | 00000000 |
| C | On (no remote command needed) | 11111111 |
| F | Flash fast (no remote command needed) | 10101010 |
| M | Flash medium speed (no remote command needed) | 11001100 |
| S | Flash slowly (no remote command needed) | 11110000 |
| P | Single pulse (no remote command needed) | 10000000 |
| D | Double pulse (no remote command needed) | 10100000 |
| R | Release “no remote command needed “ LEDs back to normal use | |
| x | unchanged | unchanged |
In auto mode the defaults can be seen in the table below, some products may vary so please see individual product user manuals to confirm LED functions.
www.cambrionix.com/product-user-manuals
| LED Type | Meaning | Conditions | Indicator Light Display |
|---|---|---|---|
| Power | Power Off |
|
Off |
| Power | Power On No Host Connected |
|
Green |
| Power | Power On Host Connected |
|
Blue |
| Power | Fault with code |
|
Red Flashing (Fault code pattern) |
| Port | Device Disconnected / Port Disabled |
|
Off |
| Port | Not Ready / Warning |
|
Yellow |
| Port | Charge Mode Profiling |
|
Green Flashing (on/off in once second intervals) |
| Port | Charge Mode Charging |
|
Green Pulsing (dim/brightens in one second intervals) |
| Port | Charge Mode Charged |
|
Green |
| Port | Sync Mode |
|
Blue |
| Port | Fault |
|
Red |