Subversion Repositories FlightCtrl

Rev

Rev 2407 | Rev 2418 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2050 holgerb 1
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2
// + www.MikroKopter.com
3
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
4
// + Software Nutzungsbedingungen (english version: see below)
5
// + der Fa. HiSystems GmbH, Flachsmeerstrasse 2, 26802 Moormerland - nachfolgend Lizenzgeber genannt -
6
// + Der Lizenzgeber räumt dem Kunden ein nicht-ausschließliches, zeitlich und räumlich* unbeschränktes Recht ein, die im den
7
// + Mikrocontroller verwendete Firmware für die Hardware Flight-Ctrl, Navi-Ctrl, BL-Ctrl, MK3Mag & PC-Programm MikroKopter-Tool 
8
// + - nachfolgend Software genannt - nur für private Zwecke zu nutzen.
9
// + Der Einsatz dieser Software ist nur auf oder mit Produkten des Lizenzgebers zulässig.
10
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
11
// + Die vom Lizenzgeber gelieferte Software ist urheberrechtlich geschützt. Alle Rechte an der Software sowie an sonstigen im
12
// + Rahmen der Vertragsanbahnung und Vertragsdurchführung überlassenen Unterlagen stehen im Verhältnis der Vertragspartner ausschließlich dem Lizenzgeber zu.
13
// + Die in der Software enthaltenen Copyright-Vermerke, Markenzeichen, andere Rechtsvorbehalte, Seriennummern sowie
14
// + sonstige der Programmidentifikation dienenden Merkmale dürfen vom Kunden nicht verändert oder unkenntlich gemacht werden.
15
// + Der Kunde trifft angemessene Vorkehrungen für den sicheren Einsatz der Software. Er wird die Software gründlich auf deren
16
// + Verwendbarkeit zu dem von ihm beabsichtigten Zweck testen, bevor er diese operativ einsetzt.
17
// + Die Haftung des Lizenzgebers wird - soweit gesetzlich zulässig - begrenzt in Höhe des typischen und vorhersehbaren
18
// + Schadens. Die gesetzliche Haftung bei Personenschäden und nach dem Produkthaftungsgesetz bleibt unberührt. Dem Lizenzgeber steht jedoch der Einwand 
19
// + des Mitverschuldens offen.
20
// + Der Kunde trifft angemessene Vorkehrungen für den Fall, dass die Software ganz oder teilweise nicht ordnungsgemäß arbeitet.
21
// + Er wird die Software gründlich auf deren Verwendbarkeit zu dem von ihm beabsichtigten Zweck testen, bevor er diese operativ einsetzt.
22
// + Der Kunde wird er seine Daten vor Einsatz der Software nach dem Stand der Technik sichern.
23
// + Der Kunde ist darüber unterrichtet, dass der Lizenzgeber seine Daten im zur Vertragsdurchführung erforderlichen Umfang
24
// + und auf Grundlage der Datenschutzvorschriften erhebt, speichert, verarbeitet und, sofern notwendig, an Dritte übermittelt.
25
// + *) Die räumliche Nutzung bezieht sich nur auf den Einsatzort, nicht auf die Reichweite der programmierten Software.
26
// + #### ENDE DER NUTZUNGSBEDINGUNGEN ####'
27
// +  Hinweis: Informationen über erweiterte Nutzungsrechte (wie z.B. Nutzung für nicht-private Zwecke) sind auf Anfrage per Email an info(@)hisystems.de verfügbar.
28
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
29
// + Software LICENSING TERMS
30
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
31
// + of HiSystems GmbH, Flachsmeerstrasse 2, 26802 Moormerland, Germany - the Licensor -
32
// + The Licensor grants the customer a non-exclusive license to use the microcontroller firmware of the Flight-Ctrl, Navi-Ctrl, BL-Ctrl, and MK3Mag hardware 
33
// + (the Software) exclusively for private purposes. The License is unrestricted with respect to time and territory*.
34
// + The Software may only be used with the Licensor's products.
35
// + The Software provided by the Licensor is protected by copyright. With respect to the relationship between the parties to this
36
// + agreement, all rights pertaining to the Software and other documents provided during the preparation and execution of this
37
// + agreement shall be the property of the Licensor.
38
// + The information contained in the Software copyright notices, trademarks, other legal reservations, serial numbers and other
39
// + features that can be used to identify the program may not be altered or defaced by the customer.
40
// + The customer shall be responsible for taking reasonable precautions
41
// + for the safe use of the Software. The customer shall test the Software thoroughly regarding its suitability for the
42
// + intended purpose before implementing it for actual operation. The Licensor's liability shall be limited to the extent of typical and
43
// + foreseeable damage to the extent permitted by law, notwithstanding statutory liability for bodily injury and product
44
// + liability. However, the Licensor shall be entitled to the defense of contributory negligence.
45
// + The customer will take adequate precautions in the case, that the software is not working properly. The customer will test
46
// + the software for his purpose before any operational usage. The customer will backup his data before using the software.
47
// + The customer understands that the Licensor collects, stores and processes, and, where required, forwards, customer data
48
// + to third parties to the extent necessary for executing the agreement, subject to applicable data protection and privacy regulations.
49
// + *) The territory aspect only refers to the place where the Software is used, not its programmed range.
50
// + #### END OF LICENSING TERMS ####
51
// + Note: For information on license extensions (e.g. commercial use), please contact us at info(@)hisystems.de.
52
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1917 holgerb 53
#include "libfc.h"
54
#include "printf_P.h"
55
#include "main.h"
56
#include "spi.h"
57
#include "capacity.h"
58
 
1925 holgerb 59
#if (defined(__AVR_ATmega1284__) || defined(__AVR_ATmega1284P__))
60
 
1920 holgerb 61
#define HoTT_printf(format, args...)                    {  _printf_P(&LIBFC_HoTT_Putchar, PSTR(format) , ## args);}
62
#define HoTT_printfxy(x,y,format, args...)              { LIBFC_HoTT_SetPos(y * 21 + x); _printf_P(&LIBFC_HoTT_Putchar, PSTR(format) , ## args);}
63
#define HoTT_printfxy_INV(x,y,format, args...)          { LIBFC_HoTT_SetPos(y * 21 + x); _printf_P(&LIBFC_HoTT_Putchar_INV, PSTR(format) , ## args);}
64
#define HoTT_printfxy_BLINK(x,y,format, args...)        { LIBFC_HoTT_SetPos(y * 21 + x); _printf_P(&LIBFC_HoTT_Putchar_BLINK, PSTR(format) , ## args);}
1921 holgerb 65
#define HoTT_printf_BLINK(format, args...)              { _printf_P(&LIBFC_HoTT_Putchar_BLINK, PSTR(format) , ## args);}
66
#define HoTT_printf_INV(format, args...)                        { _printf_P(&LIBFC_HoTT_Putchar_INV, PSTR(format) , ## args);}
1917 holgerb 67
 
1919 holgerb 68
#define VOICE_MINIMALE_EINGANSSPANNUNG    16
69
#define VOICE_BEEP                         5
1920 holgerb 70
#define HoTT_GRAD       96
71
#define HoTT_LINKS      123
72
#define HoTT_RECHTS 124
73
#define HoTT_OBEN       125
74
#define HoTT_UNTEN      126
1917 holgerb 75
 
1949 holgerb 76
#define HOTT_KEY_RIGHT  1
77
#define HOTT_KEY_DOWN   2
78
#define HOTT_KEY_UP     4
79
#define HOTT_KEY_SET    6
80
#define HOTT_KEY_LEFT   8
81
 
