Subversion Repositories FlightCtrl

Rev

Rev 2072 | Rev 2091 | 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
 
1943 holgerb 82
GPSPacket_t GPSPacket;
83
VarioPacket_t VarioPacket;
84
ASCIIPacket_t ASCIIPacket;
85
ElectricAirPacket_t ElectricAirPacket;
86
HoTTGeneral_t HoTTGeneral;
2090 holgerb 87
unsigned char SpeakHoTT = SPEAK_MIKROKOPTER;
1944 holgerb 88
int HoTTVarioMeter = 0;
2090 holgerb 89
const char PROGMEM MIKROKOPTER[] =      {"     MikroKopter     "};
1930 holgerb 90
const char PROGMEM NC_ERROR_TEXT[MAX_ERR_NUMBER][17] =
91
{
92
//0123456789123456
93
 "No Error        \0",  // 0
94
 "Not compatible  \0",  // 1
95
 "MK3Mag not compa\0",  // 2
96
 "No FC communicat\0",  // 3
97
 "MK3Mag communica\0",  // 4
98
 "GPS communicatio\0",  // 5
99
 "compass value   \0",  // 6
100
 "RC Signal lost  \0",  // 7
101
 "FC spi rx error \0",  // 8
102
 "No NC communicat\0",  // 9
103
 "FC Nick Gyro    \0",  // 10
104
 "FC Roll Gyro    \0",  // 11
105
 "FC Yaw Gyro     \0",  // 12
106
 "FC Nick ACC     \0",  // 13
107
 "FC Roll ACC     \0",  // 14
108
 "FC Z-ACC        \0",  // 15
109
 "Pressure sensor \0",  // 16
1936 holgerb 110
 "I2C FC->BL-Ctrl \0",  // 17
1930 holgerb 111
 "Bl Missing      \0",  // 18
112
 "Mixer Error     \0",  // 19
1937 holgerb 113
 "Carefree Error  \0",  // 20
1944 holgerb 114
 "GPS Fix lost    \0",  // 21
1948 holgerb 115
 "Magnet Error    \0",  // 22
116
 "Motor restart   \0",  // 23
2008 holgerb 117
 "BL Limitation   \0",  // 24
118
 "GPS Range       \0",  // 25
2009 holgerb 119
 "No SD-Card      \0",  // 26
120
 "SD-Logging error\0",  // 27
2034 holgerb 121
 "Flying range!   \0",  // 28
122
 "Max Altitude!   \0"   // 29
1930 holgerb 123
};
1919 holgerb 124
 
2090 holgerb 125
 
126
const char PROGMEM HOTT_ERROR[MAX_ERR_NUMBER][2] =
127
{       // 1 -> only in flight   0 -> also on ground
128
//0123456789123456
129
         {0,0},// "No Error        \0",  // 0
130
         {SPEAK_ERROR,0},// "Not compatible  \0",  // 1
131
         {SPEAK_ERROR,0},// "MK3Mag not compa\0",  // 2
132
         {SPEAK_ERR_NAVI,1},// "No FC communicat\0",  // 3
133
         {SPEAK_ERR_COMPASS,1},// "MK3Mag communica\0",  // 4
134
         {SPEAK_ERR_GPS,0},// "GPS communicatio\0",  // 5
135
         {SPEAK_ERR_COMPASS,1},// "compass value   \0",  // 6
136
         {SPEAK_ERR_RECEICER,0},// "RC Signal lost  \0",  // 7
137
         {SPEAK_ERR_NAVI,0},// "FC spi rx error \0",  // 8
138
         {SPEAK_ERR_NAVI,0},// "No NC communicat\0",  // 9
139
         {SPEAK_ERR_SENSOR,0},// "FC Nick Gyro    \0",  // 10
140
         {SPEAK_ERR_SENSOR,0},// "FC Roll Gyro    \0",  // 11
141
         {SPEAK_ERR_SENSOR,0},// "FC Yaw Gyro     \0",  // 12
142
         {SPEAK_ERR_SENSOR,0},// "FC Nick ACC     \0",  // 13
143
         {SPEAK_ERR_SENSOR,0},// "FC Roll ACC     \0",  // 14
144
         {SPEAK_ERR_SENSOR,0},// "FC Z-ACC        \0",  // 15
145
         {SPEAK_ERR_SENSOR,0},// "Pressure sensor \0",  // 16
146
         {SPEAK_ERR_DATABUS,1},// "I2C FC->BL-Ctrl \0",  // 17
147
         {SPEAK_ERR_DATABUS,1},// "Bl Missing      \0",  // 18
148
         {SPEAK_ERROR,0},// "Mixer Error     \0",  // 19
149
         {SPEAK_CF_OFF,1},// "Carefree Error  \0",  // 20
150
         {SPEAK_GPS_FIX,1},// "GPS Fix lost    \0",  // 21
151
         {SPEAK_ERR_COMPASS,0},// "Magnet Error    \0",  // 22
152
         {SPEAK_ERR_MOTOR,1},// "Motor restart   \0",  // 23
153
         {SPEAK_MAX_TEMPERAT,1},// "BL Limitation   \0",  // 24
154
         {SPEAK_MAX_RANGE,1},// "GPS Range       \0",  // 25
155
         {SPEAK_ERROR,1},// "No SD-Card      \0",  // 26
156
         {SPEAK_ERROR,1},// "SD-Logging error\0",  // 27
157
         {SPEAK_MAX_RANGE,1},// "Flying range!   \0",   // 28
158
         {SPEAK_MAX_ALTITUD,1}// "Max Altitude!   \0"   // 29
159
};
160
 
