Subversion Repositories FlightCtrl

Rev

Rev 2377 | Rev 2388 | 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 !!  "};
2344 holgerb 100
const char PROGMEM SETTING[] =  {"Set  :"};
1930 holgerb 101
const char PROGMEM NC_ERROR_TEXT[MAX_ERR_NUMBER][17] =
102
{
103
//0123456789123456
104
 "No Error        \0",  // 0
105
 "Not compatible  \0",  // 1
106
 "MK3Mag not compa\0",  // 2
107
 "No FC communicat\0",  // 3
2188 holgerb 108
 "Compass communic\0",  // 4
1930 holgerb 109
 "GPS communicatio\0",  // 5
110
 "compass value   \0",  // 6
111
 "RC Signal lost  \0",  // 7
112
 "FC spi rx error \0",  // 8
113
 "No NC communicat\0",  // 9
114
 "FC Nick Gyro    \0",  // 10
115
 "FC Roll Gyro    \0",  // 11
116
 "FC Yaw Gyro     \0",  // 12
117
 "FC Nick ACC     \0",  // 13
118
 "FC Roll ACC     \0",  // 14
119
 "FC Z-ACC        \0",  // 15
120
 "Pressure sensor \0",  // 16
1936 holgerb 121
 "I2C FC->BL-Ctrl \0",  // 17
1930 holgerb 122
 "Bl Missing      \0",  // 18
123
 "Mixer Error     \0",  // 19
1937 holgerb 124
 "Carefree Error  \0",  // 20
1944 holgerb 125
 "GPS Fix lost    \0",  // 21
1948 holgerb 126
 "Magnet Error    \0",  // 22
127
 "Motor restart   \0",  // 23
2008 holgerb 128
 "BL Limitation   \0",  // 24
129
 "GPS Range       \0",  // 25
2009 holgerb 130
 "No SD-Card      \0",  // 26
131
 "SD-Logging error\0",  // 27
2034 holgerb 132
 "Flying range!   \0",  // 28
2146 holgerb 133
 "Max Altitude!   \0",  // 29
2186 holgerb 134
 "No GPS fix      \0",  // 30
135
 "compass not cal.\0"  // 31
1930 holgerb 136
};
1919 holgerb 137
 
2090 holgerb 138
 
139
const char PROGMEM HOTT_ERROR[MAX_ERR_NUMBER][2] =
140
{       // 1 -> only in flight   0 -> also on ground
141
//0123456789123456
142
         {0,0},// "No Error        \0",  // 0
143
         {SPEAK_ERROR,0},// "Not compatible  \0",  // 1
144
         {SPEAK_ERROR,0},// "MK3Mag not compa\0",  // 2
145
         {SPEAK_ERR_NAVI,1},// "No FC communicat\0",  // 3
146
         {SPEAK_ERR_COMPASS,1},// "MK3Mag communica\0",  // 4
147
         {SPEAK_ERR_GPS,0},// "GPS communicatio\0",  // 5
148
         {SPEAK_ERR_COMPASS,1},// "compass value   \0",  // 6
149
         {SPEAK_ERR_RECEICER,0},// "RC Signal lost  \0",  // 7
150
         {SPEAK_ERR_NAVI,0},// "FC spi rx error \0",  // 8
151
         {SPEAK_ERR_NAVI,0},// "No NC communicat\0",  // 9
152
         {SPEAK_ERR_SENSOR,0},// "FC Nick Gyro    \0",  // 10
153
         {SPEAK_ERR_SENSOR,0},// "FC Roll Gyro    \0",  // 11
154
         {SPEAK_ERR_SENSOR,0},// "FC Yaw Gyro     \0",  // 12
155
         {SPEAK_ERR_SENSOR,0},// "FC Nick ACC     \0",  // 13
156
         {SPEAK_ERR_SENSOR,0},// "FC Roll ACC     \0",  // 14
157
         {SPEAK_ERR_SENSOR,0},// "FC Z-ACC        \0",  // 15
158
         {SPEAK_ERR_SENSOR,0},// "Pressure sensor \0",  // 16
159
         {SPEAK_ERR_DATABUS,1},// "I2C FC->BL-Ctrl \0",  // 17
160
         {SPEAK_ERR_DATABUS,1},// "Bl Missing      \0",  // 18
161
         {SPEAK_ERROR,0},// "Mixer Error     \0",  // 19
162
         {SPEAK_CF_OFF,1},// "Carefree Error  \0",  // 20
163
         {SPEAK_GPS_FIX,1},// "GPS Fix lost    \0",  // 21
164
         {SPEAK_ERR_COMPASS,0},// "Magnet Error    \0",  // 22
165
         {SPEAK_ERR_MOTOR,1},// "Motor restart   \0",  // 23
166
         {SPEAK_MAX_TEMPERAT,1},// "BL Limitation   \0",  // 24
167
         {SPEAK_MAX_RANGE,1},// "GPS Range       \0",  // 25
168
         {SPEAK_ERROR,1},// "No SD-Card      \0",  // 26
169
         {SPEAK_ERROR,1},// "SD-Logging error\0",  // 27
170
         {SPEAK_MAX_RANGE,1},// "Flying range!   \0",   // 28
2146 holgerb 171
         {SPEAK_MAX_ALTITUD,1},// "Max Altitude!   \0"   // 29
172
         {SPEAK_GPS_FIX,1}// "no GPS Fix,  // 30
2090 holgerb 173
};
174
 
175
 
1943 holgerb 176
void GetHottestBl(void)
177
{
178
 static unsigned char search = 0,tmp_max,tmp_min,who;
179
                if(Motor[search].Temperature > tmp_max) { tmp_max = Motor[search].Temperature; who = search;}
180
                else
181
                if(Motor[search].Temperature) if(Motor[search].Temperature < tmp_min) tmp_min = Motor[search].Temperature;
2373 holgerb 182
                if(++search >= MAX_MOTORS)
1943 holgerb 183
                {
184
                 search = 0;
2373 holgerb 185
                 if(tmp_min != 255) MinBlTemperture = tmp_min; else MinBlTemperture = 0;
186
                 MaxBlTemperture = tmp_max;
1943 holgerb 187
                 HottestBl = who;
188
                 tmp_min = 255;
189
                 tmp_max = 0;
190
                 who = 0;
191
                 }
192
}
193
 
