Technical Manual

Table Of Contents
65
Frame Types
Set Battery Charge Levels
ID 43
FORMAT struct {
unsigned char chargeStart;
unsigned char chargeStop;
} setBattCharge;
DESCRIPTION
This frame requests that a remote change the battery charge management param-
eters. The device will answer with a General acknowledge frame. An A733 will never
issue this frame type, but it will answer to it.
chargeStart is the value where the external power (normally a solar panel) will
be enabled to charge the battery.
chargeStop is the value where the external power will be switched off.
From the above two values, the system will compute all other limits (e.g. misery, bat-
tery low, etc.).
SEE ALSO General Acknowledge frame.
General Acknowledge
ID 127
FORMAT struct {
int result;
} generalAck;
DESCRIPTION
This frame is sent as an acknowledge to various
Set
type of frames. The result field
is NULL if the request was successfully performed; in case of failure, this field may
contain information about the cause of the failure. Its value will depend on the type
of the request.