161
 
162
 
1943 holgerb 163
unsigned char MaxBlTempertaure = 0;
164
unsigned char MinBlTempertaure = 0;
165
unsigned char HottestBl = 0;
166
 
167
void GetHottestBl(void)
168
{
169
 static unsigned char search = 0,tmp_max,tmp_min,who;
170
                if(Motor[search].Temperature > tmp_max) { tmp_max = Motor[search].Temperature; who = search;}
171
                else
172
                if(Motor[search].Temperature) if(Motor[search].Temperature < tmp_min) tmp_min = Motor[search].Temperature;
173
                if(++search > MAX_MOTORS)
174
                {
175
                 search = 0;
176
                 if(tmp_min != 255) MinBlTempertaure = tmp_min; else MinBlTempertaure = 0;
177
                 MaxBlTempertaure = tmp_max;
178
                 HottestBl = who;
179
                 tmp_min = 255;
180
                 tmp_max = 0;
181
                 who = 0;
182
                 }
183
}
184
 
1919 holgerb 185
//---------------------------------------------------------------
1917 holgerb 186
void Hott_ClearLine(unsigned char line)
187
{
188
 HoTT_printfxy(0,line,"                     ");
189
}
1919 holgerb 190
//---------------------------------------------------------------
1917 holgerb 191
 
1919 holgerb 192
unsigned char HoTT_Waring(void)
193
{
2090 holgerb 194
  unsigned char status = 0;
195
  static char old_status = 0;
196
  static int repeat;
197
//SpeakHoTT = 0; // zunächst noch nicht unterstützen
198
DebugOut.Analog[16] = 0;
199
  if(Parameter_UserParam1) return(Parameter_UserParam1);
200
  if(FC_StatusFlags & FC_STATUS_LOWBAT) status = VOICE_MINIMALE_EINGANSSPANNUNG;
201
  else
202
  if(NC_ErrorCode)      
203
   {
204
    if(MotorenEin || !pgm_read_byte(&HOTT_ERROR[NC_ErrorCode][1])) status = pgm_read_byte(&HOTT_ERROR[NC_ErrorCode][0]);
205
   }
206
 
207
  if(!status) {status = SpeakHoTT; };
208
 
209
  if(old_status == status)
210
   {
211
    if(!CheckDelay(repeat)) return(0);
212
        repeat = SetDelay(5000);
213
   }
214
   else repeat = SetDelay(2000);
215
 
216
  if(status)
217
   {
218
    if(status == SpeakHoTT) SpeakHoTT = 0;
219
   }   
220
  old_status = status;
221
DebugOut.Analog[16] = status;
222
if(status) DebugOut.Analog[17]++;
223
 
224
  return(status);
1919 holgerb 225
}
226
 
227
//---------------------------------------------------------------
1942 holgerb 228
void NC_Fills_HoTT_Telemety(void)
1940 holgerb 229
{
2034 holgerb 230
 unsigned char *ptr = NULL;
1940 holgerb 231
 unsigned char max = 0,i,z;
232
 switch(FromNaviCtrl.Param.Byte[11])
233
  {
234
   case HOTT_VARIO_PACKET_ID:
235
                ptr = (unsigned char *) &VarioPacket;
236
                max = sizeof(VarioPacket);
237
                break;
238
   case HOTT_GPS_PACKET_ID:
239
                ptr = (unsigned char *) &GPSPacket;
240
                max = sizeof(GPSPacket);
241
                break;
242
   case HOTT_ELECTRIC_AIR_PACKET_ID:
243
                ptr = (unsigned char *) &ElectricAirPacket;
244
                max = sizeof(ElectricAirPacket);
245
                break;
1943 holgerb 246
   case HOTT_GENERAL_PACKET_ID:
247
                ptr = (unsigned char *) &HoTTGeneral;
248
                max = sizeof(HoTTGeneral);
249
                break;
1940 holgerb 250
  }
251
 z = FromNaviCtrl.Param.Byte[0]; // Data allocation
252
 
253
 for(i=0; i < FromNaviCtrl.Param.Byte[1]; i++)
254
  {
255
   if(z >= max) break;
256
   ptr[z] = FromNaviCtrl.Param.Byte[2+i];
257
   z++;
258
  }
259
}
260
 
