Subversion Repositories FlightCtrl

Rev

Rev 2009 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2009 Rev 2050
1
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2
// + Copyright (c) Holger Buss, Ingo Busker
-
 
3
// + only for non-profit use
-
 
4
// + www.MikroKopter.com
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
5
// + porting the sources to other systems or using the software on other systems (except hardware from www.mikrokopter.de) is not allowed
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.
6
// + see the File "License.txt" for further Informations
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.
7
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
52
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
8
 
53
 
9
#include "main.h"
54
#include "main.h"
10
#include "eeprom.h"
55
#include "eeprom.h"
11
volatile int  Aktuell_Nick,Aktuell_Roll,Aktuell_Gier,Aktuell_ax, Aktuell_ay,Aktuell_az, UBat = 100;
56
volatile int  Aktuell_Nick,Aktuell_Roll,Aktuell_Gier,Aktuell_ax, Aktuell_ay,Aktuell_az, UBat = 100;
12
volatile int  AdWertNickFilter = 0, AdWertRollFilter = 0, AdWertGierFilter = 0;
57
volatile int  AdWertNickFilter = 0, AdWertRollFilter = 0, AdWertGierFilter = 0;
13
volatile int  HiResNick = 2500, HiResRoll = 2500;
58
volatile int  HiResNick = 2500, HiResRoll = 2500;
14
volatile int  AdWertNick = 0, AdWertRoll = 0, AdWertGier = 0;
59
volatile int  AdWertNick = 0, AdWertRoll = 0, AdWertGier = 0;
15
volatile int  AdWertAccRoll = 0,AdWertAccNick = 0,AdWertAccHoch = 0;
60
volatile int  AdWertAccRoll = 0,AdWertAccNick = 0,AdWertAccHoch = 0;
16
volatile long Luftdruck = 32000;
61
volatile long Luftdruck = 32000;
17
volatile long SummenHoehe = 0;
62
volatile long SummenHoehe = 0;
18
volatile int  StartLuftdruck;
63
volatile int  StartLuftdruck;
19
volatile unsigned int  MessLuftdruck = 1023;
64
volatile unsigned int  MessLuftdruck = 1023;
20
unsigned char DruckOffsetSetting;
65
unsigned char DruckOffsetSetting;
21
signed char ExpandBaro = 0;
66
signed char ExpandBaro = 0;
22
volatile int VarioMeter = 0;
67
volatile int VarioMeter = 0;
23
volatile unsigned int ZaehlMessungen = 0;
68
volatile unsigned int ZaehlMessungen = 0;
24
unsigned char AnalogOffsetNick = 115,AnalogOffsetRoll = 115,AnalogOffsetGier = 115;
69
unsigned char AnalogOffsetNick = 115,AnalogOffsetRoll = 115,AnalogOffsetGier = 115;
25
volatile unsigned char AdReady = 1;
70
volatile unsigned char AdReady = 1;
26
 
71
 
27
//#######################################################################################
72
//#######################################################################################
28
void ADC_Init(void)
73
void ADC_Init(void)
29
//#######################################################################################
74
//#######################################################################################
30
{
75
{
31
    ADMUX = 0;//Referenz ist extern
76
    ADMUX = 0;//Referenz ist extern
32
    ANALOG_ON;
77
    ANALOG_ON;
33
}
78
}
34
 
79
 
35
#define DESIRED_H_ADC 800
80
#define DESIRED_H_ADC 800
36
 
81
 