1919 holgerb 194
//---------------------------------------------------------------
1917 holgerb 195
void Hott_ClearLine(unsigned char line)
196
{
197
 HoTT_printfxy(0,line,"                     ");
198
}
1919 holgerb 199
//---------------------------------------------------------------
1917 holgerb 200
 
2178 holgerb 201
 
1919 holgerb 202
unsigned char HoTT_Waring(void)
203
{
2090 holgerb 204
  unsigned char status = 0;
205
  static char old_status = 0;
206
  static int repeat;
2120 holgerb 207
//if(Parameter_UserParam1) return(Parameter_UserParam1); 
2190 holgerb 208
  ToNC_SpeakHoTT = SpeakHoTT;
2090 holgerb 209
  if(FC_StatusFlags & FC_STATUS_LOWBAT) status = VOICE_MINIMALE_EINGANSSPANNUNG;
210
  else
2263 holgerb 211
  if(NC_ErrorCode)      // Fehlercodes
2090 holgerb 212
   {
213
    if(MotorenEin || !pgm_read_byte(&HOTT_ERROR[NC_ErrorCode][1])) status = pgm_read_byte(&HOTT_ERROR[NC_ErrorCode][0]);
214
   }
2263 holgerb 215
  if(!status)    // Sprachansagen
2091 holgerb 216
   {
2263 holgerb 217
//      if(!(GetParamByte(PID_SPEAK_HOTT_CFG) & 0x01)) SpeakHoTT = 0;  // is the voice wanted?
218
    if(!(EE_Parameter.GlobalConfig3 & CFG3_SPEAK_ALL)) SpeakHoTT = 0;  // is the voice wanted?
2091 holgerb 219
    else status = SpeakHoTT;
2190 holgerb 220
   }
221
   else ToNC_SpeakHoTT = status;
2090 holgerb 222
 
2263 holgerb 223
  if(old_status == status) // Gleichen Fehler nur alle 5 sek bringen
2090 holgerb 224
   {
225
    if(!CheckDelay(repeat)) return(0);
226
        repeat = SetDelay(5000);
227
   }
228
   else repeat = SetDelay(2000);
229
 
230
  if(status)
231
   {
232
    if(status == SpeakHoTT) SpeakHoTT = 0;
233
   }   
234
  old_status = status;
2120 holgerb 235
//  DebugOut.Analog[16] = status;
2090 holgerb 236
  return(status);
1919 holgerb 237
}
238
 
2178 holgerb 239
/*
240
unsigned char HoTTErrorCode(void)
241
{
242
 return(NC_ErrorCode);
243
}
244
*/
1919 holgerb 245
//---------------------------------------------------------------
1942 holgerb 246
void NC_Fills_HoTT_Telemety(void)
1940 holgerb 247
{
2034 holgerb 248
 unsigned char *ptr = NULL;
1940 holgerb 249
 unsigned char max = 0,i,z;
250
 switch(FromNaviCtrl.Param.Byte[11])
251
  {
252
   case HOTT_VARIO_PACKET_ID:
253
                ptr = (unsigned char *) &VarioPacket;
254
                max = sizeof(VarioPacket);
255
                break;
256
   case HOTT_GPS_PACKET_ID:
257
                ptr = (unsigned char *) &GPSPacket;
258
                max = sizeof(GPSPacket);
259
                break;
260
   case HOTT_ELECTRIC_AIR_PACKET_ID:
261
                ptr = (unsigned char *) &ElectricAirPacket;
262
                max = sizeof(ElectricAirPacket);
263
                break;
1943 holgerb 264
   case HOTT_GENERAL_PACKET_ID:
265
                ptr = (unsigned char *) &HoTTGeneral;
266
                max = sizeof(HoTTGeneral);
267
                break;
2377 holgerb 268
   case JETI_GPS_PACKET_ID1:
269
                ptr = (unsigned char *) &JetiExData[14].Value;
270
                max = sizeof(JetiExData[14].Value);
271
                break;
272
   case JETI_GPS_PACKET_ID2:
273
                ptr = (unsigned char *) &JetiExData[15].Value;
274
                max = sizeof(JetiExData[15].Value);
275
                break;
1940 holgerb 276
  }
277
 z = FromNaviCtrl.Param.Byte[0]; // Data allocation
278
 
279
 for(i=0; i < FromNaviCtrl.Param.Byte[1]; i++)
280
  {
281
   if(z >= max) break;
282
   ptr[z] = FromNaviCtrl.Param.Byte[2+i];
283
   z++;
284
  }
285
}
286
 
1942 holgerb 287
unsigned int BuildHoTT_Vario(void)
288
{
2322 holgerb 289
 unsigned int tmp = VARIO_ZERO;
1944 holgerb 290
 if(VarioCharacter == '+' || VarioCharacter == '-')
291
  {
2322 holgerb 292
   tmp = VARIO_ZERO + (AltitudeSetpointTrimming * EE_Parameter.Hoehe_Verstaerkung) / 3;
293
   if(tmp < VARIO_ZERO && tmp > VARIO_ZERO - 50) tmp = VARIO_ZERO - 50; // weil es sonst erst bei < 0,5m/sek piept
1944 holgerb 294
  }
1942 holgerb 295
 else
1944 holgerb 296
 if((VarioCharacter == ' ') && (FC_StatusFlags & FC_STATUS_FLY))
297
  {
2322 holgerb 298
   tmp = VARIO_ZERO + HoTTVarioMeter;
299
   if(tmp > VARIO_ZERO)
1944 holgerb 300
    {
2322 holgerb 301
     if(tmp < VARIO_ZERO + 100) tmp = VARIO_ZERO;
1944 holgerb 302
         else tmp -= 100;
303
        }
2322 holgerb 304
   if(tmp < VARIO_ZERO)
1944 holgerb 305
    {
2322 holgerb 306
     if(tmp > VARIO_ZERO - 100) tmp = VARIO_ZERO;
1944 holgerb 307
         else tmp += 100;
308
        }
309
  }
310
 else
2322 holgerb 311
 if(VarioCharacter == '^') tmp = VARIO_ZERO + FromNC_AltitudeSpeed * 10;
1944 holgerb 312
 else
2322 holgerb 313
 if(VarioCharacter == 'v') tmp = VARIO_ZERO - FromNC_AltitudeSpeed * 10;
1942 holgerb 314
 return(tmp);
315
}
316
 