1942 holgerb 261
unsigned int BuildHoTT_Vario(void)
262
{
1944 holgerb 263
 unsigned int tmp = 30000;
264
 if(VarioCharacter == '+' || VarioCharacter == '-')
265
  {
266
   tmp = 30000 + (AltitudeSetpointTrimming * EE_Parameter.Hoehe_Verstaerkung) / 3;
267
   if(tmp < 30000 && tmp > 30000 - 50) tmp = 30000 - 50; // weil es sonst erst bei < 0,5m/sek piept
268
  }
1942 holgerb 269
 else
1944 holgerb 270
 if((VarioCharacter == ' ') && (FC_StatusFlags & FC_STATUS_FLY))
271
  {
272
   tmp = 30000 + HoTTVarioMeter;
273
   if(tmp > 30000)
274
    {
275
     if(tmp < 30000 + 100) tmp = 30000;
276
         else tmp -= 100;
277
        }
278
   if(tmp < 30000)
279
    {
280
     if(tmp > 30000 - 100) tmp = 30000;
281
         else tmp += 100;
282
        }
283
  }
284
 else
285
 if(VarioCharacter == '^') tmp = 30000 + FromNC_AltitudeSpeed * 10;
286
 else
287
 if(VarioCharacter == 'v') tmp = 30000 - FromNC_AltitudeSpeed * 10;
288
 
1942 holgerb 289
 return(tmp);
290
}
291
 
1943 holgerb 292
 