2322 holgerb 82
#define VARIO_ZERO 30000
2178 holgerb 83
unsigned char NaviData_WaypointIndex = 0, NaviData_WaypointNumber = 0, NaviData_TargetHoldTime = 0;
84
unsigned int NaviData_TargetDistance = 0;
85
 
2373 holgerb 86
unsigned char MaxBlTemperture = 0;
87
unsigned char MinBlTemperture = 0;
88
unsigned char HottestBl = 0;
89
 
1943 holgerb 90
GPSPacket_t GPSPacket;
91
VarioPacket_t VarioPacket;
92
ASCIIPacket_t ASCIIPacket;
93
ElectricAirPacket_t ElectricAirPacket;
94
HoTTGeneral_t HoTTGeneral;
2090 holgerb 95
unsigned char SpeakHoTT = SPEAK_MIKROKOPTER;
2345 holgerb 96
unsigned char ToNC_SpeakHoTT = 0, ShowSettingNameTime = 0;
1944 holgerb 97
int HoTTVarioMeter = 0;
2090 holgerb 98
const char PROGMEM MIKROKOPTER[] =      {"     MikroKopter     "};
2120 holgerb 99
const char PROGMEM UNDERVOLTAGE[] =     {" !! LiPo voltage !!  "};
2390 holgerb 100
const char PROGMEM LANDING[] =      {" !!   LANDING    !!  "};
2344 holgerb 101
const char PROGMEM SETTING[] =  {"Set  :"};
1930 holgerb 102
const char PROGMEM NC_ERROR_TEXT[MAX_ERR_NUMBER][17] =
103
{
104
//0123456789123456
105
 "No Error        \0",  // 0
106
 "Not compatible  \0",  // 1
107
 "MK3Mag not compa\0",  // 2
108
 "No FC communicat\0",  // 3
2188 holgerb 109
 "Compass communic\0",  // 4
1930 holgerb 110
 "GPS communicatio\0",  // 5
111
 "compass value   \0",  // 6
112
 "RC Signal lost  \0",  // 7
113
 "FC spi rx error \0",  // 8
114
 "No NC communicat\0",  // 9
115
 "FC Nick Gyro    \0",  // 10
116
 "FC Roll Gyro    \0",  // 11
117
 "FC Yaw Gyro     \0",  // 12
118
 "FC Nick ACC     \0",  // 13
119
 "FC Roll ACC     \0",  // 14
120
 "FC Z-ACC        \0",  // 15
121
 "Pressure sensor \0",  // 16
1936 holgerb 122
 "I2C FC->BL-Ctrl \0",  // 17
1930 holgerb 123
 "Bl Missing      \0",  // 18
124
 "Mixer Error     \0",  // 19
1937 holgerb 125
 "Carefree Error  \0",  // 20
1944 holgerb 126
 "GPS Fix lost    \0",  // 21
1948 holgerb 127
 "Magnet Error    \0",  // 22
128
 "Motor restart   \0",  // 23
2008 holgerb 129
 "BL Limitation   \0",  // 24
130
 "GPS Range       \0",  // 25
2009 holgerb 131
 "No SD-Card      \0",  // 26
132
 "SD-Logging error\0",  // 27
2034 holgerb 133
 "Flying range!   \0",  // 28
2146 holgerb 134
 "Max Altitude!   \0",  // 29
2186 holgerb 135
 "No GPS fix      \0",  // 30
2388 holgerb 136
 "compass not cal.\0",  // 31
2408 holgerb 137
 "BL-Selftest     \0",  // 32
138
 "no ext. compass \0",  // 33
139
 "compass sensor  \0"   // 34
1930 holgerb 140
};
1919 holgerb 141
 
2090 holgerb 142
 
143
const char PROGMEM HOTT_ERROR[MAX_ERR_NUMBER][2] =
144
{       // 1 -> only in flight   0 -> also on ground
145
//0123456789123456
146
         {0,0},// "No Error        \0",  // 0
2388 holgerb 147
         {SPEAK_ERROR,0},               // "Not compatible  \0",  // 1
148
         {SPEAK_ERROR,0},               // "MK3Mag not compa\0",  // 2
149
         {SPEAK_ERR_NAVI,1},    // "No FC communicat\0",  // 3
150
         {SPEAK_ERR_COMPASS,1}, // "MK3Mag communica\0",  // 4
151
         {SPEAK_ERR_GPS,0},             // "GPS communicatio\0",  // 5
152
         {SPEAK_ERR_COMPASS,1}, // "compass value   \0",  // 6
2090 holgerb 153
         {SPEAK_ERR_RECEICER,0},// "RC Signal lost  \0",  // 7
2388 holgerb 154
         {SPEAK_ERR_NAVI,0},    // "FC spi rx error \0",  // 8
155
         {SPEAK_ERR_NAVI,0},    // "No NC communicat\0",  // 9
156
         {SPEAK_ERR_SENSOR,0},  // "FC Nick Gyro    \0",  // 10
157
         {SPEAK_ERR_SENSOR,0},  // "FC Roll Gyro    \0",  // 11
158
         {SPEAK_ERR_SENSOR,0},  // "FC Yaw Gyro     \0",  // 12
159
         {SPEAK_ERR_SENSOR,0},  // "FC Nick ACC     \0",  // 13
160
         {SPEAK_ERR_SENSOR,0},  // "FC Roll ACC     \0",  // 14
161
         {SPEAK_ERR_SENSOR,0},  // "FC Z-ACC        \0",  // 15
162
         {SPEAK_ERR_SENSOR,0},  // "Pressure sensor \0",  // 16
163
         {SPEAK_ERR_DATABUS,1}, // "I2C FC->BL-Ctrl \0",  // 17
164
         {SPEAK_ERR_DATABUS,1}, // "Bl Missing      \0",  // 18
165
         {SPEAK_ERROR,0},               // "Mixer Error     \0",  // 19
166
         {SPEAK_CF_OFF,1},              // "Carefree Error  \0",  // 20
167
         {SPEAK_GPS_FIX,1},             // "GPS Fix lost    \0",  // 21
168
         {SPEAK_ERR_COMPASS,0}, // "Magnet Error    \0",  // 22
169
         {SPEAK_ERR_MOTOR,1},   // "Motor restart   \0",  // 23
2090 holgerb 170
         {SPEAK_MAX_TEMPERAT,1},// "BL Limitation   \0",  // 24
2388 holgerb 171
         {SPEAK_MAX_RANGE,1},   // "GPS Range       \0",  // 25
172
         {SPEAK_ERROR,1},               // "No SD-Card      \0",  // 26
173
         {SPEAK_ERROR,1},               // "SD-Logging error\0",  // 27
174
         {SPEAK_MAX_RANGE,1},   // "Flying range!   \0",  // 28
175
         {SPEAK_MAX_ALTITUD,1}, // "Max Altitude!   \0"   // 29
176
         {SPEAK_GPS_FIX,1},             // "No GPS fix      \0"   // 30
177
         {SPEAK_ERR_CALIBARTION,0},// "compass not cal." // 31
2408 holgerb 178
         {SPEAK_ERR_MOTOR,0},   // "BL-Selftest     \0"   // 32
179
         {SPEAK_ERR_COMPASS,0}, // "no ext. compass"     // 33
180
         {SPEAK_ERR_COMPASS,0}  // "compass sensor"      // 34
2090 holgerb 181
};
182
 
183
 