1940 holgerb 317
//---------------------------------------------------------------
1919 holgerb 318
unsigned char HoTT_Telemety(unsigned char packet_request)
319
{
2322 holgerb 320
 unsigned char i;
2090 holgerb 321
  //Debug("rqst: %02X",packet_request);
1919 holgerb 322
 switch(packet_request)
323
 {
324
  case HOTT_VARIO_PACKET_ID:
2322 holgerb 325
                GPSPacket.WarnBeep = HoTT_Waring(); // Achtung: das ist richtig hier, damit der Varioton schon vorher abgestellt wird
1921 holgerb 326
                VarioPacket.Altitude = HoehenWert/100 + 500;  
2322 holgerb 327
                if(!GPSPacket.WarnBeep) VarioPacket.m_sec = BuildHoTT_Vario(); else VarioPacket.m_sec = VARIO_ZERO;
1943 holgerb 328
                VarioPacket.m_3sec = VarioPacket.m_sec;
329
                VarioPacket.m_10sec = VarioPacket.m_sec;
1919 holgerb 330
                if (VarioPacket.Altitude < VarioPacket.MinAltitude) VarioPacket.MinAltitude = VarioPacket.Altitude;
331
                if (VarioPacket.Altitude > VarioPacket.MaxAltitude) VarioPacket.MaxAltitude = VarioPacket.Altitude;            
2090 holgerb 332
                VarioPacket.WarnBeep = 0;//HoTT_Waring();
1919 holgerb 333
                HoTT_DataPointer = (unsigned char *) &VarioPacket;
2090 holgerb 334
        VarioPacket.FreeCharacters[0] = VarioCharacter;
335
    if(FC_StatusFlags2 & FC_STATUS2_CAREFREE) VarioPacket.FreeCharacters[1] = 'C'; else VarioPacket.FreeCharacters[1] = ' ';
336
//      VarioPacket.FreeCharacters[2] = ' ';
337
    if(NC_ErrorCode)
338
         {
339
                VarioPacket.Text[0] = NC_ErrorCode/10 + '0';
340
                VarioPacket.Text[1] = NC_ErrorCode%10 + '0';
341
                VarioPacket.Text[2] = ':';
2183 holgerb 342
                for(i=0; i<16;i++) VarioPacket.Text[i+3] = pgm_read_byte(&NC_ERROR_TEXT[NC_ErrorCode][i]);
2090 holgerb 343
         }
2120 holgerb 344
         else
345
         if(FC_StatusFlags & FC_STATUS_LOWBAT) for(i=0; i<21;i++) VarioPacket.Text[i] = pgm_read_byte(&UNDERVOLTAGE[i]); // no Error
2348 holgerb 346
         else
347
         if(ShowSettingNameTime) // no Error
348
         {                  
349
          for(i=0; i<sizeof(SETTING);i++) VarioPacket.Text[i] = pgm_read_byte(&SETTING[i]);
350
      VarioPacket.Text[4] = '0' + ActiveParamSet;
351
          for(i=0; i<sizeof(EE_Parameter.Name);i++) VarioPacket.Text[i+7] = EE_Parameter.Name[i]; // no Error
352
      VarioPacket.Text[18] = ' ';
353
      VarioPacket.Text[19] = ' ';
354
      VarioPacket.Text[20] = ' ';
355
         }
2120 holgerb 356
         else    
2178 holgerb 357
     if(NaviData_WaypointNumber)
358
         {    
359
          unsigned int tmp_int;
360
      unsigned char tmp;
361
      VarioPacket.Text[0] = 'W'; VarioPacket.Text[1] = 'P';
362
      VarioPacket.Text[2] = ' ';
363
      VarioPacket.Text[3] = '0'+(NaviData_WaypointIndex) / 10;
364
      VarioPacket.Text[4] = '0'+(NaviData_WaypointIndex) % 10;
365
      VarioPacket.Text[5] = '/';
366
      VarioPacket.Text[6] = '0'+(NaviData_WaypointNumber) / 10;
367
      VarioPacket.Text[7] = '0'+(NaviData_WaypointNumber) % 10;
368
      VarioPacket.Text[8] = ' ';
369
          tmp_int = NaviData_TargetDistance;
370
      if(tmp_int > 1000) { VarioPacket.Text[9] = '0'+(tmp_int) / 1000; tmp_int %= 1000;}
371
          else VarioPacket.Text[9] = ' ';
372
      if(tmp_int > 100) { VarioPacket.Text[10] = '0'+(tmp_int) / 100; tmp_int %= 100;}
373
          else VarioPacket.Text[10] = ' ';
374
      VarioPacket.Text[11] = '0'+(tmp_int) / 10;
375
      VarioPacket.Text[12] = '0'+(tmp_int) % 10;
376
      VarioPacket.Text[13] = 'm';
377
      VarioPacket.Text[14] = ' ';
378
      tmp = NaviData_TargetHoldTime;
379
          if(tmp > 100) { VarioPacket.Text[15] = '0'+(tmp) / 100; tmp %= 100;} else VarioPacket.Text[15] = ' ';
380
      VarioPacket.Text[16] = '0'+(tmp) / 10;
381
      VarioPacket.Text[17] = '0'+(tmp) % 10;
382
      VarioPacket.Text[18] = 's';
383
      VarioPacket.Text[19] = ' ';
384
         }
385
         else
2355 holgerb 386
         if(!CalibrationDone)
2344 holgerb 387
         {
2355 holgerb 388
          for(i=0; i<17;i++) VarioPacket.Text[i] = pgm_read_byte(&MIKROKOPTER[i+2]); // no Error and not calibrated
389
      VarioPacket.Text[16] = '0'+VERSION_MAJOR;
390
      VarioPacket.Text[17] = '.';
391
      VarioPacket.Text[18] = '0'+VERSION_MINOR/10;
392
      VarioPacket.Text[19] = '0'+VERSION_MINOR%10;
393
      VarioPacket.Text[20] = 'a'+VERSION_PATCH;
2344 holgerb 394
         }
2355 holgerb 395
         else
396
         {
397
          for(i=0; i<21;i++) VarioPacket.Text[i] = pgm_read_byte(&MIKROKOPTER[i]); // no Error
398
         }
1919 holgerb 399
                return(sizeof(VarioPacket));
400
                break;
1921 holgerb 401
 
1919 holgerb 402
  case HOTT_GPS_PACKET_ID:
2186 holgerb 403
                GPSPacket.Altitude = HoehenWert/100 + 500;  
1943 holgerb 404
//              GPSPacket.Distance = GPSInfo.HomeDistance/10;  // macht die NC
405
//              GPSPacket.Heading = GPSInfo.HomeBearing/2;     // macht die NC
406
//              GPSPacket.Speed = (GPSInfo.Speed * 36) / 10;   // macht die NC
2322 holgerb 407
//      GPSPacket.WarnBeep = HoTT_Waring();                //(wird jetzt weiter oben gemacht)
408
                if(!GPSPacket.WarnBeep) GPSPacket.m_sec = BuildHoTT_Vario(); else GPSPacket.m_sec = VARIO_ZERO;
1921 holgerb 409
                GPSPacket.m_3sec = 120;
2090 holgerb 410
                GPSPacket.NumOfSats = GPSInfo.NumOfSats;
411
                if(GPSInfo.Flags & FLAG_DIFFSOLN) GPSPacket.SatFix = 'D';
412
                else
413
        if(GPSInfo.SatFix == SATFIX_3D) GPSPacket.SatFix = ' ';
414
                else GPSPacket.SatFix = '!';
1919 holgerb 415
                HoTT_DataPointer = (unsigned char *) &GPSPacket;
2090 holgerb 416
                GPSPacket.FreeCharacters[0] = NC_GPS_ModeCharacter;
417
                GPSPacket.FreeCharacters[2] = GPSPacket.SatFix;
418
                GPSPacket.HomeDirection = GPSInfo.HomeBearing / 2;//230;
1919 holgerb 419
                return(sizeof(GPSPacket));  
420
                break;
421
  case HOTT_ELECTRIC_AIR_PACKET_ID:
1943 holgerb 422
                GetHottestBl();
1940 holgerb 423
                ElectricAirPacket.Altitude = HoehenWert/100 + 500;
1921 holgerb 424
                ElectricAirPacket.Battery1 = UBat;
1940 holgerb 425
                ElectricAirPacket.Battery2 = UBat;
1943 holgerb 426
                ElectricAirPacket.VoltageCell1 = ErsatzKompassInGrad / 2;
427
                ElectricAirPacket.VoltageCell8 = ElectricAirPacket.VoltageCell1;
1944 holgerb 428
                ElectricAirPacket.VoltageCell6 = GPSInfo.HomeBearing / 2;
1943 holgerb 429
                ElectricAirPacket.VoltageCell7 = GPSInfo.HomeDistance/20;
1944 holgerb 430
                ElectricAirPacket.VoltageCell13 = ElectricAirPacket.VoltageCell6;
1943 holgerb 431
                ElectricAirPacket.VoltageCell14 = ElectricAirPacket.VoltageCell7;
2322 holgerb 432
        if(!GPSPacket.WarnBeep) ElectricAirPacket.m_sec = BuildHoTT_Vario(); else ElectricAirPacket.m_sec = VARIO_ZERO;
1940 holgerb 433
                ElectricAirPacket.m_3sec = 120;
434
                ElectricAirPacket.InputVoltage = UBat;
2373 holgerb 435
                ElectricAirPacket.Temperature1 = MinBlTemperture + 20;
436
                ElectricAirPacket.Temperature2 = MaxBlTemperture + 20;
1940 holgerb 437
                ElectricAirPacket.Capacity = Capacity.UsedCapacity/10;
2373 holgerb 438
//              ElectricAirPacket.WarnBeep = 0;//HoTT_Waring();
439
ElectricAirPacket.WarnBeep = GPSPacket.WarnBeep;
1940 holgerb 440
                ElectricAirPacket.Current = Capacity.ActualCurrent;
1919 holgerb 441
                HoTT_DataPointer = (unsigned char *) &ElectricAirPacket;
2090 holgerb 442
                ElectricAirPacket.FlightTimeMinutes = FlugSekunden / 60;
443
                ElectricAirPacket.FlightTimeSeconds = FlugSekunden % 60;
1919 holgerb 444
                return(sizeof(ElectricAirPacket));
445
                break;
1943 holgerb 446
  case HOTT_GENERAL_PACKET_ID:
447
                GetHottestBl();
448
                HoTTGeneral.Rpm = GPSInfo.HomeDistance/100;
449
                HoTTGeneral.VoltageCell1 = ErsatzKompassInGrad / 2;
2373 holgerb 450
                HoTTGeneral.VoltageCell2 = KompassValue / 2;
451
                //HoTTGeneral.VoltageCell3 = Magnetstaerke -> macht NC
452
                //HoTTGeneral.VoltageCell4 = Inclinition -> macht NC
453
                HoTTGeneral.VoltageCell5 = DebugOut.Analog[28]; // I2C ErrorCounter
1944 holgerb 454
                HoTTGeneral.VoltageCell6 = GPSInfo.HomeBearing / 2;
2373 holgerb 455
                if(UBat > BattLowVoltageWarning + 2) HoTTGeneral.FuelPercent = (UBat - (BattLowVoltageWarning + 2)) * 3;
1943 holgerb 456
                else HoTTGeneral.FuelPercent = 0;
2373 holgerb 457
                if(HoTTGeneral.FuelPercent > 100) HoTTGeneral.FuelPercent = 100;
458
                HoTTGeneral.FuelCapacity = NC_ErrorCode;//HoehenWert/100; // Oelpegel
459
//              if(HoTTGeneral.FuelCapacity < 0) HoTTGeneral.FuelCapacity = 0;
1943 holgerb 460
                HoTTGeneral.Altitude = HoehenWert/100 + 500;
461
                HoTTGeneral.Battery1 = UBat;
462
                HoTTGeneral.Battery2 = UBat;
2322 holgerb 463
                if(!GPSPacket.WarnBeep) HoTTGeneral.m_sec =  BuildHoTT_Vario(); else  HoTTGeneral.m_sec = VARIO_ZERO;
2373 holgerb 464
                HoTTGeneral.m_3sec = 120 + GPSPacket.WarnBeep;
1943 holgerb 465
                HoTTGeneral.InputVoltage = UBat;
2373 holgerb 466
                HoTTGeneral.Temperature1 = MinBlTemperture + 20;
467
                HoTTGeneral.Temperature2 = MaxBlTemperture + 20;
1943 holgerb 468
                HoTTGeneral.Capacity = Capacity.UsedCapacity/10;
2090 holgerb 469
                HoTTGeneral.WarnBeep = 0;//HoTT_Waring();
1943 holgerb 470
                HoTTGeneral.Current = Capacity.ActualCurrent;
2178 holgerb 471
//HoTTGeneral.ErrorNumber = HoTTErrorCode();
1943 holgerb 472
                HoTT_DataPointer = (unsigned char *) &HoTTGeneral;
473
                return(sizeof(HoTTGeneral));
474
                break;
1919 holgerb 475
  default: return(0);
476
  }            
477
}
478
 