1940 holgerb 293
//---------------------------------------------------------------
1919 holgerb 294
unsigned char HoTT_Telemety(unsigned char packet_request)
295
{
2090 holgerb 296
unsigned char i;
297
  //Debug("rqst: %02X",packet_request);
298
 
1919 holgerb 299
 switch(packet_request)
300
 {
301
  case HOTT_VARIO_PACKET_ID:
1921 holgerb 302
                VarioPacket.Altitude = HoehenWert/100 + 500;  
1942 holgerb 303
                VarioPacket.m_sec = BuildHoTT_Vario();
1943 holgerb 304
                VarioPacket.m_3sec = VarioPacket.m_sec;
305
                VarioPacket.m_10sec = VarioPacket.m_sec;
1919 holgerb 306
                if (VarioPacket.Altitude < VarioPacket.MinAltitude) VarioPacket.MinAltitude = VarioPacket.Altitude;
307
                if (VarioPacket.Altitude > VarioPacket.MaxAltitude) VarioPacket.MaxAltitude = VarioPacket.Altitude;            
2090 holgerb 308
                VarioPacket.WarnBeep = 0;//HoTT_Waring();
1919 holgerb 309
                HoTT_DataPointer = (unsigned char *) &VarioPacket;
2090 holgerb 310
        VarioPacket.FreeCharacters[0] = VarioCharacter;
311
    if(FC_StatusFlags2 & FC_STATUS2_CAREFREE) VarioPacket.FreeCharacters[1] = 'C'; else VarioPacket.FreeCharacters[1] = ' ';
312
//      VarioPacket.FreeCharacters[2] = ' ';
313
    if(NC_ErrorCode)
314
         {
315
                for(i=0; i<16;i++) VarioPacket.Text[i+4] = pgm_read_byte(&NC_ERROR_TEXT[NC_ErrorCode][i]);
316
                VarioPacket.Text[0] = NC_ErrorCode/10 + '0';
317
                VarioPacket.Text[1] = NC_ErrorCode%10 + '0';
318
                VarioPacket.Text[2] = ':';
319
         }
320
         else for(i=0; i<21;i++) VarioPacket.Text[i] = pgm_read_byte(&MIKROKOPTER[i]); // no Error
321
 
1919 holgerb 322
                return(sizeof(VarioPacket));
323
                break;
1921 holgerb 324
 
1919 holgerb 325
  case HOTT_GPS_PACKET_ID:
1921 holgerb 326
                GPSPacket.Altitude = HoehenWert/100 + 500;  
1943 holgerb 327
//              GPSPacket.Distance = GPSInfo.HomeDistance/10;  // macht die NC
328
//              GPSPacket.Heading = GPSInfo.HomeBearing/2;     // macht die NC
329
//              GPSPacket.Speed = (GPSInfo.Speed * 36) / 10;   // macht die NC
1942 holgerb 330
                GPSPacket.m_sec = BuildHoTT_Vario();
1921 holgerb 331
                GPSPacket.m_3sec = 120;
2090 holgerb 332
                GPSPacket.NumOfSats = GPSInfo.NumOfSats;
1919 holgerb 333
                GPSPacket.WarnBeep = HoTT_Waring();
2090 holgerb 334
                if(GPSInfo.Flags & FLAG_DIFFSOLN) GPSPacket.SatFix = 'D';
335
                else
336
        if(GPSInfo.SatFix == SATFIX_3D) GPSPacket.SatFix = ' ';
337
                else GPSPacket.SatFix = '!';
1919 holgerb 338
                HoTT_DataPointer = (unsigned char *) &GPSPacket;
2090 holgerb 339
                GPSPacket.FreeCharacters[0] = NC_GPS_ModeCharacter;
340
                GPSPacket.FreeCharacters[2] = GPSPacket.SatFix;
341
                GPSPacket.HomeDirection = GPSInfo.HomeBearing / 2;//230;
1919 holgerb 342
                return(sizeof(GPSPacket));  
343
                break;
344
  case HOTT_ELECTRIC_AIR_PACKET_ID:
1943 holgerb 345
                GetHottestBl();
1940 holgerb 346
                ElectricAirPacket.Altitude = HoehenWert/100 + 500;
1921 holgerb 347
                ElectricAirPacket.Battery1 = UBat;
1940 holgerb 348
                ElectricAirPacket.Battery2 = UBat;
1943 holgerb 349
                ElectricAirPacket.VoltageCell1 = ErsatzKompassInGrad / 2;
350
                ElectricAirPacket.VoltageCell8 = ElectricAirPacket.VoltageCell1;
1944 holgerb 351
                ElectricAirPacket.VoltageCell6 = GPSInfo.HomeBearing / 2;
1943 holgerb 352
                ElectricAirPacket.VoltageCell7 = GPSInfo.HomeDistance/20;
1944 holgerb 353
                ElectricAirPacket.VoltageCell13 = ElectricAirPacket.VoltageCell6;
1943 holgerb 354
                ElectricAirPacket.VoltageCell14 = ElectricAirPacket.VoltageCell7;
1942 holgerb 355
                ElectricAirPacket.m_sec = BuildHoTT_Vario();
1940 holgerb 356
                ElectricAirPacket.m_3sec = 120;
357
                ElectricAirPacket.InputVoltage = UBat;
1943 holgerb 358
                ElectricAirPacket.Temperature1 = MinBlTempertaure + 20;
359
                ElectricAirPacket.Temperature2 = MaxBlTempertaure + 20;
1940 holgerb 360
                ElectricAirPacket.Capacity = Capacity.UsedCapacity/10;
2090 holgerb 361
                ElectricAirPacket.WarnBeep = 0;//HoTT_Waring();
1940 holgerb 362
                ElectricAirPacket.Current = Capacity.ActualCurrent;
1919 holgerb 363
                HoTT_DataPointer = (unsigned char *) &ElectricAirPacket;
2090 holgerb 364
                ElectricAirPacket.FlightTimeMinutes = FlugSekunden / 60;
365
                ElectricAirPacket.FlightTimeSeconds = FlugSekunden % 60;
1919 holgerb 366
                return(sizeof(ElectricAirPacket));
367
                break;
1943 holgerb 368
  case HOTT_GENERAL_PACKET_ID:
369
                GetHottestBl();
370
                HoTTGeneral.Rpm = GPSInfo.HomeDistance/100;
371
                HoTTGeneral.VoltageCell1 = ErsatzKompassInGrad / 2;
1944 holgerb 372
                HoTTGeneral.VoltageCell6 = GPSInfo.HomeBearing / 2;
1943 holgerb 373
                if(UBat > BattLowVoltageWarning + 5) HoTTGeneral.FuelPercent = (UBat - (BattLowVoltageWarning + 6)) * 3;
374
                else HoTTGeneral.FuelPercent = 0;
1944 holgerb 375
                HoTTGeneral.FuelCapacity = HoehenWert/100;
376
                if(HoTTGeneral.FuelCapacity < 0) HoTTGeneral.FuelCapacity = 0;
1943 holgerb 377
                HoTTGeneral.Altitude = HoehenWert/100 + 500;
378
                HoTTGeneral.Battery1 = UBat;
379
                HoTTGeneral.Battery2 = UBat;
380
                HoTTGeneral.m_sec =  BuildHoTT_Vario();
381
                HoTTGeneral.m_3sec = 120;
382
                HoTTGeneral.InputVoltage = UBat;
383
                HoTTGeneral.Temperature1 = MinBlTempertaure + 20;
384
                HoTTGeneral.Temperature2 = MaxBlTempertaure + 20;
385
                HoTTGeneral.Capacity = Capacity.UsedCapacity/10;
2090 holgerb 386
                HoTTGeneral.WarnBeep = 0;//HoTT_Waring();
1943 holgerb 387
                HoTTGeneral.Current = Capacity.ActualCurrent;
388
                HoTT_DataPointer = (unsigned char *) &HoTTGeneral;
389
                return(sizeof(HoTTGeneral));
390
                break;
1919 holgerb 391
  default: return(0);
392
  }            
393
}
394
 
