61
Amended: Jan 2014
Other Faults
Charger Fault
This will show if the charge current is too low. Possible causes for this are:-
The charger fuse has ruptured.
The batteries are disconnected.
The batteries are damaged.
Battery Fault
This will show if the charge voltage is too low. Measure the float voltage at the battery terminals, it
should be around 26V depending on how charged the batteries are. This could be low if the batteries
are damaged, replacing the batteries should clear the fault.
Mains Fault
If this is the only fault on the panel the LCD back light will be off. Touch the top left of the screen to
light the screen. The panel will only run on batteries for one or three days depending on it's
configuration. When the mains returns the panel will need resetting to clear this fault. If the fault
returns after a reset check the mains input.
Error Codes
The following are a list of error codes that may appear during the boot sequence of the panel.
#define ERR_TEXT_LARGE 0
#define ERR_TEXT_SMALL 1
#define ERR_LINE_LARGE 2
#define ERR_LINE_SMALL 3
#define ERR_PIXEL_LARGE 4
#define ERR_PIXEL_SMALL 5
#define ERR_RECT_LARGE 6
#define ERR_RECT_SMALL 7
#define ERR_ARROW_SMALL 8
#define ERR_ARROW_LARGE 9
#define ERR_ARROW_CODE 10
#define ERR_TEXT_BUFFER_OVERFLOW 11
#define ERR_BITBLT_LARGE 12
#define ERR_BITBLT_SMALL 13
#define ERR_TEXTOUT_LENGTH 14
#define ERR_TEXTOUT_LARGE 15
#define ERR_TEXTOUT_SMALL 16
#define ERR_LINE_DOT_LARGE 17
#define ERR_LINE_DOT_SMALL 18
#define ERR_LOG_ADD_FAILED 19
#define ERR_SEARCH_NO_HI 20
#define ERR_SEARCH_NO_LO 21
#define ERR_SEARCH_FIRST_LAST 22
#define ERR_SEARCH_0 23
#define ERR_SEARCH_COL 24
#define ERR_SEARCH_UNKNOWN_DB 25
#define ERR_SEARCH_UNKNOWN_CONDITION 26
#define ERR_SCREEN_SMALL 27
#define ERR_SCREEN_LARGE 28
#define ERR_PRESET_LOAD 29
#define ERR_PRESET_SAVE 30
#define ERR_PANEL_LOW 31
#define ERR_PANEL_HIGH 32
#define ERR_LOOP_LOW 33
#define ERR_LOOP_HIGH 34
#define ERR_ADDR_HIGH 35
#define ERR_ZONE_HIGH 36
#define ERR_LOG_HIGH 37
#define ERR_ZONE_LED_SMALL 38
#define ERR_ZONE_LED_LARGE 39
#define ERR_LOOP_COMMAND 40
#define ERR_ADDR_LOW 41
#define ERR_UNK_LATCH 42
#define ERR_UNK_DEVICE_TYPE 43
#define ERR_DEV_ZONE 44
#define ERR_DEV_TYPE 45
#define ERR_LOOP_DRIVER_HIGH 46
#define ERR_NO_LOOPS 47
#define MAX_ERROR 48