479
//---------------------------------------------------------------
1917 holgerb 480
void HoTT_Menu(void)
481
{
1982 holgerb 482
 static unsigned char line, page = 0,show_current = 0,show_mag = 0, show_poti = 0;
1921 holgerb 483
 unsigned char tmp;
1944 holgerb 484
 HoTTVarioMeter = (HoTTVarioMeter * 7 + VarioMeter) / 8;
485
 
1921 holgerb 486
 if(page == 0)
1933 holgerb 487
  switch(line++)
1917 holgerb 488
  {
1919 holgerb 489
        case 0:  
1923 holgerb 490
                if(FC_StatusFlags & FC_STATUS_LOWBAT)
1939 holgerb 491
                         HoTT_printfxy_BLINK(0,0,"  %2i.%1iV  ",UBat/10, UBat%10)
492
                        else
493
                         HoTT_printfxy(0,0,"  %2i.%1iV  ",UBat/10, UBat%10)
494
 
495
                        if(Parameter_GlobalConfig & CFG_HOEHENREGELUNG)
496
                          {
497
                           if(HoehenReglerAktiv)        HoTT_printfxy_INV(10,0,"ALT:%4im %c", (int16_t)(HoehenWert/100),VarioCharacter)
498
                           else                                         HoTT_printfxy(10,0,"ALT:%4im  ", (int16_t)(HoehenWert/100))
499
                           }
500
            else    HoTT_printfxy(10,0,"ALT:---- ");
501
                        break;
502
        case 1:  
503
                if(FC_StatusFlags & FC_STATUS_LOWBAT)
504
                         HoTT_printfxy_BLINK(0,1,"  %2i:%02i  ",FlugSekunden/60,FlugSekunden%60)
505
            else   HoTT_printfxy(0,1,"  %2i:%02i  ",FlugSekunden/60,FlugSekunden%60);                      
1941 holgerb 506
                        HoTT_printfxy(10,1,"DIR: %3d%c",ErsatzKompassInGrad, HoTT_GRAD);
1949 holgerb 507
                        if(FC_StatusFlags2 & FC_STATUS2_CAREFREE) HoTT_printfxy_INV(20,1,"C") else HoTT_printfxy(20,1," ");
1939 holgerb 508
            break;
509
        case 2:
510
                if(FC_StatusFlags & FC_STATUS_LOWBAT)
511
                         HoTT_printfxy_BLINK(0,2,"  %5i  ",Capacity.UsedCapacity)
512
            else   HoTT_printfxy(0,2,"  %5i  ",Capacity.UsedCapacity);                     
1940 holgerb 513
                        HoTT_printfxy(12,2,"I:%2i.%1iA ",Capacity.ActualCurrent/10, Capacity.ActualCurrent%10);
1939 holgerb 514
                        break;
515
        case 3:
2072 holgerb 516
                        HoTT_printfxy(9,0,":");
517
                        HoTT_printfxy(9,1,":");
518
                        HoTT_printfxy(9,2,":");
1939 holgerb 519
                        HoTT_printfxy(0,3,"---------+-----------");
2072 holgerb 520
 
521
//                      HoTT_printfxy(0,3,"---------------------");
1939 holgerb 522
                        HoTT_printfxy(0,6,"---------------------");
523
                        break;
524
        case 4:  
525
                        if(NaviDataOkay)
526
                        {
2072 holgerb 527
                                HoTT_printfxy(9,4,":");
1939 holgerb 528
                                HoTT_printfxy(0,4,"SAT:%2d ",GPSInfo.NumOfSats);
529
                            HoTT_printfxy(10,4,"DIST:%3dm",GPSInfo.HomeDistance/10);
530
                                switch (GPSInfo.SatFix)
531
                                {
532
                                        case SATFIX_3D:
533
                                                        if(GPSInfo.Flags & FLAG_DIFFSOLN) HoTT_printfxy(7,4,"D ")
534
                                                        else HoTT_printfxy(7,4,"3D");
535
                                                break;
536
                                        default:
1943 holgerb 537
                                                HoTT_printfxy_BLINK(7,4,"!!");
1939 holgerb 538
                                                break;
539
                                }      
540
                        }
541
                        else
1944 holgerb 542
                        {                    
1940 holgerb 543
                                Hott_ClearLine(4);
1939 holgerb 544
                        }
545
                        break;
546
        case 5:
547
                        if(NaviDataOkay)
548
                        {
1972 holgerb 549
                        if(show_mag)
550
                          {
551
                                HoTT_printfxy(0,5,"MAG:%3u%% ",EarthMagneticField);
1939 holgerb 552
                            HoTT_printfxy(12,5,"HM:%3d%c %c", GPSInfo.HomeBearing, HoTT_GRAD, NC_GPS_ModeCharacter);
1972 holgerb 553
                                HoTT_printfxy(9,5,"incl:%2d%c(%2i)",EarthMagneticInclination, HoTT_GRAD,EarthMagneticInclinationTheoretic);
554
              }
555
                         else
556
                          {
2072 holgerb 557
                                HoTT_printfxy(0,5,"    %2um/s:  HM:%3d%c %c",GPSInfo.Speed, GPSInfo.HomeBearing, HoTT_GRAD, NC_GPS_ModeCharacter);
1972 holgerb 558
                          }    
1939 holgerb 559
            }
1940 holgerb 560
                        else Hott_ClearLine(5);
1939 holgerb 561
                        break;
562
        case 6:
563
                        break;
564
        case 7: if(NC_ErrorCode)
565
                  {
566
                           if(HoTTBlink && NC_ErrorCode < MAX_ERR_NUMBER)
567
                            {
568
                             Hott_ClearLine(7);
569
                             HoTT_printfxy_INV(0,7,"ERR: %2d !",NC_ErrorCode);
570
                            }
571
                                else
572
                                {
573
                                 HoTT_printfxy(0,7,"ERR: ");     _printf_P(&LIBFC_HoTT_Putchar, NC_ERROR_TEXT[NC_ErrorCode] , 0);};
574
                                }
2120 holgerb 575
                        else
576
                        if(FC_StatusFlags & FC_STATUS_LOWBAT) HoTT_printfxy(1,7,"!! LiPo voltage !!")
1939 holgerb 577
                        else HoTT_printfxy(0,7," www.MikroKopter.de  ");
578
                        break;
2090 holgerb 579
        case 8: //ASCIIPacket.WarnBeep = HoTT_Waring();
1939 holgerb 580
                        // ASCIIPacket.WarnBeep = Parameter_UserParam1;
581
        case 9:
582
        case 10:
583
        case 11:
584
        case 12:
585
        case 13:
586
        case 14:  
587
        case 15:  
588
        case 16:  
1972 holgerb 589
                        if(HottKeyboard == HOTT_KEY_SET) { if(show_mag) show_mag = 0; else show_mag = 1;}
590
                        else
1949 holgerb 591
                        if(HottKeyboard == HOTT_KEY_LEFT) { LIBFC_HoTT_Clear(); page = 1; line = 0;};
1939 holgerb 592
                        HottKeyboard = 0;
593
                        break;
594
   default:  line = 0;
595
                        break;
596
  }
597
  else
598
  if(page == 1)
599
  switch(line++)
600
  {
601
        case 0:  
602
                if(FC_StatusFlags & FC_STATUS_LOWBAT)
1923 holgerb 603
                         HoTT_printfxy_BLINK(0,0," %2i:%02i  %2i.%1iV %4imAh",FlugSekunden/60,FlugSekunden%60,UBat/10, UBat%10,Capacity.UsedCapacity)
604
            else   HoTT_printfxy(0,0," %2i:%02i  %2i.%1iV %4imAh",FlugSekunden/60,FlugSekunden%60,UBat/10, UBat%10,Capacity.UsedCapacity);                         
1917 holgerb 605
                        break;
606
        case 1:  
1921 holgerb 607
                        HoTT_printfxy(0,1,"DIR:%3d%c",KompassValue, HoTT_GRAD);
1917 holgerb 608
                        if(Parameter_GlobalConfig & CFG_HOEHENREGELUNG)
1920 holgerb 609
                          {
610
                           if(HoehenReglerAktiv)        HoTT_printfxy_INV(10,1,"ALT:%4im", (int16_t)(HoehenWert/100))
611
                           else                                         HoTT_printfxy(10,1,"ALT:%4im", (int16_t)(HoehenWert/100))
612
                           }
613
            else    HoTT_printfxy(10,1,"ALT:---- ");
614
                        HoTT_printfxy(20,1,"%c",VarioCharacter);
1917 holgerb 615
            break;
616
        case 2:
617
                        if(NaviDataOkay)
618
                        {
1923 holgerb 619
                          HoTT_printfxy(1,2,"HM:%3d%c  DIST:%3dm %c", GPSInfo.HomeBearing, HoTT_GRAD, GPSInfo.HomeDistance/10, NC_GPS_ModeCharacter);
1917 holgerb 620
            }
621
                        else
622
                        {
1923 holgerb 623
                         Hott_ClearLine(2);
1917 holgerb 624
                        }
625
                        break;
1923 holgerb 626
        case 3:
627
                        HoTT_printfxy(0,3,"PWR:%2i.%1iA (%iW) ",Capacity.ActualCurrent/10, Capacity.ActualCurrent%10,Capacity.ActualPower);
1949 holgerb 628
                        if(FC_StatusFlags2 & FC_STATUS2_CAREFREE) HoTT_printfxy_INV(19,3,"CF") else HoTT_printfxy(19,3,"  ");
1923 holgerb 629
                        break;
1917 holgerb 630
        case 4:  
631
                        if(NaviDataOkay)
632
                        {
1919 holgerb 633
                                HoTT_printfxy(0,4,"GPS:%2um/s SAT:%d ",GPSInfo.Speed,GPSInfo.NumOfSats);
1917 holgerb 634
                                switch (GPSInfo.SatFix)
635
                                {
636
                                        case SATFIX_3D:
637
                                                HoTT_printfxy(16,4,"  3D ");
638
                                                break;
1925 holgerb 639
                                        //case SATFIX_2D:
640
                                        //case SATFIX_NONE:
1917 holgerb 641
                                        default:
1925 holgerb 642
                                                HoTT_printfxy_BLINK(16,4,"NOFIX");
1917 holgerb 643
                                                break;
644
                                }      
645
                                if(GPSInfo.Flags & FLAG_DIFFSOLN)
646
                                {
647
                                        HoTT_printfxy(16,4,"DGPS ");
648
                                }
649
                        }
650
                        else
651
                        {                    //012345678901234567890
1930 holgerb 652
                                HoTT_printfxy(0,4,"   No NaviCtrl       ");
1917 holgerb 653
                        }
654
                        break;
655
        case 5:
1949 holgerb 656
                        if(show_current)
657
                         {
2386 holgerb 658
//                              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);
659
                                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 660
                         }
661
                         else
662
                         {
663
                                HoTT_printfxy(0,5,"%3i %3i %3i %3i%cC", Motor[0].Temperature, Motor[1].Temperature, Motor[2].Temperature, Motor[3].Temperature,HoTT_GRAD);
664
                         }
1917 holgerb 665
                        break;
666
        case 6:
1949 holgerb 667
                        if(show_current)
668
                         {
1917 holgerb 669
                    if(RequiredMotors == 4) Hott_ClearLine(6);
670
                                else
2386 holgerb 671
//                              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)
672
                                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 673
                                else
2386 holgerb 674
//                              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);
675
                                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 676
             }
677
                         else
678
                         {
679
                    if(RequiredMotors == 4) Hott_ClearLine(6);
680
                                else
1923 holgerb 681
                                if(RequiredMotors == 6)  HoTT_printfxy(0,6,"%3i %3i%cC        ", Motor[4].Temperature, Motor[5].Temperature,HoTT_GRAD)
1917 holgerb 682
                                else
1923 holgerb 683
                                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 684
             }
1917 holgerb 685
                        break;
1930 holgerb 686
        case 7: if(NC_ErrorCode)
687
                  {
688
                           if(HoTTBlink && NC_ErrorCode < MAX_ERR_NUMBER)
689
                            {
690
                             Hott_ClearLine(7);
691
                             HoTT_printfxy_INV(0,7,"ERR: %2d !",NC_ErrorCode);
692
                            }
693
                                else
694
                                {
695
                                 HoTT_printfxy(0,7,"ERR: ");     _printf_P(&LIBFC_HoTT_Putchar, NC_ERROR_TEXT[NC_ErrorCode] , 0);};
696
                                }
2120 holgerb 697
                        else
698
                        if(FC_StatusFlags & FC_STATUS_LOWBAT) HoTT_printfxy(1,7,"!! LiPo voltage !!")
1937 holgerb 699
                        else HoTT_printfxy(0,7," www.MikroKopter.de  ");
1917 holgerb 700
                        break;
2090 holgerb 701
        case 8: // ASCIIPacket.WarnBeep = HoTT_Waring();
1919 holgerb 702
                        // ASCIIPacket.WarnBeep = Parameter_UserParam1;
1921 holgerb 703
        case 9:
1917 holgerb 704
        case 10:
705
        case 11:
706
        case 12:
707
        case 13:
1919 holgerb 708
        case 14:  
709
        case 15:  
710
        case 16:  
1949 holgerb 711
                        if(HottKeyboard == HOTT_KEY_SET) { if(show_current) show_current = 0; else show_current = 1;   Hott_ClearLine(5);  Hott_ClearLine(6);}
712
                        else
713
                        if(HottKeyboard == HOTT_KEY_LEFT) { LIBFC_HoTT_Clear(); page = 2; line = 0;}
714
                        else
715
                        if(HottKeyboard == HOTT_KEY_RIGHT) { LIBFC_HoTT_Clear(); page = 0; line = 0;}
716
//if(HottKeyboard) HoTT_printfxy(15,6,"%KEY:%02x ",HottKeyboard);
1921 holgerb 717
                        HottKeyboard = 0;
718
                        break;
1933 holgerb 719
   default:  line = 0;
1921 holgerb 720
                        break;
721
  }
722
  else
1939 holgerb 723
  if(page == 2)
1933 holgerb 724
  switch(line++)
1921 holgerb 725
  {
726
        case 0:  
2344 holgerb 727
                        HoTT_printfxy_INV(0,0,"Setting:%u %s ",ActiveParamSet,EE_Parameter.Name);
1921 holgerb 728
                        break;
729
    case 1: HoTT_printfxy(0,1,"Min:%2i.%1iV %s ",BattLowVoltageWarning/10, BattLowVoltageWarning%10, Mixer.Name);
730
                        break;
1923 holgerb 731
    case 2:  HoTT_printfxy(0,2,"ALT:");
1921 holgerb 732
                 if(Parameter_GlobalConfig & CFG_HOEHENREGELUNG)
733
                 {
734
                          if(!(EE_Parameter.GlobalConfig & CFG_HOEHEN_SCHALTER)) HoTT_printf("POTI:%3u ", Parameter_HoehenSchalter)
735
                          else
736
                          {
737
                           if(Parameter_HoehenSchalter > 50) HoTT_printf("(ON)  ") else HoTT_printf("(OFF) ");
738
                           if((Parameter_ExtraConfig & CFG2_HEIGHT_LIMIT)) HoTT_printf("LIMIT", Parameter_HoehenSchalter)
739
                           else HoTT_printf("VARIO", Parameter_HoehenSchalter);
740
                          }
741
                         }
742
                        else
743
                                HoTT_printf("DISABLED");
744
                        break;
1923 holgerb 745
    case 3: HoTT_printfxy(0,3,"CF:");
2342 holgerb 746
                        if(!EE_Parameter.CareFreeChannel) HoTT_printf("DISABLED")
1921 holgerb 747
                        else
748
                         {
749
                          if(CareFree)  HoTT_printf(" (ON) ") else HoTT_printf(" (OFF)");
750
                          if(EE_Parameter.ExtraConfig & CFG_LEARNABLE_CAREFREE) HoTT_printf(" TEACH");
751
                         }
752
                        break;
1923 holgerb 753
    case 4: HoTT_printfxy(0,4,"GPS:");
754
                    if(!(Parameter_GlobalConfig & CFG_GPS_AKTIV)) HoTT_printf("DISABLED")
755
                        else
756
                         {
2342 holgerb 757
                          tmp = GetChannelValue(EE_Parameter.NaviGpsModeChannel);
1923 holgerb 758
                          if(tmp < 50) HoTT_printf("(FREE)")
759
                          else
760
                          if(tmp >= 180) HoTT_printf("(HOME)")
761
                          else
762
                          if(EE_Parameter.ExtraConfig & CFG_GPS_AID) HoTT_printf("(AID) ")
763
                          else HoTT_printf("(HOLD)")
764
                         }
765
                        if(EE_Parameter.FailSafeTime) HoTT_printfxy(10,4," FS:%usek ",EE_Parameter.FailSafeTime)
766
 
767
                        break;
768
    case 5: HoTT_printfxy(0,5,"HOME ALT:");
769
                        if(EE_Parameter.ComingHomeAltitude) HoTT_printf("%um",EE_Parameter.ComingHomeAltitude) else HoTT_printf("HOLD ");
770
                        break;
1921 holgerb 771
        case 6:
1982 holgerb 772
                        if(!show_poti)
773
                         {
774
              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);
775
                      HoTT_printfxy(0,7,"Gs:%4i Ya:%4i ",PPM_in[EE_Parameter.Kanalbelegung[K_GAS]]+127,PPM_in[EE_Parameter.Kanalbelegung[K_GIER]]);
776
                         }
777
                        else
778
                         {
779
              HoTT_printfxy(0,6,"P1:%4i P2:%4i 3:%3i",Poti1,Poti2, Poti3);
780
                      HoTT_printfxy(0,7,"P4:%4i P5:%4i 6:%3i",Poti4,Poti5, Poti6);
781
                         }
782
 
1921 holgerb 783
                        break;
784
    case 7: //HoTT_printfxy(0,6,"WARNINGS:");
785
                        if(HoTTBlink)
786
                        {
787
                         LIBFC_HoTT_SetPos(6 * 21);
788
                         if(!(Parameter_GlobalConfig & CFG_ACHSENKOPPLUNG_AKTIV)) HoTT_printf_BLINK("COUPLING OFF! ");
789
                         if(EE_Parameter.BitConfig & (CFG_LOOP_LINKS | CFG_LOOP_RECHTS | CFG_LOOP_UNTEN | CFG_LOOP_OBEN)) HoTT_printf_BLINK("LOOPING! ");
790
                         if(Parameter_GlobalConfig & CFG_HEADING_HOLD) HoTT_printf_BLINK("HH! ");
791
                         if(!(Parameter_GlobalConfig & CFG_KOMPASS_AKTIV)) HoTT_printf_BLINK("COMPASS OFF! ");
792
                        }
793
                        break;
2090 holgerb 794
    case 8: //ASCIIPacket.WarnBeep = HoTT_Waring();
1921 holgerb 795
                        break;
796
    case 9:
797
    case 10:
798
    case 11:
799
    case 12:
800
    case 13:
801
    case 14:
802
    case 15:
803
    case 16:
1982 holgerb 804
                        if(HottKeyboard == HOTT_KEY_SET) { if(show_poti) show_poti = 0; else show_poti = 1;   Hott_ClearLine(6);  Hott_ClearLine(7);}
2263 holgerb 805
//                      else
806
//                      if(HottKeyboard == HOTT_KEY_LEFT) { LIBFC_HoTT_Clear(); page = 3; line = 0;}
1982 holgerb 807
                        else
1949 holgerb 808
                        if(HottKeyboard == HOTT_KEY_RIGHT) { LIBFC_HoTT_Clear(); page = 1; line = 0;};
1921 holgerb 809
                        HottKeyboard = 0;
810
                        break;
1933 holgerb 811
   default:  line = 0;
1917 holgerb 812
                        break;
813
  }