395
//---------------------------------------------------------------
1917 holgerb 396
void HoTT_Menu(void)
397
{
1982 holgerb 398
 static unsigned char line, page = 0,show_current = 0,show_mag = 0, show_poti = 0;
1921 holgerb 399
 unsigned char tmp;
1944 holgerb 400
 HoTTVarioMeter = (HoTTVarioMeter * 7 + VarioMeter) / 8;
401
 
1921 holgerb 402
 if(page == 0)
1933 holgerb 403
  switch(line++)
1917 holgerb 404
  {
1919 holgerb 405
        case 0:  
1923 holgerb 406
                if(FC_StatusFlags & FC_STATUS_LOWBAT)
1939 holgerb 407
                         HoTT_printfxy_BLINK(0,0,"  %2i.%1iV  ",UBat/10, UBat%10)
408
                        else
409
                         HoTT_printfxy(0,0,"  %2i.%1iV  ",UBat/10, UBat%10)
410
 
411
                        if(Parameter_GlobalConfig & CFG_HOEHENREGELUNG)
412
                          {
413
                           if(HoehenReglerAktiv)        HoTT_printfxy_INV(10,0,"ALT:%4im %c", (int16_t)(HoehenWert/100),VarioCharacter)
414
                           else                                         HoTT_printfxy(10,0,"ALT:%4im  ", (int16_t)(HoehenWert/100))
415
                           }
416
            else    HoTT_printfxy(10,0,"ALT:---- ");
417
                        break;
418
        case 1:  
419
                if(FC_StatusFlags & FC_STATUS_LOWBAT)
420
                         HoTT_printfxy_BLINK(0,1,"  %2i:%02i  ",FlugSekunden/60,FlugSekunden%60)
421
            else   HoTT_printfxy(0,1,"  %2i:%02i  ",FlugSekunden/60,FlugSekunden%60);                      
1941 holgerb 422
                        HoTT_printfxy(10,1,"DIR: %3d%c",ErsatzKompassInGrad, HoTT_GRAD);
1949 holgerb 423
                        if(FC_StatusFlags2 & FC_STATUS2_CAREFREE) HoTT_printfxy_INV(20,1,"C") else HoTT_printfxy(20,1," ");
1939 holgerb 424
            break;
425
        case 2:
426
                if(FC_StatusFlags & FC_STATUS_LOWBAT)
427
                         HoTT_printfxy_BLINK(0,2,"  %5i  ",Capacity.UsedCapacity)
428
            else   HoTT_printfxy(0,2,"  %5i  ",Capacity.UsedCapacity);                     
1940 holgerb 429
                        HoTT_printfxy(12,2,"I:%2i.%1iA ",Capacity.ActualCurrent/10, Capacity.ActualCurrent%10);
1939 holgerb 430
                        break;
431
        case 3:
2072 holgerb 432
                        HoTT_printfxy(9,0,":");
433
                        HoTT_printfxy(9,1,":");
434
                        HoTT_printfxy(9,2,":");
1939 holgerb 435
                        HoTT_printfxy(0,3,"---------+-----------");
2072 holgerb 436
 
437
//                      HoTT_printfxy(0,3,"---------------------");
1939 holgerb 438
                        HoTT_printfxy(0,6,"---------------------");
439
                        break;
440
        case 4:  
441
                        if(NaviDataOkay)
442
                        {
2072 holgerb 443
                                HoTT_printfxy(9,4,":");
1939 holgerb 444
                                HoTT_printfxy(0,4,"SAT:%2d ",GPSInfo.NumOfSats);
445
                            HoTT_printfxy(10,4,"DIST:%3dm",GPSInfo.HomeDistance/10);
446
                                switch (GPSInfo.SatFix)
447
                                {
448
                                        case SATFIX_3D:
449
                                                        if(GPSInfo.Flags & FLAG_DIFFSOLN) HoTT_printfxy(7,4,"D ")
450
                                                        else HoTT_printfxy(7,4,"3D");
451
                                                break;
452
                                        default:
1943 holgerb 453
                                                HoTT_printfxy_BLINK(7,4,"!!");
1939 holgerb 454
                                                break;
455
                                }      
456
                        }
457
                        else
1944 holgerb 458
                        {                    
1940 holgerb 459
                                Hott_ClearLine(4);
1939 holgerb 460
                        }
461
                        break;
462
        case 5:
463
                        if(NaviDataOkay)
464
                        {
1972 holgerb 465
                        if(show_mag)
466
                          {
467
                                HoTT_printfxy(0,5,"MAG:%3u%% ",EarthMagneticField);
1939 holgerb 468
                            HoTT_printfxy(12,5,"HM:%3d%c %c", GPSInfo.HomeBearing, HoTT_GRAD, NC_GPS_ModeCharacter);
1972 holgerb 469
                                HoTT_printfxy(9,5,"incl:%2d%c(%2i)",EarthMagneticInclination, HoTT_GRAD,EarthMagneticInclinationTheoretic);
470
              }
471
                         else
472
                          {
2072 holgerb 473
                                HoTT_printfxy(0,5,"    %2um/s:  HM:%3d%c %c",GPSInfo.Speed, GPSInfo.HomeBearing, HoTT_GRAD, NC_GPS_ModeCharacter);
1972 holgerb 474
                          }    
1939 holgerb 475
            }
1940 holgerb 476
                        else Hott_ClearLine(5);
1939 holgerb 477
                        break;
478
        case 6:
479
                        break;
480
        case 7: if(NC_ErrorCode)
481
                  {
482
                           if(HoTTBlink && NC_ErrorCode < MAX_ERR_NUMBER)
483
                            {
484
                             Hott_ClearLine(7);
485
                             HoTT_printfxy_INV(0,7,"ERR: %2d !",NC_ErrorCode);
486
                            }
487
                                else
488
                                {
489
                                 HoTT_printfxy(0,7,"ERR: ");     _printf_P(&LIBFC_HoTT_Putchar, NC_ERROR_TEXT[NC_ErrorCode] , 0);};
490
                                }
491
                        else HoTT_printfxy(0,7," www.MikroKopter.de  ");
492
                        break;
2090 holgerb 493
        case 8: //ASCIIPacket.WarnBeep = HoTT_Waring();
1939 holgerb 494
                        // ASCIIPacket.WarnBeep = Parameter_UserParam1;
495
        case 9:
496
        case 10:
497
        case 11:
498
        case 12:
499
        case 13:
500
        case 14:  
501
        case 15:  
502
        case 16:  
1972 holgerb 503
                        if(HottKeyboard == HOTT_KEY_SET) { if(show_mag) show_mag = 0; else show_mag = 1;}
504
                        else
1949 holgerb 505
                        if(HottKeyboard == HOTT_KEY_LEFT) { LIBFC_HoTT_Clear(); page = 1; line = 0;};
1939 holgerb 506
                        HottKeyboard = 0;
507
                        break;
508
   default:  line = 0;
509
                        break;
510
  }
511
  else
512
  if(page == 1)
513
  switch(line++)
514
  {
515
        case 0:  
516
                if(FC_StatusFlags & FC_STATUS_LOWBAT)
1923 holgerb 517
                         HoTT_printfxy_BLINK(0,0," %2i:%02i  %2i.%1iV %4imAh",FlugSekunden/60,FlugSekunden%60,UBat/10, UBat%10,Capacity.UsedCapacity)
518
            else   HoTT_printfxy(0,0," %2i:%02i  %2i.%1iV %4imAh",FlugSekunden/60,FlugSekunden%60,UBat/10, UBat%10,Capacity.UsedCapacity);                         
1917 holgerb 519
                        break;
520
        case 1:  
1921 holgerb 521
                        HoTT_printfxy(0,1,"DIR:%3d%c",KompassValue, HoTT_GRAD);
1917 holgerb 522
                        if(Parameter_GlobalConfig & CFG_HOEHENREGELUNG)
1920 holgerb 523
                          {
524
                           if(HoehenReglerAktiv)        HoTT_printfxy_INV(10,1,"ALT:%4im", (int16_t)(HoehenWert/100))
525
                           else                                         HoTT_printfxy(10,1,"ALT:%4im", (int16_t)(HoehenWert/100))
526
                           }
527
            else    HoTT_printfxy(10,1,"ALT:---- ");
528
                        HoTT_printfxy(20,1,"%c",VarioCharacter);
1917 holgerb 529
            break;
530
        case 2:
531
                        if(NaviDataOkay)
532
                        {
1923 holgerb 533
                          HoTT_printfxy(1,2,"HM:%3d%c  DIST:%3dm %c", GPSInfo.HomeBearing, HoTT_GRAD, GPSInfo.HomeDistance/10, NC_GPS_ModeCharacter);
1917 holgerb 534
            }
535
                        else
536
                        {
1923 holgerb 537
                         Hott_ClearLine(2);
1917 holgerb 538
                        }
539
                        break;
1923 holgerb 540
        case 3:
541
                        HoTT_printfxy(0,3,"PWR:%2i.%1iA (%iW) ",Capacity.ActualCurrent/10, Capacity.ActualCurrent%10,Capacity.ActualPower);
1949 holgerb 542
                        if(FC_StatusFlags2 & FC_STATUS2_CAREFREE) HoTT_printfxy_INV(19,3,"CF") else HoTT_printfxy(19,3,"  ");
1923 holgerb 543
                        break;
1917 holgerb 544
        case 4:  
545
                        if(NaviDataOkay)
546
                        {
1919 holgerb 547
                                HoTT_printfxy(0,4,"GPS:%2um/s SAT:%d ",GPSInfo.Speed,GPSInfo.NumOfSats);
1917 holgerb 548
                                switch (GPSInfo.SatFix)
549
                                {
550
                                        case SATFIX_3D:
551
                                                HoTT_printfxy(16,4,"  3D ");
552
                                                break;
1925 holgerb 553
                                        //case SATFIX_2D:
554
                                        //case SATFIX_NONE:
1917 holgerb 555
                                        default:
1925 holgerb 556
                                                HoTT_printfxy_BLINK(16,4,"NOFIX");
1917 holgerb 557
                                                break;
558
                                }      
559
                                if(GPSInfo.Flags & FLAG_DIFFSOLN)
560
                                {
561
                                        HoTT_printfxy(16,4,"DGPS ");
562
                                }
563
                        }
564
                        else
565
                        {                    //012345678901234567890
1930 holgerb 566
                                HoTT_printfxy(0,4,"   No NaviCtrl       ");
1917 holgerb 567
                        }
568
                        break;
569
        case 5:
1949 holgerb 570
                        if(show_current)
571
                         {
572
                                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);
573
                         }
574
                         else
575
                         {
576
                                HoTT_printfxy(0,5,"%3i %3i %3i %3i%cC", Motor[0].Temperature, Motor[1].Temperature, Motor[2].Temperature, Motor[3].Temperature,HoTT_GRAD);
577
                         }
1917 holgerb 578
                        break;
579
        case 6:
1949 holgerb 580
                        if(show_current)
581
                         {
1917 holgerb 582
                    if(RequiredMotors == 4) Hott_ClearLine(6);
583
                                else
1949 holgerb 584
                                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)
585
                                else
586
                                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);