37
void SucheLuftruckOffset(void)
82
void SucheLuftruckOffset(void)
38
{
83
{
39
 unsigned int off;
84
 unsigned int off;
40
 ExpandBaro = 0;
85
 ExpandBaro = 0;
41
 
86
 
42
#if (defined(__AVR_ATmega1284__) || defined(__AVR_ATmega1284P__))
87
#if (defined(__AVR_ATmega1284__) || defined(__AVR_ATmega1284P__))
43
 {
88
 {
44
  unsigned char off2;
89
  unsigned char off2;
45
  OCR0A = 150;
90
  OCR0A = 150;
46
  off2 = GetParamByte(PID_PRESSURE_OFFSET);
91
  off2 = GetParamByte(PID_PRESSURE_OFFSET);
47
  if(off2 < 230) off2 += 10;
92
  if(off2 < 230) off2 += 10;
48
  OCR0B = off2;
93
  OCR0B = off2;
49
  Delay_ms_Mess(100);
94
  Delay_ms_Mess(100);
50
  if(MessLuftdruck > DESIRED_H_ADC) off2 = 240;
95
  if(MessLuftdruck > DESIRED_H_ADC) off2 = 240;
51
  for(; off2 >= 5; off2 -= 5)
96
  for(; off2 >= 5; off2 -= 5)
52
   {
97
   {
53
   OCR0B = off2;
98
   OCR0B = off2;
54
   Delay_ms_Mess(50);
99
   Delay_ms_Mess(50);
55
   printf("*");
100
   printf("*");
56
   if(MessLuftdruck > DESIRED_H_ADC) break;
101
   if(MessLuftdruck > DESIRED_H_ADC) break;
57
   }
102
   }
58
   SetParamByte(PID_PRESSURE_OFFSET, off2);
103
   SetParamByte(PID_PRESSURE_OFFSET, off2);
59
  if(off2 >= 15) off = 140; else off = 0;
104
  if(off2 >= 15) off = 140; else off = 0;
60
  for(; off < 250;off++)
105
  for(; off < 250;off++)
61
   {
106
   {
62
   OCR0A = off;
107
   OCR0A = off;
63
   Delay_ms_Mess(50);
108
   Delay_ms_Mess(50);
64
   printf(".");
109
   printf(".");
65
   if(MessLuftdruck < DESIRED_H_ADC) break;
110
   if(MessLuftdruck < DESIRED_H_ADC) break;
66
   }
111
   }
67
   DruckOffsetSetting = off;
112
   DruckOffsetSetting = off;
68
 }
113
 }
69
#else
114
#else
70
  off = GetParamByte(PID_PRESSURE_OFFSET);
115
  off = GetParamByte(PID_PRESSURE_OFFSET);
71
  if(off > 20) off -= 10;
116
  if(off > 20) off -= 10;
72
  OCR0A = off;
117
  OCR0A = off;
73
  Delay_ms_Mess(100);
118
  Delay_ms_Mess(100);
74
  if(MessLuftdruck < DESIRED_H_ADC) off = 0;
119
  if(MessLuftdruck < DESIRED_H_ADC) off = 0;
75
  for(; off < 250;off++)
120
  for(; off < 250;off++)
76
   {
121
   {
77
   OCR0A = off;
122
   OCR0A = off;
78
   Delay_ms_Mess(50);
123
   Delay_ms_Mess(50);
79
   printf(".");
124
   printf(".");
80
   if(MessLuftdruck < DESIRED_H_ADC) break;
125
   if(MessLuftdruck < DESIRED_H_ADC) break;
81
   }
126
   }
82
   DruckOffsetSetting = off;
127
   DruckOffsetSetting = off;
83
   SetParamByte(PID_PRESSURE_OFFSET, off);
128
   SetParamByte(PID_PRESSURE_OFFSET, off);
84
#endif
129
#endif
85
 if((EE_Parameter.GlobalConfig & CFG_HOEHENREGELUNG) && (DruckOffsetSetting < 10 || DruckOffsetSetting >= 245)) VersionInfo.HardwareError[0] |= FC_ERROR0_PRESSURE;
130
 if((EE_Parameter.GlobalConfig & CFG_HOEHENREGELUNG) && (DruckOffsetSetting < 10 || DruckOffsetSetting >= 245)) VersionInfo.HardwareError[0] |= FC_ERROR0_PRESSURE;
86
 OCR0A = off;
131
 OCR0A = off;
87
 Delay_ms_Mess(300);
132
 Delay_ms_Mess(300);
88
}
133
}
89
 
134
 
90
 
135
 