2263 holgerb 814
/*  else
2091 holgerb 815
  if(page == 3)
816
  switch(line++)
817
  {
818
        case 0:  
819
                        HoTT_printfxy(0,2,"Speak:");
820
                        break;
821
        case 1:  
2263 holgerb 822
//                      if(GetParamByte(PID_SPEAK_HOTT_CFG) & 0x01)
823
                        if(!(GlobalConfig3 & CFG3_SPEAK_ALL) & 0x01)) HoTT_printfxy_INV(7,2,"All Messages ")
2091 holgerb 824
                        else                    HoTT_printfxy_INV(7,2,"Warnings only");
825
                        break;
826
        case 2:  
827
                        HoTT_printfxy(1,4,"Use (set) to select");
828
                        break;
829
    default:
830
                        if(HottKeyboard == HOTT_KEY_SET)
831
                         {
832
                          SetParamByte(PID_SPEAK_HOTT_CFG, GetParamByte(PID_SPEAK_HOTT_CFG) ^ 0x01);
833
                         }
834
                        else
835
                        if(HottKeyboard == HOTT_KEY_RIGHT) { LIBFC_HoTT_Clear(); page = 2; line = 0;};
836
                        HottKeyboard = 0;
837
                        line = 0;
838
                        break;
839
  }
2263 holgerb 840
*/
1921 holgerb 841
  else page = 0;
1917 holgerb 842
}
843
 
1925 holgerb 844
#endif
1917 holgerb 845
 
846
 
847