587
             }
588
                         else
589
                         {
590
                    if(RequiredMotors == 4) Hott_ClearLine(6);
591
                                else
1923 holgerb 592
                                if(RequiredMotors == 6)  HoTT_printfxy(0,6,"%3i %3i%cC        ", Motor[4].Temperature, Motor[5].Temperature,HoTT_GRAD)
1917 holgerb 593
                                else
1923 holgerb 594
                                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 595
             }
1917 holgerb 596
                        break;
1930 holgerb 597
        case 7: if(NC_ErrorCode)
598
                  {
599
                           if(HoTTBlink && NC_ErrorCode < MAX_ERR_NUMBER)
600
                            {
601
                             Hott_ClearLine(7);
602
                             HoTT_printfxy_INV(0,7,"ERR: %2d !",NC_ErrorCode);
603
                            }
604
                                else
605
                                {
606
                                 HoTT_printfxy(0,7,"ERR: ");     _printf_P(&LIBFC_HoTT_Putchar, NC_ERROR_TEXT[NC_ErrorCode] , 0);};
607
                                }
1937 holgerb 608
                        else HoTT_printfxy(0,7," www.MikroKopter.de  ");
1917 holgerb 609
                        break;
2090 holgerb 610
        case 8: // ASCIIPacket.WarnBeep = HoTT_Waring();