91
void SucheGyroOffset(void)
136
void SucheGyroOffset(void)
92
{
137
{
93
 unsigned char i, ready = 0;
138
 unsigned char i, ready = 0;
94
 int timeout;
139
 int timeout;
95
 timeout = SetDelay(2000);
140
 timeout = SetDelay(2000);
96
 for(i=140; i != 0; i--)
141
 for(i=140; i != 0; i--)
97
  {
142
  {
98
   if(ready == 3 && i > 10) i = 9;
143
   if(ready == 3 && i > 10) i = 9;
99
   ready = 0;
144
   ready = 0;
100
   if(AdWertNick < 1020) AnalogOffsetNick--; else if(AdWertNick > 1030) AnalogOffsetNick++; else ready++;
145
   if(AdWertNick < 1020) AnalogOffsetNick--; else if(AdWertNick > 1030) AnalogOffsetNick++; else ready++;
101
   if(AdWertRoll < 1020) AnalogOffsetRoll--; else if(AdWertRoll > 1030) AnalogOffsetRoll++; else ready++;
146
   if(AdWertRoll < 1020) AnalogOffsetRoll--; else if(AdWertRoll > 1030) AnalogOffsetRoll++; else ready++;
102
   if(AdWertGier < 1020) AnalogOffsetGier--; else if(AdWertGier > 1030) AnalogOffsetGier++; else ready++;
147
   if(AdWertGier < 1020) AnalogOffsetGier--; else if(AdWertGier > 1030) AnalogOffsetGier++; else ready++;
103
   I2C_Start(TWI_STATE_GYRO_OFFSET_TX);
148
   I2C_Start(TWI_STATE_GYRO_OFFSET_TX);
104
   if(AnalogOffsetNick < 10)  { VersionInfo.HardwareError[0] |= FC_ERROR0_GYRO_NICK; AnalogOffsetNick = 10;}; if(AnalogOffsetNick > 245) { VersionInfo.HardwareError[0] |= FC_ERROR0_GYRO_NICK; AnalogOffsetNick = 245;};
149
   if(AnalogOffsetNick < 10)  { VersionInfo.HardwareError[0] |= FC_ERROR0_GYRO_NICK; AnalogOffsetNick = 10;}; if(AnalogOffsetNick > 245) { VersionInfo.HardwareError[0] |= FC_ERROR0_GYRO_NICK; AnalogOffsetNick = 245;};
105
   if(AnalogOffsetRoll < 10)  { VersionInfo.HardwareError[0] |= FC_ERROR0_GYRO_ROLL; AnalogOffsetRoll = 10;}; if(AnalogOffsetRoll > 245) { VersionInfo.HardwareError[0] |= FC_ERROR0_GYRO_ROLL; AnalogOffsetRoll = 245;};
150
   if(AnalogOffsetRoll < 10)  { VersionInfo.HardwareError[0] |= FC_ERROR0_GYRO_ROLL; AnalogOffsetRoll = 10;}; if(AnalogOffsetRoll > 245) { VersionInfo.HardwareError[0] |= FC_ERROR0_GYRO_ROLL; AnalogOffsetRoll = 245;};
106
   if(AnalogOffsetGier < 10)  { VersionInfo.HardwareError[0] |= FC_ERROR0_GYRO_YAW;  AnalogOffsetGier = 10;}; if(AnalogOffsetGier > 245) { VersionInfo.HardwareError[0] |= FC_ERROR0_GYRO_YAW;  AnalogOffsetGier = 245;};
151
   if(AnalogOffsetGier < 10)  { VersionInfo.HardwareError[0] |= FC_ERROR0_GYRO_YAW;  AnalogOffsetGier = 10;}; if(AnalogOffsetGier > 245) { VersionInfo.HardwareError[0] |= FC_ERROR0_GYRO_YAW;  AnalogOffsetGier = 245;};
107
   while(twi_state) if(CheckDelay(timeout)) {printf("\n\r DAC or I2C ERROR! Check I2C, 3Vref, DAC and BL-Ctrl"); break;}
152
   while(twi_state) if(CheckDelay(timeout)) {printf("\n\r DAC or I2C ERROR! Check I2C, 3Vref, DAC and BL-Ctrl"); break;}
108
   AdReady = 0;
153
   AdReady = 0;
109
   ANALOG_ON;
154
   ANALOG_ON;
110
   while(!AdReady);
155
   while(!AdReady);
111
   if(i<10) Delay_ms_Mess(10);
156
   if(i<10) Delay_ms_Mess(10);
112
  }
157
  }
113
   Delay_ms_Mess(70);
158
   Delay_ms_Mess(70);
114
}
159
}
115
 
160
 
116
/*
161
/*
117
0  n
162
0  n
118
1  r
163
1  r
119
2     g
164
2     g
120
3     y
165
3     y
121
4     x
166
4     x
122
5  n
167
5  n
123
6  r
168
6  r
124
7     u
169
7     u
125
8     z
170
8     z
126
9     L
171
9     L
127
10 n
172
10 n
128
11 r
173
11 r
129
12    g
174
12    g
130
13    y
175
13    y
131
14    x
176
14    x
132
15 n
177
15 n
133
16 r
178
16 r
134
17    L
179
17    L
135
*/
180
*/
136
 