1943 holgerb 184
void GetHottestBl(void)
185
{
186
 static unsigned char search = 0,tmp_max,tmp_min,who;
187
                if(Motor[search].Temperature > tmp_max) { tmp_max = Motor[search].Temperature; who = search;}
188
                else
189
                if(Motor[search].Temperature) if(Motor[search].Temperature < tmp_min) tmp_min = Motor[search].Temperature;
2373 holgerb 190
                if(++search >= MAX_MOTORS)
1943 holgerb 191
                {
192
                 search = 0;
2373 holgerb 193
                 if(tmp_min != 255) MinBlTemperture = tmp_min; else MinBlTemperture = 0;
194
                 MaxBlTemperture = tmp_max;
1943 holgerb 195
                 HottestBl = who;
196
                 tmp_min = 255;
197
                 tmp_max = 0;
198
                 who = 0;
199
                 }
200
}
201
 
1919 holgerb 202
//---------------------------------------------------------------
1917 holgerb 203
void Hott_ClearLine(unsigned char line)
204
{
205
 HoTT_printfxy(0,line,"                     ");
206
}
1919 holgerb 207
//---------------------------------------------------------------
1917 holgerb 208
 
2178 holgerb 209
 
1919 holgerb 210
unsigned char HoTT_Waring(void)
211
{
2090 holgerb 212
  unsigned char status = 0;
213
  static char old_status = 0;
214
  static int repeat;
2120 holgerb 215
//if(Parameter_UserParam1) return(Parameter_UserParam1); 
2190 holgerb 216
  ToNC_SpeakHoTT = SpeakHoTT;
2390 holgerb 217
  if(FC_StatusFlags & FC_STATUS_LOWBAT)
218
   {
219
    if(LowVoltageLandingActive && (EE_Parameter.Receiver == RECEIVER_HOTT)) status = SPEAK_LANDING;
220
        else status = VOICE_MINIMALE_EINGANSSPANNUNG; // Jeti hat kein wort: "LANDEN"
2408 holgerb 221
        if(SpeakHoTT && old_status == VOICE_MINIMALE_EINGANSSPANNUNG) status = SpeakHoTT; // das soll auch noch durch kommen
2390 holgerb 222
   }   
2090 holgerb 223
  else
2408 holgerb 224
  if(NC_ErrorCode && NC_ErrorCode < MAX_ERR_NUMBER)     // Fehlercodes
2090 holgerb 225
   {
226
    if(MotorenEin || !pgm_read_byte(&HOTT_ERROR[NC_ErrorCode][1])) status = pgm_read_byte(&HOTT_ERROR[NC_ErrorCode][0]);
227
   }
2263 holgerb 228
  if(!status)    // Sprachansagen
2091 holgerb 229
   {
2263 holgerb 230
//      if(!(GetParamByte(PID_SPEAK_HOTT_CFG) & 0x01)) SpeakHoTT = 0;  // is the voice wanted?
231
    if(!(EE_Parameter.GlobalConfig3 & CFG3_SPEAK_ALL)) SpeakHoTT = 0;  // is the voice wanted?
2091 holgerb 232
    else status = SpeakHoTT;
2190 holgerb 233
   }
234
   else ToNC_SpeakHoTT = status;
2090 holgerb 235
 
2390 holgerb 236
  if(old_status == status) // Gleichen Fehler nur alle 4 sek bringen
2090 holgerb 237
   {
238
    if(!CheckDelay(repeat)) return(0);
2390 holgerb 239
        repeat = SetDelay(4000);
2090 holgerb 240
   }
241
   else repeat = SetDelay(2000);
242
 
243
  if(status)
244
   {
245
    if(status == SpeakHoTT) SpeakHoTT = 0;
246
   }   
247
  old_status = status;
2120 holgerb 248
//  DebugOut.Analog[16] = status;
2090 holgerb 249
  return(status);
1919 holgerb 250
}
251
 
2178 holgerb 252
/*
253
unsigned char HoTTErrorCode(void)
254
{
255
 return(NC_ErrorCode);
256
}
257
*/
1919 holgerb 258
//---------------------------------------------------------------
1942 holgerb 259
void NC_Fills_HoTT_Telemety(void)
1940 holgerb 260
{
2034 holgerb 261
 unsigned char *ptr = NULL;
1940 holgerb 262
 unsigned char max = 0,i,z;
263
 switch(FromNaviCtrl.Param.Byte[11])
264
  {
265
   case HOTT_VARIO_PACKET_ID:
266
                ptr = (unsigned char *) &VarioPacket;
267
                max = sizeof(VarioPacket);
268
                break;
269
   case HOTT_GPS_PACKET_ID:
270
                ptr = (unsigned char *) &GPSPacket;
271
                max = sizeof(GPSPacket);
272
                break;
273
   case HOTT_ELECTRIC_AIR_PACKET_ID:
274
                ptr = (unsigned char *) &ElectricAirPacket;
275
                max = sizeof(ElectricAirPacket);
276
                break;
1943 holgerb 277
   case HOTT_GENERAL_PACKET_ID:
278
                ptr = (unsigned char *) &HoTTGeneral;
279
                max = sizeof(HoTTGeneral);
280
                break;
2377 holgerb 281
   case JETI_GPS_PACKET_ID1:
282
                ptr = (unsigned char *) &JetiExData[14].Value;
283
                max = sizeof(JetiExData[14].Value);
284
                break;
285
   case JETI_GPS_PACKET_ID2:
286
                ptr = (unsigned char *) &JetiExData[15].Value;
287
                max = sizeof(JetiExData[15].Value);
288
                break;
1940 holgerb 289
  }
290
 z = FromNaviCtrl.Param.Byte[0]; // Data allocation
291
 
292
 for(i=0; i < FromNaviCtrl.Param.Byte[1]; i++)
293
  {
294
   if(z >= max) break;
295
   ptr[z] = FromNaviCtrl.Param.Byte[2+i];
296
   z++;
297
  }
298
}
299
 
1942 holgerb 300
unsigned int BuildHoTT_Vario(void)
301
{
2322 holgerb 302
 unsigned int tmp = VARIO_ZERO;
1944 holgerb 303
 if(VarioCharacter == '+' || VarioCharacter == '-')
304
  {
2322 holgerb 305
   tmp = VARIO_ZERO + (AltitudeSetpointTrimming * EE_Parameter.Hoehe_Verstaerkung) / 3;
306
   if(tmp < VARIO_ZERO && tmp > VARIO_ZERO - 50) tmp = VARIO_ZERO - 50; // weil es sonst erst bei < 0,5m/sek piept
1944 holgerb 307
  }
1942 holgerb 308
 else
1944 holgerb 309
 if((VarioCharacter == ' ') && (FC_StatusFlags & FC_STATUS_FLY))
310
  {
2322 holgerb 311
   tmp = VARIO_ZERO + HoTTVarioMeter;
312
   if(tmp > VARIO_ZERO)
1944 holgerb 313
    {
2322 holgerb 314
     if(tmp < VARIO_ZERO + 100) tmp = VARIO_ZERO;
1944 holgerb 315
         else tmp -= 100;
316
        }
2322 holgerb 317
   if(tmp < VARIO_ZERO)
1944 holgerb 318
    {
2322 holgerb 319
     if(tmp > VARIO_ZERO - 100) tmp = VARIO_ZERO;
1944 holgerb 320
         else tmp += 100;
321
        }
322
  }
323
 else
2322 holgerb 324
 if(VarioCharacter == '^') tmp = VARIO_ZERO + FromNC_AltitudeSpeed * 10;
1944 holgerb 325
 else
2322 holgerb 326
 if(VarioCharacter == 'v') tmp = VARIO_ZERO - FromNC_AltitudeSpeed * 10;
1942 holgerb 327
 return(tmp);
328
}
329
 