1919 holgerb 611
                        // ASCIIPacket.WarnBeep = Parameter_UserParam1;
1921 holgerb 612
        case 9:
1917 holgerb 613
        case 10:
614
        case 11:
615
        case 12:
616
        case 13:
1919 holgerb 617
        case 14:  
618
        case 15:  
619
        case 16:  
1949 holgerb 620
                        if(HottKeyboard == HOTT_KEY_SET) { if(show_current) show_current = 0; else show_current = 1;   Hott_ClearLine(5);  Hott_ClearLine(6);}
621
                        else
622
                        if(HottKeyboard == HOTT_KEY_LEFT) { LIBFC_HoTT_Clear(); page = 2; line = 0;}
623
                        else
624
                        if(HottKeyboard == HOTT_KEY_RIGHT) { LIBFC_HoTT_Clear(); page = 0; line = 0;}
625
//if(HottKeyboard) HoTT_printfxy(15,6,"%KEY:%02x ",HottKeyboard);
1921 holgerb 626
                        HottKeyboard = 0;
627
                        break;
1933 holgerb 628
   default:  line = 0;
1921 holgerb 629
                        break;
630
  }
631
  else
1939 holgerb 632
  if(page == 2)
1933 holgerb 633
  switch(line++)
1921 holgerb 634
  {
635
        case 0:  
636
                        HoTT_printfxy_INV(0,0,"Setting:%u %s ",GetActiveParamSet(),EE_Parameter.Name);
637
                        break;
638
    case 1: HoTT_printfxy(0,1,"Min:%2i.%1iV %s ",BattLowVoltageWarning/10, BattLowVoltageWarning%10, Mixer.Name);
639
                        break;
1923 holgerb 640
    case 2:  HoTT_printfxy(0,2,"ALT:");
1921 holgerb 641
                 if(Parameter_GlobalConfig & CFG_HOEHENREGELUNG)
642
                 {
643
                          if(!(EE_Parameter.GlobalConfig & CFG_HOEHEN_SCHALTER)) HoTT_printf("POTI:%3u ", Parameter_HoehenSchalter)
644
                          else
645
                          {
646
                           if(Parameter_HoehenSchalter > 50) HoTT_printf("(ON)  ") else HoTT_printf("(OFF) ");
647
                           if((Parameter_ExtraConfig & CFG2_HEIGHT_LIMIT)) HoTT_printf("LIMIT", Parameter_HoehenSchalter)
648
                           else HoTT_printf("VARIO", Parameter_HoehenSchalter);
649
                          }
650
                         }
651
                        else
652
                                HoTT_printf("DISABLED");
653
                        break;
1923 holgerb 654
    case 3: HoTT_printfxy(0,3,"CF:");
1921 holgerb 655
                        if(!EE_Parameter.CareFreeModeControl) HoTT_printf("DISABLED")
656
                        else
657
                         {
658
                          if(CareFree)  HoTT_printf(" (ON) ") else HoTT_printf(" (OFF)");
659
                          if(EE_Parameter.ExtraConfig & CFG_LEARNABLE_CAREFREE) HoTT_printf(" TEACH");
660
                         }
661
                        break;
1923 holgerb 662
    case 4: HoTT_printfxy(0,4,"GPS:");
663
                    if(!(Parameter_GlobalConfig & CFG_GPS_AKTIV)) HoTT_printf("DISABLED")
664
                        else
665
                         {
666
                          CHK_POTI(tmp,EE_Parameter.NaviGpsModeControl);
667
                          if(tmp < 50) HoTT_printf("(FREE)")
668
                          else
669
                          if(tmp >= 180) HoTT_printf("(HOME)")
670
                          else
671
                          if(EE_Parameter.ExtraConfig & CFG_GPS_AID) HoTT_printf("(AID) ")
672
                          else HoTT_printf("(HOLD)")
673
                         }
674
                        if(EE_Parameter.FailSafeTime) HoTT_printfxy(10,4," FS:%usek ",EE_Parameter.FailSafeTime)
675
 
676
                        break;
677
    case 5: HoTT_printfxy(0,5,"HOME ALT:");
678
                        if(EE_Parameter.ComingHomeAltitude) HoTT_printf("%um",EE_Parameter.ComingHomeAltitude) else HoTT_printf("HOLD ");
679
                        break;
1921 holgerb 680
        case 6:
1982 holgerb 681
                        if(!show_poti)
682
                         {
683
              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);
684
                      HoTT_printfxy(0,7,"Gs:%4i Ya:%4i ",PPM_in[EE_Parameter.Kanalbelegung[K_GAS]]+127,PPM_in[EE_Parameter.Kanalbelegung[K_GIER]]);
685
                         }