181
 
137
//#######################################################################################
182
//#######################################################################################
138
//
183
//
139
ISR(ADC_vect)
184
ISR(ADC_vect)
140
//#######################################################################################
185
//#######################################################################################
141
{
186
{
142
    static unsigned char kanal=0,state = 0;
187
    static unsigned char kanal=0,state = 0;
143
        static signed char subcount = 0;
188
        static signed char subcount = 0;
144
    static signed int gier1, roll1, nick1, nick_filter, roll_filter;
189
    static signed int gier1, roll1, nick1, nick_filter, roll_filter;
145
        static signed int accy, accx;
190
        static signed int accy, accx;
146
        static long tmpLuftdruck = 0;
191
        static long tmpLuftdruck = 0;
147
        static char messanzahl_Druck = 0;
192
        static char messanzahl_Druck = 0;
148
    switch(state++)
193
    switch(state++)
149
        {
194
        {
150
        case 0:
195
        case 0:
151
            nick1 = ADC;
196
            nick1 = ADC;
152
            kanal = AD_ROLL;
197
            kanal = AD_ROLL;
153
            break;
198
            break;
154
        case 1:
199
        case 1:
155
            roll1 = ADC;
200
            roll1 = ADC;
156
                    kanal = AD_GIER;
201
                    kanal = AD_GIER;
157
            break;
202
            break;
158
        case 2:
203
        case 2:
159
            gier1 = ADC;
204
            gier1 = ADC;
160
            kanal = AD_ACC_Y;
205
            kanal = AD_ACC_Y;
161
            break;
206
            break;
162
        case 3:
207
        case 3:
163
            Aktuell_ay = NeutralAccY - ADC;
208
            Aktuell_ay = NeutralAccY - ADC;
164
            accy = Aktuell_ay;
209
            accy = Aktuell_ay;
165
                    kanal = AD_ACC_X;
210
                    kanal = AD_ACC_X;
166
            break;
211
            break;
167
        case 4:
212
        case 4:
168
            Aktuell_ax = ADC - NeutralAccX;
213
            Aktuell_ax = ADC - NeutralAccX;
169
            accx =  Aktuell_ax;
214
            accx =  Aktuell_ax;
170
            kanal = AD_NICK;
215
            kanal = AD_NICK;
171
            break;
216
            break;
172
        case 5:
217
        case 5:
173
            nick1 += ADC;
218
            nick1 += ADC;
174
            kanal = AD_ROLL;
219
            kanal = AD_ROLL;
175
            break;
220
            break;
176
        case 6:
221
        case 6:
177
            roll1 += ADC;
222
            roll1 += ADC;
178
            kanal = AD_UBAT;
223
            kanal = AD_UBAT;
179
            break;
224
            break;
180
        case 7:
225
        case 7:
181
#if (defined(__AVR_ATmega1284__) || defined(__AVR_ATmega1284P__))
226
#if (defined(__AVR_ATmega1284__) || defined(__AVR_ATmega1284P__))
182
            if(EE_Parameter.ExtraConfig & CFG_3_3V_REFERENCE) UBat = (3 * UBat + (11 * ADC) / 30) / 4; // there were some single FC2.1 with 3.3V reference
227
            if(EE_Parameter.ExtraConfig & CFG_3_3V_REFERENCE) UBat = (3 * UBat + (11 * ADC) / 30) / 4; // there were some single FC2.1 with 3.3V reference
183
                        else  
228
                        else  
184
#endif
229
#endif
185
                        UBat = (3 * UBat + ADC / 3) / 4;
230
                        UBat = (3 * UBat + ADC / 3) / 4;
186
                    kanal = AD_ACC_Z;
231
                    kanal = AD_ACC_Z;
187
            break;
232
            break;
188
       case 8:
233
       case 8:
189
            AdWertAccHoch =  (signed int) ADC - NeutralAccZ;
234
            AdWertAccHoch =  (signed int) ADC - NeutralAccZ;
190
            if(AdWertAccHoch > 1)
235
            if(AdWertAccHoch > 1)
191
             {
236
             {
192
              if(NeutralAccZ < 750)
237
              if(NeutralAccZ < 750)
193
               {
238
               {
194
                subcount += 5;
239
                subcount += 5;
195
                if(modell_fliegt < 500) subcount += 10;
240
                if(modell_fliegt < 500) subcount += 10;
196
               }
241
               }
197
              if(subcount > 100) { NeutralAccZ++; subcount -= 100;}
242
              if(subcount > 100) { NeutralAccZ++; subcount -= 100;}
198
             }
243
             }
199
             else if(AdWertAccHoch < -1)
244
             else if(AdWertAccHoch < -1)
200
             {
245
             {
201
              if(NeutralAccZ > 550)
246
              if(NeutralAccZ > 550)
202
                {
247
                {
203
                 subcount -= 5;
248
                 subcount -= 5;
204
                 if(modell_fliegt < 500) subcount -= 10;
249
                 if(modell_fliegt < 500) subcount -= 10;
205
                 if(subcount < -100) { NeutralAccZ--; subcount += 100;}
250
                 if(subcount < -100) { NeutralAccZ--; subcount += 100;}
206
                }
251
                }
207
             }
252
             }
208
//            messanzahl_AccHoch = 1;
253
//            messanzahl_AccHoch = 1;
209
            Aktuell_az = ADC;
254
            Aktuell_az = ADC;
210
            Mess_Integral_Hoch += AdWertAccHoch;      // Integrieren
255
            Mess_Integral_Hoch += AdWertAccHoch;      // Integrieren
211
            Mess_Integral_Hoch -= Mess_Integral_Hoch / 1024; // dämfen
256
            Mess_Integral_Hoch -= Mess_Integral_Hoch / 1024; // dämfen
212
                kanal = AD_DRUCK;
257
                kanal = AD_DRUCK;
213
            break;
258
            break;
214
   // "case 9:" fehlt hier absichtlich
259
   // "case 9:" fehlt hier absichtlich
215
        case 10:
260
        case 10:
216
            nick1 += ADC;
261
            nick1 += ADC;
217
            kanal = AD_ROLL;
262
            kanal = AD_ROLL;
218
            break;
263
            break;
219
        case 11:
264
        case 11:
220
            roll1 += ADC;
265
            roll1 += ADC;
221
                    kanal = AD_GIER;
266
                    kanal = AD_GIER;
222
            break;
267
            break;
223
        case 12:
268
        case 12:
224
            if(PlatinenVersion == 10)  AdWertGier = (ADC + gier1 + 1) / 2;
269
            if(PlatinenVersion == 10)  AdWertGier = (ADC + gier1 + 1) / 2;
225
            else
270
            else
226
            if(PlatinenVersion >= 20)  AdWertGier = 2047 - (ADC + gier1);
271
            if(PlatinenVersion >= 20)  AdWertGier = 2047 - (ADC + gier1);
227
                        else                                       AdWertGier = (ADC + gier1);
272
                        else                                       AdWertGier = (ADC + gier1);
228
            kanal = AD_ACC_Y;
273
            kanal = AD_ACC_Y;
229
            break;
274
            break;
230
        case 13:
275
        case 13:
231
            Aktuell_ay = NeutralAccY - ADC;
276
            Aktuell_ay = NeutralAccY - ADC;
232
            AdWertAccRoll = (Aktuell_ay + accy);
277
            AdWertAccRoll = (Aktuell_ay + accy);
233
            kanal = AD_ACC_X;
278
            kanal = AD_ACC_X;
234
            break;
279
            break;
235
        case 14:
280
        case 14:
236
            Aktuell_ax = ADC - NeutralAccX;
281
            Aktuell_ax = ADC - NeutralAccX;
237
            AdWertAccNick =  (Aktuell_ax + accx);
282
            AdWertAccNick =  (Aktuell_ax + accx);
238
            kanal = AD_NICK;
283
            kanal = AD_NICK;
239
            break;
284
            break;
240
        case 15:
285
        case 15:
241
            nick1 += ADC;
286
            nick1 += ADC;
242
            if(PlatinenVersion == 10) nick1 *= 2; else nick1 *= 4;
287
            if(PlatinenVersion == 10) nick1 *= 2; else nick1 *= 4;
243
            AdWertNick = nick1 / 8;
288
            AdWertNick = nick1 / 8;
244
            nick_filter = (nick_filter + nick1) / 2;
289
            nick_filter = (nick_filter + nick1) / 2;
245
            HiResNick = nick_filter - AdNeutralNick;
290
            HiResNick = nick_filter - AdNeutralNick;
246
            AdWertNickFilter = (AdWertNickFilter + HiResNick) / 2;
291
            AdWertNickFilter = (AdWertNickFilter + HiResNick) / 2;
247
            kanal = AD_ROLL;
292
            kanal = AD_ROLL;
248
            break;
293
            break;
249
        case 16:
294
        case 16:
250
            roll1 += ADC;
295
            roll1 += ADC;
251
            if(PlatinenVersion == 10) roll1 *= 2; else roll1 *= 4;
296
            if(PlatinenVersion == 10) roll1 *= 2; else roll1 *= 4;
252
            AdWertRoll = roll1 / 8;
297
            AdWertRoll = roll1 / 8;
253
            roll_filter = (roll_filter + roll1) / 2;
298
            roll_filter = (roll_filter + roll1) / 2;
254
            HiResRoll = roll_filter - AdNeutralRoll;
299
            HiResRoll = roll_filter - AdNeutralRoll;
255
            AdWertRollFilter = (AdWertRollFilter + HiResRoll) / 2;
300
            AdWertRollFilter = (AdWertRollFilter + HiResRoll) / 2;
256
                kanal = AD_DRUCK;
301
                kanal = AD_DRUCK;
257
            break;
302
            break;
258
        case 17:
303
        case 17:
259
            state = 0;
304
            state = 0;
260
                        AdReady = 1;
305
                        AdReady = 1;
261
            ZaehlMessungen++;
306
            ZaehlMessungen++;
262
            // "break" fehlt hier absichtlich
307
            // "break" fehlt hier absichtlich
263
        case 9:
308
        case 9:
264
                MessLuftdruck = ADC;
309
                MessLuftdruck = ADC;
265
            tmpLuftdruck += MessLuftdruck;
310
            tmpLuftdruck += MessLuftdruck;
266
            if(++messanzahl_Druck >= 16) // war bis 0.86 "18"
311
            if(++messanzahl_Druck >= 16) // war bis 0.86 "18"
267
            {
312
            {
268
                            signed int tmp;
313
                            signed int tmp;
269
                                Luftdruck = (7 * Luftdruck + tmpLuftdruck - (16 * 523) * (long)ExpandBaro + 4) / 8;  // -523.19 counts per 10 counts offset step
314
                                Luftdruck = (7 * Luftdruck + tmpLuftdruck - (16 * 523) * (long)ExpandBaro + 4) / 8;  // -523.19 counts per 10 counts offset step
270
                                HoehenWert = StartLuftdruck - Luftdruck;
315
                                HoehenWert = StartLuftdruck - Luftdruck;
271
                                SummenHoehe -= SummenHoehe/SM_FILTER;
316
                                SummenHoehe -= SummenHoehe/SM_FILTER;
272
                                SummenHoehe += HoehenWert;
317
                                SummenHoehe += HoehenWert;
273
                                tmp = (HoehenWert - SummenHoehe/SM_FILTER);
318
                                tmp = (HoehenWert - SummenHoehe/SM_FILTER);
274
                                if(tmp > 1024) tmp = 1024;      else if(tmp < -1024) tmp = -1024;
319
                                if(tmp > 1024) tmp = 1024;      else if(tmp < -1024) tmp = -1024;
275
                if(abs(VarioMeter) > 700) VarioMeter = (15 * VarioMeter + 8 * tmp)/16;
320
                if(abs(VarioMeter) > 700) VarioMeter = (15 * VarioMeter + 8 * tmp)/16;
276
                                else VarioMeter = (31 * VarioMeter + 8 * tmp)/32;
321
                                else VarioMeter = (31 * VarioMeter + 8 * tmp)/32;
277
                tmpLuftdruck /= 2;
322
                tmpLuftdruck /= 2;
278
                messanzahl_Druck = 16/2;
323
                messanzahl_Druck = 16/2;
279
            }
324
            }
280
            kanal = AD_NICK;
325
            kanal = AD_NICK;
281
            break;
326
            break;
282
        default:
327
        default:
283
            kanal = 0; state = 0; kanal = AD_NICK;
328
            kanal = 0; state = 0; kanal = AD_NICK;
284
            break;
329
            break;
285
        }
330
        }
286
    ADMUX = kanal;
331
    ADMUX = kanal;
287
    if(state != 0) ANALOG_ON;
332
    if(state != 0) ANALOG_ON;
288
}
333
}
289
 
334
 
290
 
335