1940 holgerb 330
//---------------------------------------------------------------
1919 holgerb 331
unsigned char HoTT_Telemety(unsigned char packet_request)
332
{
2322 holgerb 333
 unsigned char i;
2090 holgerb 334
  //Debug("rqst: %02X",packet_request);
1919 holgerb 335
 switch(packet_request)
336
 {
337
  case HOTT_VARIO_PACKET_ID:
2322 holgerb 338
                GPSPacket.WarnBeep = HoTT_Waring(); // Achtung: das ist richtig hier, damit der Varioton schon vorher abgestellt wird
1921 holgerb 339
                VarioPacket.Altitude = HoehenWert/100 + 500;  
2322 holgerb 340
                if(!GPSPacket.WarnBeep) VarioPacket.m_sec = BuildHoTT_Vario(); else VarioPacket.m_sec = VARIO_ZERO;
1943 holgerb 341
                VarioPacket.m_3sec = VarioPacket.m_sec;
342
                VarioPacket.m_10sec = VarioPacket.m_sec;
1919 holgerb 343
                if (VarioPacket.Altitude < VarioPacket.MinAltitude) VarioPacket.MinAltitude = VarioPacket.Altitude;
344
                if (VarioPacket.Altitude > VarioPacket.MaxAltitude) VarioPacket.MaxAltitude = VarioPacket.Altitude;            
2090 holgerb 345
                VarioPacket.WarnBeep = 0;//HoTT_Waring();
1919 holgerb 346
                HoTT_DataPointer = (unsigned char *) &VarioPacket;
2090 holgerb 347
        VarioPacket.FreeCharacters[0] = VarioCharacter;
348
    if(FC_StatusFlags2 & FC_STATUS2_CAREFREE) VarioPacket.FreeCharacters[1] = 'C'; else VarioPacket.FreeCharacters[1] = ' ';
349
//      VarioPacket.FreeCharacters[2] = ' ';
350
    if(NC_ErrorCode)
351
         {
352
                VarioPacket.Text[0] = NC_ErrorCode/10 + '0';
353
                VarioPacket.Text[1] = NC_ErrorCode%10 + '0';
354
                VarioPacket.Text[2] = ':';
2183 holgerb 355
                for(i=0; i<16;i++) VarioPacket.Text[i+3] = pgm_read_byte(&NC_ERROR_TEXT[NC_ErrorCode][i]);
2388 holgerb 356
                VarioPacket.Text[19] = ' ';
357
                VarioPacket.Text[20] = ' ';
2090 holgerb 358
         }
2120 holgerb 359
         else
2390 holgerb 360
         if(LowVoltageLandingActive) for(i=0; i<21;i++) VarioPacket.Text[i] = pgm_read_byte(&LANDING[i]); // no Error
361
     else
2120 holgerb 362
         if(FC_StatusFlags & FC_STATUS_LOWBAT) for(i=0; i<21;i++) VarioPacket.Text[i] = pgm_read_byte(&UNDERVOLTAGE[i]); // no Error
2348 holgerb 363
         else
364
         if(ShowSettingNameTime) // no Error
365
         {                  
366
          for(i=0; i<sizeof(SETTING);i++) VarioPacket.Text[i] = pgm_read_byte(&SETTING[i]);
367
      VarioPacket.Text[4] = '0' + ActiveParamSet;
368
          for(i=0; i<sizeof(EE_Parameter.Name);i++) VarioPacket.Text[i+7] = EE_Parameter.Name[i]; // no Error
369
      VarioPacket.Text[18] = ' ';
370
      VarioPacket.Text[19] = ' ';
371
      VarioPacket.Text[20] = ' ';
372
         }
2120 holgerb 373
         else    
2178 holgerb 374
     if(NaviData_WaypointNumber)
375
         {    
376
          unsigned int tmp_int;
377
      unsigned char tmp;
378
      VarioPacket.Text[0] = 'W'; VarioPacket.Text[1] = 'P';
379
      VarioPacket.Text[2] = ' ';
380
      VarioPacket.Text[3] = '0'+(NaviData_WaypointIndex) / 10;
381
      VarioPacket.Text[4] = '0'+(NaviData_WaypointIndex) % 10;
382
      VarioPacket.Text[5] = '/';
383
      VarioPacket.Text[6] = '0'+(NaviData_WaypointNumber) / 10;
384
      VarioPacket.Text[7] = '0'+(NaviData_WaypointNumber) % 10;
385
      VarioPacket.Text[8] = ' ';
386
          tmp_int = NaviData_TargetDistance;
387
      if(tmp_int > 1000) { VarioPacket.Text[9] = '0'+(tmp_int) / 1000; tmp_int %= 1000;}
388
          else VarioPacket.Text[9] = ' ';
389
      if(tmp_int > 100) { VarioPacket.Text[10] = '0'+(tmp_int) / 100; tmp_int %= 100;}
390
          else VarioPacket.Text[10] = ' ';
391
      VarioPacket.Text[11] = '0'+(tmp_int) / 10;
392
      VarioPacket.Text[12] = '0'+(tmp_int) % 10;
393
      VarioPacket.Text[13] = 'm';
394
      VarioPacket.Text[14] = ' ';
395
      tmp = NaviData_TargetHoldTime;
396
          if(tmp > 100) { VarioPacket.Text[15] = '0'+(tmp) / 100; tmp %= 100;} else VarioPacket.Text[15] = ' ';
397
      VarioPacket.Text[16] = '0'+(tmp) / 10;
398
      VarioPacket.Text[17] = '0'+(tmp) % 10;
399
      VarioPacket.Text[18] = 's';
400
      VarioPacket.Text[19] = ' ';
2407 holgerb 401
      VarioPacket.Text[20] = ' ';
2178 holgerb 402
         }
403
         else
2355 holgerb 404
         if(!CalibrationDone)
2344 holgerb 405
         {
2355 holgerb 406
          for(i=0; i<17;i++) VarioPacket.Text[i] = pgm_read_byte(&MIKROKOPTER[i+2]); // no Error and not calibrated
407
      VarioPacket.Text[16] = '0'+VERSION_MAJOR;
408
      VarioPacket.Text[17] = '.';
409
      VarioPacket.Text[18] = '0'+VERSION_MINOR/10;
410
      VarioPacket.Text[19] = '0'+VERSION_MINOR%10;
411
      VarioPacket.Text[20] = 'a'+VERSION_PATCH;
2344 holgerb 412
         }
2355 holgerb 413
         else
414
         {
415
          for(i=0; i<21;i++) VarioPacket.Text[i] = pgm_read_byte(&MIKROKOPTER[i]); // no Error
416
         }
1919 holgerb 417
                return(sizeof(VarioPacket));
418
                break;
1921 holgerb 419
 
1919 holgerb 420
  case HOTT_GPS_PACKET_ID:
2186 holgerb 421
                GPSPacket.Altitude = HoehenWert/100 + 500;  
1943 holgerb 422
//              GPSPacket.Distance = GPSInfo.HomeDistance/10;  // macht die NC
423
//              GPSPacket.Heading = GPSInfo.HomeBearing/2;     // macht die NC
424
//              GPSPacket.Speed = (GPSInfo.Speed * 36) / 10;   // macht die NC
2322 holgerb 425
//      GPSPacket.WarnBeep = HoTT_Waring();                //(wird jetzt weiter oben gemacht)
426
                if(!GPSPacket.WarnBeep) GPSPacket.m_sec = BuildHoTT_Vario(); else GPSPacket.m_sec = VARIO_ZERO;
1921 holgerb 427
                GPSPacket.m_3sec = 120;
2090 holgerb 428
                GPSPacket.NumOfSats = GPSInfo.NumOfSats;
429
                if(GPSInfo.Flags & FLAG_DIFFSOLN) GPSPacket.SatFix = 'D';
430
                else
431
        if(GPSInfo.SatFix == SATFIX_3D) GPSPacket.SatFix = ' ';
432
                else GPSPacket.SatFix = '!';
1919 holgerb 433
                HoTT_DataPointer = (unsigned char *) &GPSPacket;
2090 holgerb 434
                GPSPacket.FreeCharacters[0] = NC_GPS_ModeCharacter;
435
                GPSPacket.FreeCharacters[2] = GPSPacket.SatFix;
436
                GPSPacket.HomeDirection = GPSInfo.HomeBearing / 2;//230;
1919 holgerb 437
                return(sizeof(GPSPacket));  
438
                break;
439
  case HOTT_ELECTRIC_AIR_PACKET_ID:
1943 holgerb 440
                GetHottestBl();
1940 holgerb 441
                ElectricAirPacket.Altitude = HoehenWert/100 + 500;
1921 holgerb 442
                ElectricAirPacket.Battery1 = UBat;
1940 holgerb 443
                ElectricAirPacket.Battery2 = UBat;
1943 holgerb 444
                ElectricAirPacket.VoltageCell1 = ErsatzKompassInGrad / 2;
445
                ElectricAirPacket.VoltageCell8 = ElectricAirPacket.VoltageCell1;
1944 holgerb 446
                ElectricAirPacket.VoltageCell6 = GPSInfo.HomeBearing / 2;
1943 holgerb 447
                ElectricAirPacket.VoltageCell7 = GPSInfo.HomeDistance/20;
1944 holgerb 448
                ElectricAirPacket.VoltageCell13 = ElectricAirPacket.VoltageCell6;
1943 holgerb 449
                ElectricAirPacket.VoltageCell14 = ElectricAirPacket.VoltageCell7;
2322 holgerb 450
        if(!GPSPacket.WarnBeep) ElectricAirPacket.m_sec = BuildHoTT_Vario(); else ElectricAirPacket.m_sec = VARIO_ZERO;
1940 holgerb 451
                ElectricAirPacket.m_3sec = 120;
452
                ElectricAirPacket.InputVoltage = UBat;
2373 holgerb 453
                ElectricAirPacket.Temperature1 = MinBlTemperture + 20;
454
                ElectricAirPacket.Temperature2 = MaxBlTemperture + 20;
1940 holgerb 455
                ElectricAirPacket.Capacity = Capacity.UsedCapacity/10;
2373 holgerb 456
//              ElectricAirPacket.WarnBeep = 0;//HoTT_Waring();
457
ElectricAirPacket.WarnBeep = GPSPacket.WarnBeep;
1940 holgerb 458
                ElectricAirPacket.Current = Capacity.ActualCurrent;
1919 holgerb 459
                HoTT_DataPointer = (unsigned char *) &ElectricAirPacket;
2090 holgerb 460
                ElectricAirPacket.FlightTimeMinutes = FlugSekunden / 60;
461
                ElectricAirPacket.FlightTimeSeconds = FlugSekunden % 60;
1919 holgerb 462
                return(sizeof(ElectricAirPacket));
463
                break;
1943 holgerb 464
  case HOTT_GENERAL_PACKET_ID:
465
                GetHottestBl();
466
                HoTTGeneral.Rpm = GPSInfo.HomeDistance/100;
467
                HoTTGeneral.VoltageCell1 = ErsatzKompassInGrad / 2;
2373 holgerb 468
                HoTTGeneral.VoltageCell2 = KompassValue / 2;
469
                //HoTTGeneral.VoltageCell3 = Magnetstaerke -> macht NC
470
                //HoTTGeneral.VoltageCell4 = Inclinition -> macht NC
471
                HoTTGeneral.VoltageCell5 = DebugOut.Analog[28]; // I2C ErrorCounter
1944 holgerb 472
                HoTTGeneral.VoltageCell6 = GPSInfo.HomeBearing / 2;
2373 holgerb 473
                if(UBat > BattLowVoltageWarning + 2) HoTTGeneral.FuelPercent = (UBat - (BattLowVoltageWarning + 2)) * 3;
1943 holgerb 474
                else HoTTGeneral.FuelPercent = 0;
2373 holgerb 475
                if(HoTTGeneral.FuelPercent > 100) HoTTGeneral.FuelPercent = 100;
476
                HoTTGeneral.FuelCapacity = NC_ErrorCode;//HoehenWert/100; // Oelpegel
477
//              if(HoTTGeneral.FuelCapacity < 0) HoTTGeneral.FuelCapacity = 0;
1943 holgerb 478
                HoTTGeneral.Altitude = HoehenWert/100 + 500;
479
                HoTTGeneral.Battery1 = UBat;
480
                HoTTGeneral.Battery2 = UBat;
2322 holgerb 481
                if(!GPSPacket.WarnBeep) HoTTGeneral.m_sec =  BuildHoTT_Vario(); else  HoTTGeneral.m_sec = VARIO_ZERO;
2373 holgerb 482
                HoTTGeneral.m_3sec = 120 + GPSPacket.WarnBeep;
1943 holgerb 483
                HoTTGeneral.InputVoltage = UBat;
2373 holgerb 484
                HoTTGeneral.Temperature1 = MinBlTemperture + 20;
485
                HoTTGeneral.Temperature2 = MaxBlTemperture + 20;
1943 holgerb 486
                HoTTGeneral.Capacity = Capacity.UsedCapacity/10;
2090 holgerb 487
                HoTTGeneral.WarnBeep = 0;//HoTT_Waring();
1943 holgerb 488
                HoTTGeneral.Current = Capacity.ActualCurrent;
2178 holgerb 489
//HoTTGeneral.ErrorNumber = HoTTErrorCode();
1943 holgerb 490
                HoTT_DataPointer = (unsigned char *) &HoTTGeneral;
491
                return(sizeof(HoTTGeneral));
492
                break;
1919 holgerb 493
  default: return(0);
494
  }            
495
}
496
 