686
                        else
687
                         {
688
              HoTT_printfxy(0,6,"P1:%4i P2:%4i 3:%3i",Poti1,Poti2, Poti3);
689
                      HoTT_printfxy(0,7,"P4:%4i P5:%4i 6:%3i",Poti4,Poti5, Poti6);
690
                         }
691
 
1921 holgerb 692
                        break;
693
    case 7: //HoTT_printfxy(0,6,"WARNINGS:");
694
                        if(HoTTBlink)
695
                        {
696
                         LIBFC_HoTT_SetPos(6 * 21);
697
                         if(!(Parameter_GlobalConfig & CFG_ACHSENKOPPLUNG_AKTIV)) HoTT_printf_BLINK("COUPLING OFF! ");
698
                         if(EE_Parameter.BitConfig & (CFG_LOOP_LINKS | CFG_LOOP_RECHTS | CFG_LOOP_UNTEN | CFG_LOOP_OBEN)) HoTT_printf_BLINK("LOOPING! ");
699
                         if(Parameter_GlobalConfig & CFG_HEADING_HOLD) HoTT_printf_BLINK("HH! ");
700
                         if(!(Parameter_GlobalConfig & CFG_KOMPASS_AKTIV)) HoTT_printf_BLINK("COMPASS OFF! ");
701
                        }
702
                        break;
2090 holgerb 703
    case 8: //ASCIIPacket.WarnBeep = HoTT_Waring();
1921 holgerb 704
                        break;
705
    case 9:
706
    case 10:
707
    case 11:
708
    case 12:
709
    case 13:
710
    case 14:
711
    case 15:
712
    case 16:
1982 holgerb 713
                        if(HottKeyboard == HOTT_KEY_SET) { if(show_poti) show_poti = 0; else show_poti = 1;   Hott_ClearLine(6);  Hott_ClearLine(7);}
714
                        else
1949 holgerb 715
                        if(HottKeyboard == HOTT_KEY_RIGHT) { LIBFC_HoTT_Clear(); page = 1; line = 0;};
1921 holgerb 716
                        HottKeyboard = 0;
717
                        break;
1933 holgerb 718
   default:  line = 0;
1917 holgerb 719
                        break;
720
  }
1921 holgerb 721
  else page = 0;
1917 holgerb 722
}
723
 
1925 holgerb 724
#endif
1917 holgerb 725
 
726
 
727