497
//---------------------------------------------------------------
1917 holgerb 498
void HoTT_Menu(void)
499
{
1982 holgerb 500
 static unsigned char line, page = 0,show_current = 0,show_mag = 0, show_poti = 0;
1921 holgerb 501
 unsigned char tmp;
1944 holgerb 502
 HoTTVarioMeter = (HoTTVarioMeter * 7 + VarioMeter) / 8;
503
 
1921 holgerb 504
 if(page == 0)
1933 holgerb 505
  switch(line++)
1917 holgerb 506
  {
1919 holgerb 507
        case 0:  
1923 holgerb 508
                if(FC_StatusFlags & FC_STATUS_LOWBAT)
1939 holgerb 509
                         HoTT_printfxy_BLINK(0,0,"  %2i.%1iV  ",UBat/10, UBat%10)
510
                        else
511
                         HoTT_printfxy(0,0,"  %2i.%1iV  ",UBat/10, UBat%10)
512
 
513
                        if(Parameter_GlobalConfig & CFG_HOEHENREGELUNG)
514
                          {
515
                           if(HoehenReglerAktiv)        HoTT_printfxy_INV(10,0,"ALT:%4im %c", (int16_t)(HoehenWert/100),VarioCharacter)
516
                           else                                         HoTT_printfxy(10,0,"ALT:%4im  ", (int16_t)(HoehenWert/100))
517
                           }
518
            else    HoTT_printfxy(10,0,"ALT:---- ");
519
                        break;
520
        case 1:  
521
                if(FC_StatusFlags & FC_STATUS_LOWBAT)
522
                         HoTT_printfxy_BLINK(0,1,"  %2i:%02i  ",FlugSekunden/60,FlugSekunden%60)
523
            else   HoTT_printfxy(0,1,"  %2i:%02i  ",FlugSekunden/60,FlugSekunden%60);                      
1941 holgerb 524
                        HoTT_printfxy(10,1,"DIR: %3d%c",ErsatzKompassInGrad, HoTT_GRAD);
1949 holgerb 525
                        if(FC_StatusFlags2 & FC_STATUS2_CAREFREE) HoTT_printfxy_INV(20,1,"C") else HoTT_printfxy(20,1," ");
1939 holgerb 526
            break;
527
        case 2:
528
                if(FC_StatusFlags & FC_STATUS_LOWBAT)
529
                         HoTT_printfxy_BLINK(0,2,"  %5i  ",Capacity.UsedCapacity)
530
            else   HoTT_printfxy(0,2,"  %5i  ",Capacity.UsedCapacity);                     
1940 holgerb 531
                        HoTT_printfxy(12,2,"I:%2i.%1iA ",Capacity.ActualCurrent/10, Capacity.ActualCurrent%10);
1939 holgerb 532
                        break;
533
        case 3:
2072 holgerb 534
                        HoTT_printfxy(9,0,":");
535
                        HoTT_printfxy(9,1,":");
536
                        HoTT_printfxy(9,2,":");
1939 holgerb 537
                        HoTT_printfxy(0,3,"---------+-----------");
2072 holgerb 538
 
539
//                      HoTT_printfxy(0,3,"---------------------");
1939 holgerb 540
                        HoTT_printfxy(0,6,"---------------------");
541
                        break;
542
        case 4:  
543
                        if(NaviDataOkay)
544
                        {
2072 holgerb 545
                                HoTT_printfxy(9,4,":");
1939 holgerb 546
                                HoTT_printfxy(0,4,"SAT:%2d ",GPSInfo.NumOfSats);
547
                            HoTT_printfxy(10,4,"DIST:%3dm",GPSInfo.HomeDistance/10);
548
                                switch (GPSInfo.SatFix)
549
                                {
550
                                        case SATFIX_3D:
551
                                                        if(GPSInfo.Flags & FLAG_DIFFSOLN) HoTT_printfxy(7,4,"D ")
552
                                                        else HoTT_printfxy(7,4,"3D");
553
                                                break;
554
                                        default:
1943 holgerb 555
                                                HoTT_printfxy_BLINK(7,4,"!!");
1939 holgerb 556
                                                break;
557
                                }      
558
                        }
559
                        else
1944 holgerb 560
                        {                    
1940 holgerb 561
                                Hott_ClearLine(4);
1939 holgerb 562
                        }
563
                        break;
564
        case 5:
565
                        if(NaviDataOkay)
566
                        {
1972 holgerb 567
                        if(show_mag)
568
                          {
569
                                HoTT_printfxy(0,5,"MAG:%3u%% ",EarthMagneticField);
1939 holgerb 570
                            HoTT_printfxy(12,5,"HM:%3d%c %c", GPSInfo.HomeBearing, HoTT_GRAD, NC_GPS_ModeCharacter);
1972 holgerb 571
                                HoTT_printfxy(9,5,"incl:%2d%c(%2i)",EarthMagneticInclination, HoTT_GRAD,EarthMagneticInclinationTheoretic);
572
              }
573
                         else
574
                          {
2072 holgerb 575
                                HoTT_printfxy(0,5,"    %2um/s:  HM:%3d%c %c",GPSInfo.Speed, GPSInfo.HomeBearing, HoTT_GRAD, NC_GPS_ModeCharacter);
1972 holgerb 576
                          }    
1939 holgerb 577
            }
1940 holgerb 578
                        else Hott_ClearLine(5);
1939 holgerb 579
                        break;
580
        case 6:
581
                        break;
582
        case 7: if(NC_ErrorCode)
583
                  {
584
                           if(HoTTBlink && NC_ErrorCode < MAX_ERR_NUMBER)
585
                            {
586
                             Hott_ClearLine(7);
587
                             HoTT_printfxy_INV(0,7,"ERR: %2d !",NC_ErrorCode);
588
                            }
589
                                else
590
                                {
591
                                 HoTT_printfxy(0,7,"ERR: ");     _printf_P(&LIBFC_HoTT_Putchar, NC_ERROR_TEXT[NC_ErrorCode] , 0);};
592
                                }
2120 holgerb 593
                        else
594
                        if(FC_StatusFlags & FC_STATUS_LOWBAT) HoTT_printfxy(1,7,"!! LiPo voltage !!")
1939 holgerb 595
                        else HoTT_printfxy(0,7," www.MikroKopter.de  ");
596
                        break;
2090 holgerb 597
        case 8: //ASCIIPacket.WarnBeep = HoTT_Waring();
1939 holgerb 598
                        // ASCIIPacket.WarnBeep = Parameter_UserParam1;
599
        case 9:
600
        case 10:
601
        case 11:
602
        case 12:
603
        case 13:
604
        case 14:  
605
        case 15:  
606
        case 16:  
1972 holgerb 607
                        if(HottKeyboard == HOTT_KEY_SET) { if(show_mag) show_mag = 0; else show_mag = 1;}
608
                        else
1949 holgerb 609
                        if(HottKeyboard == HOTT_KEY_LEFT) { LIBFC_HoTT_Clear(); page = 1; line = 0;};
1939 holgerb 610
                        HottKeyboard = 0;
611
                        break;
612
   default:  line = 0;
613
                        break;
614
  }
615
  else
616
  if(page == 1)
617
  switch(line++)
618
  {
619
        case 0:  
620
                if(FC_StatusFlags & FC_STATUS_LOWBAT)
1923 holgerb 621
                         HoTT_printfxy_BLINK(0,0," %2i:%02i  %2i.%1iV %4imAh",FlugSekunden/60,FlugSekunden%60,UBat/10, UBat%10,Capacity.UsedCapacity)
622
            else   HoTT_printfxy(0,0," %2i:%02i  %2i.%1iV %4imAh",FlugSekunden/60,FlugSekunden%60,UBat/10, UBat%10,Capacity.UsedCapacity);                         
1917 holgerb 623
                        break;
624
        case 1:  
1921 holgerb 625
                        HoTT_printfxy(0,1,"DIR:%3d%c",KompassValue, HoTT_GRAD);
1917 holgerb 626
                        if(Parameter_GlobalConfig & CFG_HOEHENREGELUNG)
1920 holgerb 627
                          {
628
                           if(HoehenReglerAktiv)        HoTT_printfxy_INV(10,1,"ALT:%4im", (int16_t)(HoehenWert/100))
629
                           else                                         HoTT_printfxy(10,1,"ALT:%4im", (int16_t)(HoehenWert/100))
630
                           }
631
            else    HoTT_printfxy(10,1,"ALT:---- ");
632
                        HoTT_printfxy(20,1,"%c",VarioCharacter);
1917 holgerb 633
            break;
634
        case 2:
635
                        if(NaviDataOkay)
636
                        {
1923 holgerb 637
                          HoTT_printfxy(1,2,"HM:%3d%c  DIST:%3dm %c", GPSInfo.HomeBearing, HoTT_GRAD, GPSInfo.HomeDistance/10, NC_GPS_ModeCharacter);
1917 holgerb 638
            }
639
                        else
640
                        {
1923 holgerb 641
                         Hott_ClearLine(2);
1917 holgerb 642
                        }
643
                        break;
1923 holgerb 644
        case 3:
645
                        HoTT_printfxy(0,3,"PWR:%2i.%1iA (%iW) ",Capacity.ActualCurrent/10, Capacity.ActualCurrent%10,Capacity.ActualPower);
1949 holgerb 646
                        if(FC_StatusFlags2 & FC_STATUS2_CAREFREE) HoTT_printfxy_INV(19,3,"CF") else HoTT_printfxy(19,3,"  ");
1923 holgerb 647
                        break;
1917 holgerb 648
        case 4:  
649
                        if(NaviDataOkay)
650
                        {
1919 holgerb 651
                                HoTT_printfxy(0,4,"GPS:%2um/s SAT:%d ",GPSInfo.Speed,GPSInfo.NumOfSats);
1917 holgerb 652
                                switch (GPSInfo.SatFix)
653
                                {
654
                                        case SATFIX_3D:
655
                                                HoTT_printfxy(16,4,"  3D ");
656
                                                break;
1925 holgerb 657
                                        //case SATFIX_2D:
658
                                        //case SATFIX_NONE:
1917 holgerb 659
                                        default:
1925 holgerb 660
                                                HoTT_printfxy_BLINK(16,4,"NOFIX");
1917 holgerb 661
                                                break;
662
                                }      
663
                                if(GPSInfo.Flags & FLAG_DIFFSOLN)
664
                                {
665
                                        HoTT_printfxy(16,4,"DGPS ");
666
                                }
667
                        }
668
                        else
669
                        {                    //012345678901234567890
1930 holgerb 670
                                HoTT_printfxy(0,4,"   No NaviCtrl       ");
1917 holgerb 671
                        }
672
                        break;
673
        case 5:
1949 holgerb 674
                        if(show_current)
675
                         {
2386 holgerb 676
//                              HoTT_printfxy(0,5,"%2i.%i %2i.%i %2i.%i %2i.%iA", Motor[0].Current/10,Motor[0].Current%10,Motor[1].Current/10,Motor[1].Current%10,Motor[2].Current/10,Motor[2].Current%10,Motor[3].Current/10,Motor[3].Current%10);
677
                                HoTT_printfxy(0,5,"%2i.%i %2i.%i %2i.%i %2i.%iA", BL3_Current(0)/10,BL3_Current(0)%10,BL3_Current(1)/10,BL3_Current(1)%10,BL3_Current(2)/10,BL3_Current(2)%10,BL3_Current(3)/10,BL3_Current(3)%10);
1949 holgerb 678
                         }
679
                         else
680
                         {
681
                                HoTT_printfxy(0,5,"%3i %3i %3i %3i%cC", Motor[0].Temperature, Motor[1].Temperature, Motor[2].Temperature, Motor[3].Temperature,HoTT_GRAD);
682
                         }
1917 holgerb 683
                        break;
684
        case 6:
1949 holgerb 685
                        if(show_current)
686
                         {
1917 holgerb 687
                    if(RequiredMotors == 4) Hott_ClearLine(6);
688
                                else
2386 holgerb 689
//                              if(RequiredMotors == 6)  HoTT_printfxy(0,6,"%2i.%i %2i.%iA", Motor[4].Current/10,Motor[4].Current%10,Motor[5].Current/10,Motor[5].Current%10)
690
                                if(RequiredMotors == 6)  HoTT_printfxy(0,6,"%2i.%i %2i.%iA", BL3_Current(4)/10,BL3_Current(4)%10, BL3_Current(5)/10,BL3_Current(5)%10)
1949 holgerb 691
                                else
2386 holgerb 692
//                              if(RequiredMotors > 6)   HoTT_printfxy(0,6,"%2i.%i %2i.%i %2i.%i %2i.%iA", Motor[4].Current/10,Motor[4].Current%10,Motor[5].Current/10,Motor[5].Current%10,Motor[6].Current/10,Motor[6].Current%10,Motor[7].Current/10,Motor[7].Current%10);
693
                                if(RequiredMotors > 6)   HoTT_printfxy(0,6,"%2i.%i %2i.%i %2i.%i %2i.%iA", BL3_Current(4)/10,BL3_Current(4)%10,BL3_Current(5)/10,BL3_Current(5)%10,BL3_Current(6)/10,BL3_Current(6)%10,BL3_Current(7)/10,BL3_Current(7)%10,BL3_Current(8)/10,BL3_Current(8)%10);
1949 holgerb 694
             }
695
                         else
696
                         {
697
                    if(RequiredMotors == 4) Hott_ClearLine(6);
698
                                else
1923 holgerb 699
                                if(RequiredMotors == 6)  HoTT_printfxy(0,6,"%3i %3i%cC        ", Motor[4].Temperature, Motor[5].Temperature,HoTT_GRAD)
1917 holgerb 700
                                else
1923 holgerb 701
                                if(RequiredMotors > 6)   HoTT_printfxy(0,6,"%3i %3i %3i %3i%cC", Motor[4].Temperature, Motor[5].Temperature, Motor[6].Temperature, Motor[7].Temperature,HoTT_GRAD);
1949 holgerb 702
             }
1917 holgerb 703
                        break;
1930 holgerb 704
        case 7: if(NC_ErrorCode)
705
                  {
706
                           if(HoTTBlink && NC_ErrorCode < MAX_ERR_NUMBER)
707
                            {
708
                             Hott_ClearLine(7);
709
                             HoTT_printfxy_INV(0,7,"ERR: %2d !",NC_ErrorCode);
710
                            }
711
                                else
712
                                {
713
                                 HoTT_printfxy(0,7,"ERR: ");     _printf_P(&LIBFC_HoTT_Putchar, NC_ERROR_TEXT[NC_ErrorCode] , 0);};
714
                                }
2120 holgerb 715
                        else
716
                        if(FC_StatusFlags & FC_STATUS_LOWBAT) HoTT_printfxy(1,7,"!! LiPo voltage !!")
1937 holgerb 717
                        else HoTT_printfxy(0,7," www.MikroKopter.de  ");
1917 holgerb 718
                        break;
2090 holgerb 719
        case 8: // ASCIIPacket.WarnBeep = HoTT_Waring();
1919 holgerb 720
                        // ASCIIPacket.WarnBeep = Parameter_UserParam1;
1921 holgerb 721
        case 9:
1917 holgerb 722
        case 10:
723
        case 11:
724
        case 12:
725
        case 13:
1919 holgerb 726
        case 14:  
727
        case 15:  
728
        case 16:  
1949 holgerb 729
                        if(HottKeyboard == HOTT_KEY_SET) { if(show_current) show_current = 0; else show_current = 1;   Hott_ClearLine(5);  Hott_ClearLine(6);}
730
                        else
731
                        if(HottKeyboard == HOTT_KEY_LEFT) { LIBFC_HoTT_Clear(); page = 2; line = 0;}
732
                        else
733
                        if(HottKeyboard == HOTT_KEY_RIGHT) { LIBFC_HoTT_Clear(); page = 0; line = 0;}
734
//if(HottKeyboard) HoTT_printfxy(15,6,"%KEY:%02x ",HottKeyboard);
1921 holgerb 735
                        HottKeyboard = 0;
736
                        break;
1933 holgerb 737
   default:  line = 0;
1921 holgerb 738
                        break;
739
  }
740
  else
1939 holgerb 741
  if(page == 2)
1933 holgerb 742
  switch(line++)
1921 holgerb 743
  {
744
        case 0:  
2344 holgerb 745
                        HoTT_printfxy_INV(0,0,"Setting:%u %s ",ActiveParamSet,EE_Parameter.Name);
1921 holgerb 746
                        break;
747
    case 1: HoTT_printfxy(0,1,"Min:%2i.%1iV %s ",BattLowVoltageWarning/10, BattLowVoltageWarning%10, Mixer.Name);
748
                        break;
1923 holgerb 749
    case 2:  HoTT_printfxy(0,2,"ALT:");
1921 holgerb 750
                 if(Parameter_GlobalConfig & CFG_HOEHENREGELUNG)
751
                 {
752
                          if(!(EE_Parameter.GlobalConfig & CFG_HOEHEN_SCHALTER)) HoTT_printf("POTI:%3u ", Parameter_HoehenSchalter)
753
                          else
754
                          {
755
                           if(Parameter_HoehenSchalter > 50) HoTT_printf("(ON)  ") else HoTT_printf("(OFF) ");
756
                           if((Parameter_ExtraConfig & CFG2_HEIGHT_LIMIT)) HoTT_printf("LIMIT", Parameter_HoehenSchalter)
757
                           else HoTT_printf("VARIO", Parameter_HoehenSchalter);
758
                          }
759
                         }
760
                        else
761
                                HoTT_printf("DISABLED");
762
                        break;
1923 holgerb 763
    case 3: HoTT_printfxy(0,3,"CF:");
2342 holgerb 764
                        if(!EE_Parameter.CareFreeChannel) HoTT_printf("DISABLED")
1921 holgerb 765
                        else
766
                         {
767
                          if(CareFree)  HoTT_printf(" (ON) ") else HoTT_printf(" (OFF)");
768
                          if(EE_Parameter.ExtraConfig & CFG_LEARNABLE_CAREFREE) HoTT_printf(" TEACH");
769
                         }
770
                        break;
1923 holgerb 771
    case 4: HoTT_printfxy(0,4,"GPS:");
772
                    if(!(Parameter_GlobalConfig & CFG_GPS_AKTIV)) HoTT_printf("DISABLED")
773
                        else
774
                         {
2342 holgerb 775
                          tmp = GetChannelValue(EE_Parameter.NaviGpsModeChannel);
1923 holgerb 776
                          if(tmp < 50) HoTT_printf("(FREE)")
777
                          else
778
                          if(tmp >= 180) HoTT_printf("(HOME)")
779
                          else
780
                          if(EE_Parameter.ExtraConfig & CFG_GPS_AID) HoTT_printf("(AID) ")
781
                          else HoTT_printf("(HOLD)")
782
                         }
783
                        if(EE_Parameter.FailSafeTime) HoTT_printfxy(10,4," FS:%usek ",EE_Parameter.FailSafeTime)
784
 
785
                        break;
786
    case 5: HoTT_printfxy(0,5,"HOME ALT:");
787
                        if(EE_Parameter.ComingHomeAltitude) HoTT_printf("%um",EE_Parameter.ComingHomeAltitude) else HoTT_printf("HOLD ");
788
                        break;
1921 holgerb 789
        case 6:
1982 holgerb 790
                        if(!show_poti)
791
                         {
792
              HoTT_printfxy(0,6,"Ni:%4i Ro:%4i C:%3i",PPM_in[EE_Parameter.Kanalbelegung[K_NICK]],PPM_in[EE_Parameter.Kanalbelegung[K_ROLL]], Parameter_ServoNickControl);
793
                      HoTT_printfxy(0,7,"Gs:%4i Ya:%4i ",PPM_in[EE_Parameter.Kanalbelegung[K_GAS]]+127,PPM_in[EE_Parameter.Kanalbelegung[K_GIER]]);
794
                         }
795
                        else
796
                         {
797
              HoTT_printfxy(0,6,"P1:%4i P2:%4i 3:%3i",Poti1,Poti2, Poti3);
798
                      HoTT_printfxy(0,7,"P4:%4i P5:%4i 6:%3i",Poti4,Poti5, Poti6);
799
                         }
800
 
1921 holgerb 801
                        break;
802
    case 7: //HoTT_printfxy(0,6,"WARNINGS:");
803
                        if(HoTTBlink)
804
                        {
805
                         LIBFC_HoTT_SetPos(6 * 21);
806
                         if(!(Parameter_GlobalConfig & CFG_ACHSENKOPPLUNG_AKTIV)) HoTT_printf_BLINK("COUPLING OFF! ");
807
                         if(EE_Parameter.BitConfig & (CFG_LOOP_LINKS | CFG_LOOP_RECHTS | CFG_LOOP_UNTEN | CFG_LOOP_OBEN)) HoTT_printf_BLINK("LOOPING! ");
808
                         if(Parameter_GlobalConfig & CFG_HEADING_HOLD) HoTT_printf_BLINK("HH! ");
809
                         if(!(Parameter_GlobalConfig & CFG_KOMPASS_AKTIV)) HoTT_printf_BLINK("COMPASS OFF! ");
810
                        }
811
                        break;
2090 holgerb 812
    case 8: //ASCIIPacket.WarnBeep = HoTT_Waring();
1921 holgerb 813
                        break;
814
    case 9:
815
    case 10:
816
    case 11:
817
    case 12:
818
    case 13:
819
    case 14:
820
    case 15:
821
    case 16:
1982 holgerb 822
                        if(HottKeyboard == HOTT_KEY_SET) { if(show_poti) show_poti = 0; else show_poti = 1;   Hott_ClearLine(6);  Hott_ClearLine(7);}
2263 holgerb 823
//                      else
824
//                      if(HottKeyboard == HOTT_KEY_LEFT) { LIBFC_HoTT_Clear(); page = 3; line = 0;}
1982 holgerb 825
                        else
1949 holgerb 826
                        if(HottKeyboard == HOTT_KEY_RIGHT) { LIBFC_HoTT_Clear(); page = 1; line = 0;};
1921 holgerb 827
                        HottKeyboard = 0;
828
                        break;
1933 holgerb 829
   default:  line = 0;
1917 holgerb 830
                        break;
831
  }
2263 holgerb 832
/*  else
2091 holgerb 833
  if(page == 3)
834
  switch(line++)
835
  {
836
        case 0:  
837
                        HoTT_printfxy(0,2,"Speak:");
838
                        break;
839
        case 1:  
2263 holgerb 840
//                      if(GetParamByte(PID_SPEAK_HOTT_CFG) & 0x01)
841
                        if(!(GlobalConfig3 & CFG3_SPEAK_ALL) & 0x01)) HoTT_printfxy_INV(7,2,"All Messages ")
2091 holgerb 842
                        else                    HoTT_printfxy_INV(7,2,"Warnings only");
843
                        break;
844
        case 2:  
845
                        HoTT_printfxy(1,4,"Use (set) to select");
846
                        break;
847
    default:
848
                        if(HottKeyboard == HOTT_KEY_SET)
849
                         {
850
                          SetParamByte(PID_SPEAK_HOTT_CFG, GetParamByte(PID_SPEAK_HOTT_CFG) ^ 0x01);
851
                         }
852
                        else
853
                        if(HottKeyboard == HOTT_KEY_RIGHT) { LIBFC_HoTT_Clear(); page = 2; line = 0;};
854
                        HottKeyboard = 0;
855
                        line = 0;
856
                        break;
857
  }
2263 holgerb 858
*/
1921 holgerb 859
  else page = 0;
1917 holgerb 860
}
861
 
1925 holgerb 862
#endif
1917 holgerb 863
 
864
 
865