Subversion Repositories FlightCtrl

Rev

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

Rev 1316 Rev 1320
1
/*#######################################################################################
1
/*#######################################################################################
2
Flight Control
2
Flight Control
3
#######################################################################################*/
3
#######################################################################################*/
4
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
4
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
5
// + Copyright (c) 04.2007 Holger Buss
5
// + Copyright (c) 04.2007 Holger Buss
6
// + Nur für den privaten Gebrauch
6
// + Nur für den privaten Gebrauch
7
// + www.MikroKopter.com
7
// + www.MikroKopter.com
8
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
8
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
9
// + Es gilt für das gesamte Projekt (Hardware, Software, Binärfiles, Sourcecode und Dokumentation),
9
// + Es gilt für das gesamte Projekt (Hardware, Software, Binärfiles, Sourcecode und Dokumentation),
10
// + dass eine Nutzung (auch auszugsweise) nur für den privaten (nicht-kommerziellen) Gebrauch zulässig ist.
10
// + dass eine Nutzung (auch auszugsweise) nur für den privaten (nicht-kommerziellen) Gebrauch zulässig ist.
11
// + Sollten direkte oder indirekte kommerzielle Absichten verfolgt werden, ist mit uns (info@mikrokopter.de) Kontakt
11
// + Sollten direkte oder indirekte kommerzielle Absichten verfolgt werden, ist mit uns (info@mikrokopter.de) Kontakt
12
// + bzgl. der Nutzungsbedingungen aufzunehmen.
12
// + bzgl. der Nutzungsbedingungen aufzunehmen.
13
// + Eine kommerzielle Nutzung ist z.B.Verkauf von MikroKoptern, Bestückung und Verkauf von Platinen oder Bausätzen,
13
// + Eine kommerzielle Nutzung ist z.B.Verkauf von MikroKoptern, Bestückung und Verkauf von Platinen oder Bausätzen,
14
// + Verkauf von Luftbildaufnahmen, usw.
14
// + Verkauf von Luftbildaufnahmen, usw.
15
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
15
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
16
// + Werden Teile des Quellcodes (mit oder ohne Modifikation) weiterverwendet oder veröffentlicht,
16
// + Werden Teile des Quellcodes (mit oder ohne Modifikation) weiterverwendet oder veröffentlicht,
17
// + unterliegen sie auch diesen Nutzungsbedingungen und diese Nutzungsbedingungen incl. Copyright müssen dann beiliegen
17
// + unterliegen sie auch diesen Nutzungsbedingungen und diese Nutzungsbedingungen incl. Copyright müssen dann beiliegen
18
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
18
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
19
// + Sollte die Software (auch auszugesweise) oder sonstige Informationen des MikroKopter-Projekts
19
// + Sollte die Software (auch auszugesweise) oder sonstige Informationen des MikroKopter-Projekts
20
// + auf anderen Webseiten oder sonstigen Medien veröffentlicht werden, muss unsere Webseite "http://www.mikrokopter.de"
20
// + auf anderen Webseiten oder sonstigen Medien veröffentlicht werden, muss unsere Webseite "http://www.mikrokopter.de"
21
// + eindeutig als Ursprung verlinkt werden
21
// + eindeutig als Ursprung verlinkt werden
22
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
22
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
23
// + Keine Gewähr auf Fehlerfreiheit, Vollständigkeit oder Funktion
23
// + Keine Gewähr auf Fehlerfreiheit, Vollständigkeit oder Funktion
24
// + Benutzung auf eigene Gefahr
24
// + Benutzung auf eigene Gefahr
25
// + Wir übernehmen keinerlei Haftung für direkte oder indirekte Personen- oder Sachschäden
25
// + Wir übernehmen keinerlei Haftung für direkte oder indirekte Personen- oder Sachschäden
26
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
26
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
27
// + Die Portierung der Software (oder Teile davon) auf andere Systeme (ausser der Hardware von www.mikrokopter.de) ist nur
27
// + Die Portierung der Software (oder Teile davon) auf andere Systeme (ausser der Hardware von www.mikrokopter.de) ist nur
28
// + mit unserer Zustimmung zulässig
28
// + mit unserer Zustimmung zulässig
29
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
29
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
30
// + Die Funktion printf_P() unterliegt ihrer eigenen Lizenz und ist hiervon nicht betroffen
30
// + Die Funktion printf_P() unterliegt ihrer eigenen Lizenz und ist hiervon nicht betroffen
31
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
31
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
32
// + Redistributions of source code (with or without modifications) must retain the above copyright notice,
32
// + Redistributions of source code (with or without modifications) must retain the above copyright notice,
33
// + this list of conditions and the following disclaimer.
33
// + this list of conditions and the following disclaimer.
34
// +   * Neither the name of the copyright holders nor the names of contributors may be used to endorse or promote products derived
34
// +   * Neither the name of the copyright holders nor the names of contributors may be used to endorse or promote products derived
35
// +     from this software without specific prior written permission.
35
// +     from this software without specific prior written permission.
36
// +   * The use of this project (hardware, software, binary files, sources and documentation) is only permittet
36
// +   * The use of this project (hardware, software, binary files, sources and documentation) is only permittet
37
// +     for non-commercial use (directly or indirectly)
37
// +     for non-commercial use (directly or indirectly)
38
// +     Commercial use (for excample: selling of MikroKopters, selling of PCBs, assembly, ...) is only permitted
38
// +     Commercial use (for excample: selling of MikroKopters, selling of PCBs, assembly, ...) is only permitted
39
// +     with our written permission
39
// +     with our written permission
40
// +   * If sources or documentations are redistributet on other webpages, out webpage (http://www.MikroKopter.de) must be
40
// +   * If sources or documentations are redistributet on other webpages, out webpage (http://www.MikroKopter.de) must be
41
// +     clearly linked as origin
41
// +     clearly linked as origin
42
// +   * porting to systems other than hardware from www.mikrokopter.de is not allowed
42
// +   * porting to systems other than hardware from www.mikrokopter.de is not allowed
43
// +  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
43
// +  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
44
// +  AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
44
// +  AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
45
// +  IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
45
// +  IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
46
// +  ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
46
// +  ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
47
// +  LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
47
// +  LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
48
// +  CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
48
// +  CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
49
// +  SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
49
// +  SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
50
// +  INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN// +  CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
50
// +  INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN// +  CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
51
// +  ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
51
// +  ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
52
// +  POSSIBILITY OF SUCH DAMAGE.
52
// +  POSSIBILITY OF SUCH DAMAGE.
53
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
53
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
54
 
54
 
55
#include "main.h"
55
#include "main.h"
56
#include "eeprom.c"
56
#include "eeprom.c"
-
 
57
#include "mymath.h"
57
 
58
 
58
unsigned char h,m,s;
59
unsigned char h,m,s;
59
volatile unsigned int I2CTimeout = 100;
60
volatile unsigned int I2CTimeout = 100;
60
int MesswertNick,MesswertRoll,MesswertGier,MesswertGierBias, RohMesswertNick,RohMesswertRoll;
61
int MesswertNick,MesswertRoll,MesswertGier,MesswertGierBias, RohMesswertNick,RohMesswertRoll;
61
int TrimNick, TrimRoll;
62
int TrimNick, TrimRoll;
62
int AdNeutralGierBias;
63
int AdNeutralGierBias;
63
int AdNeutralNick = 0,AdNeutralRoll = 0,AdNeutralGier = 0,StartNeutralRoll = 0,StartNeutralNick = 0;
64
int AdNeutralNick = 0,AdNeutralRoll = 0,AdNeutralGier = 0,StartNeutralRoll = 0,StartNeutralNick = 0;
64
int Mittelwert_AccNick, Mittelwert_AccRoll,Mittelwert_AccHoch, NeutralAccX=0, NeutralAccY=0;
65
int Mittelwert_AccNick, Mittelwert_AccRoll,Mittelwert_AccHoch, NeutralAccX=0, NeutralAccY=0;
65
int NaviAccNick, NaviAccRoll,NaviCntAcc = 0;
66
int NaviAccNick, NaviAccRoll,NaviCntAcc = 0;
66
volatile float NeutralAccZ = 0;
67
volatile float NeutralAccZ = 0;
67
unsigned char CosinusNickWinkel = 0, CosinusRollWinkel = 0;
68
unsigned char CosinusNickWinkel = 0, CosinusRollWinkel = 0;
68
long IntegralNick = 0,IntegralNick2 = 0;
69
long IntegralNick = 0,IntegralNick2 = 0;
69
long IntegralRoll = 0,IntegralRoll2 = 0;
70
long IntegralRoll = 0,IntegralRoll2 = 0;
70
long IntegralAccNick = 0,IntegralAccRoll = 0,IntegralAccZ = 0;
71
long IntegralAccNick = 0,IntegralAccRoll = 0,IntegralAccZ = 0;
71
long Integral_Gier = 0;
72
long Integral_Gier = 0;
72
long Mess_IntegralNick = 0,Mess_IntegralNick2 = 0;
73
long Mess_IntegralNick = 0,Mess_IntegralNick2 = 0;
73
long Mess_IntegralRoll = 0,Mess_IntegralRoll2 = 0;
74
long Mess_IntegralRoll = 0,Mess_IntegralRoll2 = 0;
74
long Mess_Integral_Gier = 0,Mess_Integral_Gier2 = 0;
75
long Mess_Integral_Gier = 0,Mess_Integral_Gier2 = 0;
75
long MittelIntegralNick,MittelIntegralRoll,MittelIntegralNick2,MittelIntegralRoll2;
76
long MittelIntegralNick,MittelIntegralRoll,MittelIntegralNick2,MittelIntegralRoll2;
76
volatile long Mess_Integral_Hoch = 0;
77
volatile long Mess_Integral_Hoch = 0;
77
int  KompassValue = 0;
78
int  KompassValue = 0;
78
int  KompassStartwert = 0;
79
int  KompassStartwert = 0;
79
int  KompassRichtung = 0;
80
int  KompassRichtung = 0;
80
unsigned int  KompassSignalSchlecht = 500;
81
unsigned int  KompassSignalSchlecht = 500;
81
unsigned char  MAX_GAS,MIN_GAS;
82
unsigned char  MAX_GAS,MIN_GAS;
82
unsigned char HoehenReglerAktiv = 0;
83
unsigned char HoehenReglerAktiv = 0;
83
unsigned char TrichterFlug = 0;
84
unsigned char TrichterFlug = 0;
84
long Umschlag180Nick = 250000L, Umschlag180Roll = 250000L;
85
long Umschlag180Nick = 250000L, Umschlag180Roll = 250000L;
85
long  ErsatzKompass;
86
long  ErsatzKompass;
86
int   ErsatzKompassInGrad; // Kompasswert in Grad
87
int   ErsatzKompassInGrad; // Kompasswert in Grad
87
int   GierGyroFehler = 0;
88
int   GierGyroFehler = 0;
88
char GyroFaktor,GyroFaktorGier;
89
char GyroFaktor,GyroFaktorGier;
89
char IntegralFaktor,IntegralFaktorGier;
90
char IntegralFaktor,IntegralFaktorGier;
90
int  DiffNick,DiffRoll;
91
int  DiffNick,DiffRoll;
91
int  Poti1 = 0, Poti2 = 0, Poti3 = 0, Poti4 = 0;
92
int  Poti1 = 0, Poti2 = 0, Poti3 = 0, Poti4 = 0;
92
volatile unsigned char SenderOkay = 0;
93
volatile unsigned char SenderOkay = 0;
93
volatile unsigned char SenderRSSI = 0;
94
volatile unsigned char SenderRSSI = 0;
94
int StickNick = 0,StickRoll = 0,StickGier = 0,StickGas = 0;
95
int StickNick = 0,StickRoll = 0,StickGier = 0,StickGas = 0;
95
char MotorenEin = 0;
96
char MotorenEin = 0;
96
long HoehenWert = 0;
97
long HoehenWert = 0;
97
long SollHoehe = 0;
98
long SollHoehe = 0;
98
int LageKorrekturRoll = 0,LageKorrekturNick = 0;
99
int LageKorrekturRoll = 0,LageKorrekturNick = 0;
99
//float Ki =  FAKTOR_I;
100
//float Ki =  FAKTOR_I;
100
int Ki = 10300 / 33;
101
int Ki = 10300 / 33;
101
unsigned char Looping_Nick = 0,Looping_Roll = 0;
102
unsigned char Looping_Nick = 0,Looping_Roll = 0;
102
unsigned char Looping_Links = 0, Looping_Rechts = 0, Looping_Unten = 0, Looping_Oben = 0;
103
unsigned char Looping_Links = 0, Looping_Rechts = 0, Looping_Unten = 0, Looping_Oben = 0;
103
 
104
 
104
unsigned char Parameter_Luftdruck_D  = 48;      // Wert : 0-250
105
unsigned char Parameter_Luftdruck_D  = 48;      // Wert : 0-250
105
unsigned char Parameter_MaxHoehe     = 251;      // Wert : 0-250
106
unsigned char Parameter_MaxHoehe     = 251;      // Wert : 0-250
106
unsigned char Parameter_Hoehe_P      = 16;      // Wert : 0-32
107
unsigned char Parameter_Hoehe_P      = 16;      // Wert : 0-32
107
unsigned char Parameter_Hoehe_ACC_Wirkung = 58; // Wert : 0-250
108
unsigned char Parameter_Hoehe_ACC_Wirkung = 58; // Wert : 0-250
108
unsigned char Parameter_KompassWirkung = 64;    // Wert : 0-250
109
unsigned char Parameter_KompassWirkung = 64;    // Wert : 0-250
109
unsigned char Parameter_Hoehe_GPS_Z = 64;        // Wert : 0-250
110
unsigned char Parameter_Hoehe_GPS_Z = 64;        // Wert : 0-250
110
unsigned char Parameter_Gyro_D = 8;             // Wert : 0-250
111
unsigned char Parameter_Gyro_D = 8;             // Wert : 0-250
111
unsigned char Parameter_Gyro_P = 150;           // Wert : 10-250
112
unsigned char Parameter_Gyro_P = 150;           // Wert : 10-250
112
unsigned char Parameter_Gyro_I = 150;           // Wert : 0-250
113
unsigned char Parameter_Gyro_I = 150;           // Wert : 0-250
113
unsigned char Parameter_Gier_P = 2;             // Wert : 1-20
114
unsigned char Parameter_Gier_P = 2;             // Wert : 1-20
114
unsigned char Parameter_I_Faktor = 10;          // Wert : 1-20
115
unsigned char Parameter_I_Faktor = 10;          // Wert : 1-20
115
unsigned char Parameter_UserParam1 = 0;
116
unsigned char Parameter_UserParam1 = 0;
116
unsigned char Parameter_UserParam2 = 0;
117
unsigned char Parameter_UserParam2 = 0;
117
unsigned char Parameter_UserParam3 = 0;
118
unsigned char Parameter_UserParam3 = 0;
118
unsigned char Parameter_UserParam4 = 0;
119
unsigned char Parameter_UserParam4 = 0;
119
unsigned char Parameter_UserParam5 = 0;
120
unsigned char Parameter_UserParam5 = 0;
120
unsigned char Parameter_UserParam6 = 0;
121
unsigned char Parameter_UserParam6 = 0;
121
unsigned char Parameter_UserParam7 = 0;
122
unsigned char Parameter_UserParam7 = 0;
122
unsigned char Parameter_UserParam8 = 0;
123
unsigned char Parameter_UserParam8 = 0;
123
unsigned char Parameter_ServoNickControl = 100;
124
unsigned char Parameter_ServoNickControl = 100;
124
unsigned char Parameter_ServoRollControl = 100;
125
unsigned char Parameter_ServoRollControl = 100;
125
unsigned char Parameter_LoopGasLimit = 70;
126
unsigned char Parameter_LoopGasLimit = 70;
126
unsigned char Parameter_AchsKopplung1 = 90;
127
unsigned char Parameter_AchsKopplung1 = 90;
127
unsigned char Parameter_AchsKopplung2 = 65;
128
unsigned char Parameter_AchsKopplung2 = 65;
128
unsigned char Parameter_CouplingYawCorrection = 64;
129
unsigned char Parameter_CouplingYawCorrection = 64;
129
//unsigned char Parameter_AchsGegenKopplung1 = 0;
130
//unsigned char Parameter_AchsGegenKopplung1 = 0;
130
unsigned char Parameter_DynamicStability = 100;
131
unsigned char Parameter_DynamicStability = 100;
131
unsigned char Parameter_J16Bitmask;             // for the J16 Output
132
unsigned char Parameter_J16Bitmask;             // for the J16 Output
132
unsigned char Parameter_J16Timing;              // for the J16 Output
133
unsigned char Parameter_J16Timing;              // for the J16 Output
133
unsigned char Parameter_J17Bitmask;             // for the J17 Output
134
unsigned char Parameter_J17Bitmask;             // for the J17 Output
134
unsigned char Parameter_J17Timing;              // for the J17 Output
135
unsigned char Parameter_J17Timing;              // for the J17 Output
135
unsigned char Parameter_NaviGpsModeControl;     // Parameters for the Naviboard
136
unsigned char Parameter_NaviGpsModeControl;     // Parameters for the Naviboard
136
unsigned char Parameter_NaviGpsGain;
137
unsigned char Parameter_NaviGpsGain;
137
unsigned char Parameter_NaviGpsP;
138
unsigned char Parameter_NaviGpsP;
138
unsigned char Parameter_NaviGpsI;
139
unsigned char Parameter_NaviGpsI;
139
unsigned char Parameter_NaviGpsD;
140
unsigned char Parameter_NaviGpsD;
140
unsigned char Parameter_NaviGpsACC;
141
unsigned char Parameter_NaviGpsACC;
141
unsigned char Parameter_NaviOperatingRadius;
142
unsigned char Parameter_NaviOperatingRadius;
142
unsigned char Parameter_NaviWindCorrection;
143
unsigned char Parameter_NaviWindCorrection;
143
unsigned char Parameter_NaviSpeedCompensation;
144
unsigned char Parameter_NaviSpeedCompensation;
144
unsigned char Parameter_ExternalControl;
145
unsigned char Parameter_ExternalControl;
145
struct mk_param_struct EE_Parameter;
146
struct mk_param_struct EE_Parameter;
146
signed int ExternStickNick = 0,ExternStickRoll = 0,ExternStickGier = 0, ExternHoehenValue = -20;
147
signed int ExternStickNick = 0,ExternStickRoll = 0,ExternStickGier = 0, ExternHoehenValue = -20;
147
int MaxStickNick = 0,MaxStickRoll = 0;
148
int MaxStickNick = 0,MaxStickRoll = 0;
148
unsigned int  modell_fliegt = 0;
149
unsigned int  modell_fliegt = 0;
149
volatile unsigned char MikroKopterFlags = 0;
150
volatile unsigned char MikroKopterFlags = 0;
150
long GIER_GRAD_FAKTOR = 1291;
151
long GIER_GRAD_FAKTOR = 1291;
151
signed int KopplungsteilNickRoll,KopplungsteilRollNick;
152
signed int KopplungsteilNickRoll,KopplungsteilRollNick;
152
unsigned char RequiredMotors = 4;
153
unsigned char RequiredMotors = 4;
153
unsigned char Motor[MAX_MOTORS];
154
unsigned char Motor[MAX_MOTORS];
154
signed int tmp_motorwert[MAX_MOTORS];
155
signed int tmp_motorwert[MAX_MOTORS];
155
#define LIMIT_MIN(value, min) {if(value < min) value = min;}
156
#define LIMIT_MIN(value, min) {if(value < min) value = min;}
156
#define LIMIT_MAX(value, max) {if(value > max) value = max;}
157
#define LIMIT_MAX(value, max) {if(value > max) value = max;}
157
#define LIMIT_MIN_MAX(value, min, max) {if(value < min) value = min; else if(value > max) value = max;}
158
#define LIMIT_MIN_MAX(value, min, max) {if(value < min) value = min; else if(value > max) value = max;}
158
 
159
 
159
int MotorSmoothing(int neu, int alt)
160
int MotorSmoothing(int neu, int alt)
160
{
161
{
161
 int motor;
162
 int motor;
162
 if(neu > alt) motor = (1*(int)alt + neu) / 2;
163
 if(neu > alt) motor = (1*(int)alt + neu) / 2;
163
 else   motor = neu - (alt - neu)*1;
164
 else   motor = neu - (alt - neu)*1;
164
//if(Poti2 < 20)  return(neu);
165
//if(Poti2 < 20)  return(neu);
165
 return(motor);
166
 return(motor);
166
}
167
}
167
 
168
 
168
void Piep(unsigned char Anzahl, unsigned int dauer)
169
void Piep(unsigned char Anzahl, unsigned int dauer)
169
{
170
{
170
 if(MotorenEin) return; //auf keinen Fall im Flug!
171
 if(MotorenEin) return; //auf keinen Fall im Flug!
171
 while(Anzahl--)
172
 while(Anzahl--)
172
 {
173
 {
173
  beeptime = dauer;
174
  beeptime = dauer;
174
  while(beeptime);
175
  while(beeptime);
175
  Delay_ms(dauer * 2);
176
  Delay_ms(dauer * 2);
176
 }
177
 }
177
}
178
}
178
 
179
 
179
//############################################################################
180
//############################################################################
180
//  Nullwerte ermitteln
181
//  Nullwerte ermitteln
181
void SetNeutral(void)
182
void SetNeutral(void)
182
//############################################################################
183
//############################################################################
183
{
184
{
184
 unsigned char i;
185
 unsigned char i;
185
 unsigned int gier_neutral=0, nick_neutral=0, roll_neutral=0;
186
 unsigned int gier_neutral=0, nick_neutral=0, roll_neutral=0;
186
    ServoActive = 0; HEF4017R_ON;
187
    HEF4017R_ON;
187
        NeutralAccX = 0;
188
        NeutralAccX = 0;
188
        NeutralAccY = 0;
189
        NeutralAccY = 0;
189
        NeutralAccZ = 0;
190
        NeutralAccZ = 0;
190
    AdNeutralNick = 0;
191
    AdNeutralNick = 0;
191
        AdNeutralRoll = 0;
192
        AdNeutralRoll = 0;
192
        AdNeutralGier = 0;
193
        AdNeutralGier = 0;
193
    AdNeutralGierBias = 0;
194
    AdNeutralGierBias = 0;
194
    Parameter_AchsKopplung1 = 0;
195
    Parameter_AchsKopplung1 = 0;
195
    Parameter_AchsKopplung2 = 0;
196
    Parameter_AchsKopplung2 = 0;
196
    ExpandBaro = 0;
197
    ExpandBaro = 0;
197
    CalibrierMittelwert();
198
    CalibrierMittelwert();
198
    Delay_ms_Mess(100);
199
    Delay_ms_Mess(100);
199
        CalibrierMittelwert();
200
        CalibrierMittelwert();
200
    if((EE_Parameter.GlobalConfig & CFG_HOEHENREGELUNG))  // Höhenregelung aktiviert?
201
    if((EE_Parameter.GlobalConfig & CFG_HOEHENREGELUNG))  // Höhenregelung aktiviert?
201
     {
202
     {
202
      if((MessLuftdruck > 950) || (MessLuftdruck < 750)) SucheLuftruckOffset();
203
      if((MessLuftdruck > 950) || (MessLuftdruck < 750)) SucheLuftruckOffset();
203
     }
204
     }
204
#define NEUTRAL_FILTER 32
205
#define NEUTRAL_FILTER 32
205
    for(i=0; i<NEUTRAL_FILTER; i++)
206
    for(i=0; i<NEUTRAL_FILTER; i++)
206
         {
207
         {
207
          Delay_ms_Mess(10);
208
          Delay_ms_Mess(10);
208
          gier_neutral += AdWertGier;
209
          gier_neutral += AdWertGier;
209
          nick_neutral += AdWertNick;
210
          nick_neutral += AdWertNick;
210
          roll_neutral += AdWertRoll;
211
          roll_neutral += AdWertRoll;
211
         }
212
         }
212
     AdNeutralNick= (nick_neutral+NEUTRAL_FILTER/2) / (NEUTRAL_FILTER / 8);
213
     AdNeutralNick= (nick_neutral+NEUTRAL_FILTER/2) / (NEUTRAL_FILTER / 8);
213
         AdNeutralRoll= (roll_neutral+NEUTRAL_FILTER/2) / (NEUTRAL_FILTER / 8);
214
         AdNeutralRoll= (roll_neutral+NEUTRAL_FILTER/2) / (NEUTRAL_FILTER / 8);
214
         AdNeutralGier= (gier_neutral+NEUTRAL_FILTER/2) / (NEUTRAL_FILTER);
215
         AdNeutralGier= (gier_neutral+NEUTRAL_FILTER/2) / (NEUTRAL_FILTER);
215
     AdNeutralGierBias = AdNeutralGier;
216
     AdNeutralGierBias = AdNeutralGier;
216
     StartNeutralRoll = AdNeutralRoll;
217
     StartNeutralRoll = AdNeutralRoll;
217
     StartNeutralNick = AdNeutralNick;
218
     StartNeutralNick = AdNeutralNick;
218
    if(eeprom_read_byte(&EEPromArray[EEPROM_ADR_ACC_NICK]) > 4)
219
    if(eeprom_read_byte(&EEPromArray[EEPROM_ADR_ACC_NICK]) > 4)
219
    {
220
    {
220
      NeutralAccY = abs(Mittelwert_AccRoll) / (2*ACC_AMPLIFY);
221
      NeutralAccY = abs(Mittelwert_AccRoll) / (2*ACC_AMPLIFY);
221
          NeutralAccX = abs(Mittelwert_AccNick) / (2*ACC_AMPLIFY);
222
          NeutralAccX = abs(Mittelwert_AccNick) / (2*ACC_AMPLIFY);
222
          NeutralAccZ = Aktuell_az;
223
          NeutralAccZ = Aktuell_az;
223
    }
224
    }
224
    else
225
    else
225
    {
226
    {
226
      NeutralAccX = (int)eeprom_read_byte(&EEPromArray[EEPROM_ADR_ACC_NICK]) * 256 + (int)eeprom_read_byte(&EEPromArray[EEPROM_ADR_ACC_NICK+1]);
227
      NeutralAccX = (int)eeprom_read_byte(&EEPromArray[EEPROM_ADR_ACC_NICK]) * 256 + (int)eeprom_read_byte(&EEPromArray[EEPROM_ADR_ACC_NICK+1]);
227
          NeutralAccY = (int)eeprom_read_byte(&EEPromArray[EEPROM_ADR_ACC_ROLL]) * 256 + (int)eeprom_read_byte(&EEPromArray[EEPROM_ADR_ACC_ROLL+1]);
228
          NeutralAccY = (int)eeprom_read_byte(&EEPromArray[EEPROM_ADR_ACC_ROLL]) * 256 + (int)eeprom_read_byte(&EEPromArray[EEPROM_ADR_ACC_ROLL+1]);
228
          NeutralAccZ = (int)eeprom_read_byte(&EEPromArray[EEPROM_ADR_ACC_Z]) * 256 + (int)eeprom_read_byte(&EEPromArray[EEPROM_ADR_ACC_Z+1]);
229
          NeutralAccZ = (int)eeprom_read_byte(&EEPromArray[EEPROM_ADR_ACC_Z]) * 256 + (int)eeprom_read_byte(&EEPromArray[EEPROM_ADR_ACC_Z+1]);
229
    }
230
    }
230
 
231
 
231
    MesswertNick = 0;
232
    MesswertNick = 0;
232
    MesswertRoll = 0;
233
    MesswertRoll = 0;
233
    MesswertGier = 0;
234
    MesswertGier = 0;
234
    Delay_ms_Mess(100);
235
    Delay_ms_Mess(100);
235
    Mittelwert_AccNick = ACC_AMPLIFY * (long)AdWertAccNick;
236
    Mittelwert_AccNick = ACC_AMPLIFY * (long)AdWertAccNick;
236
    Mittelwert_AccRoll = ACC_AMPLIFY * (long)AdWertAccRoll;
237
    Mittelwert_AccRoll = ACC_AMPLIFY * (long)AdWertAccRoll;
237
    IntegralNick = EE_Parameter.GyroAccFaktor * (long)Mittelwert_AccNick;
238
    IntegralNick = EE_Parameter.GyroAccFaktor * (long)Mittelwert_AccNick;
238
    IntegralRoll = EE_Parameter.GyroAccFaktor * (long)Mittelwert_AccRoll;
239
    IntegralRoll = EE_Parameter.GyroAccFaktor * (long)Mittelwert_AccRoll;
239
    Mess_IntegralNick2 = IntegralNick;
240
    Mess_IntegralNick2 = IntegralNick;
240
    Mess_IntegralRoll2 = IntegralRoll;
241
    Mess_IntegralRoll2 = IntegralRoll;
241
    Mess_Integral_Gier = 0;
242
    Mess_Integral_Gier = 0;
242
    StartLuftdruck = Luftdruck;
243
    StartLuftdruck = Luftdruck;
243
    VarioMeter = 0;
244
    VarioMeter = 0;
244
    Mess_Integral_Hoch = 0;
245
    Mess_Integral_Hoch = 0;
245
    KompassStartwert = KompassValue;
246
    KompassStartwert = KompassValue;
246
    GPS_Neutral();
247
    GPS_Neutral();
247
    beeptime = 50;
248
    beeptime = 50;
248
        Umschlag180Nick = ((long) EE_Parameter.WinkelUmschlagNick * 2500L) + 15000L;
249
        Umschlag180Nick = ((long) EE_Parameter.WinkelUmschlagNick * 2500L) + 15000L;
249
        Umschlag180Roll = ((long) EE_Parameter.WinkelUmschlagRoll * 2500L) + 15000L;
250
        Umschlag180Roll = ((long) EE_Parameter.WinkelUmschlagRoll * 2500L) + 15000L;
250
    ExternHoehenValue = 0;
251
    ExternHoehenValue = 0;
251
    ErsatzKompass = KompassValue * GIER_GRAD_FAKTOR;
252
    ErsatzKompass = KompassValue * GIER_GRAD_FAKTOR;
252
    GierGyroFehler = 0;
253
    GierGyroFehler = 0;
253
    SendVersionToNavi = 1;
254
    SendVersionToNavi = 1;
254
    LED_Init();
255
    LED_Init();
255
    MikroKopterFlags |= FLAG_CALIBRATE;
256
    MikroKopterFlags |= FLAG_CALIBRATE;
256
    FromNaviCtrl_Value.Kalman_K = -1;
257
    FromNaviCtrl_Value.Kalman_K = -1;
257
    FromNaviCtrl_Value.Kalman_MaxDrift = 0;
258
    FromNaviCtrl_Value.Kalman_MaxDrift = 0;
258
    FromNaviCtrl_Value.Kalman_MaxFusion = 32;
259
    FromNaviCtrl_Value.Kalman_MaxFusion = 32;
259
    Poti1 = PPM_in[EE_Parameter.Kanalbelegung[K_POTI1]] + 110;
260
    Poti1 = PPM_in[EE_Parameter.Kanalbelegung[K_POTI1]] + 110;
260
    Poti2 = PPM_in[EE_Parameter.Kanalbelegung[K_POTI2]] + 110;
261
    Poti2 = PPM_in[EE_Parameter.Kanalbelegung[K_POTI2]] + 110;
261
    Poti3 = PPM_in[EE_Parameter.Kanalbelegung[K_POTI3]] + 110;
262
    Poti3 = PPM_in[EE_Parameter.Kanalbelegung[K_POTI3]] + 110;
262
    Poti4 = PPM_in[EE_Parameter.Kanalbelegung[K_POTI4]] + 110;
263
    Poti4 = PPM_in[EE_Parameter.Kanalbelegung[K_POTI4]] + 110;
263
//    ServoActive = 1;
-
 
264
    SenderOkay = 100;
264
    SenderOkay = 100;
-
 
265
    if(ServoActive)
-
 
266
         {
-
 
267
                HEF4017R_ON;
-
 
268
                DDRD  |=0x80; // enable J7 -> Servo signal
-
 
269
     }
265
}
270
}
266
 
271
 
267
//############################################################################
272
//############################################################################
268
// Bearbeitet die Messwerte
273
// Bearbeitet die Messwerte
269
void Mittelwert(void)
274
void Mittelwert(void)
270
//############################################################################
275
//############################################################################
271
{
276
{
272
    static signed long tmpl,tmpl2,tmpl3,tmpl4;
277
    static signed long tmpl,tmpl2,tmpl3,tmpl4;
273
        static signed int oldNick, oldRoll, d2Roll, d2Nick;
278
        static signed int oldNick, oldRoll, d2Roll, d2Nick;
274
        signed long winkel_nick, winkel_roll;
279
        signed long winkel_nick, winkel_roll;
275
 
280
 
276
        MesswertGier = (signed int) AdNeutralGier - AdWertGier;
281
        MesswertGier = (signed int) AdNeutralGier - AdWertGier;
277
//    MesswertGierBias = (signed int) AdNeutralGierBias - AdWertGier;
282
//    MesswertGierBias = (signed int) AdNeutralGierBias - AdWertGier;
278
    MesswertNick = (signed int) AdWertNickFilter / 8;
283
    MesswertNick = (signed int) AdWertNickFilter / 8;
279
    MesswertRoll = (signed int) AdWertRollFilter / 8;
284
    MesswertRoll = (signed int) AdWertRollFilter / 8;
280
    RohMesswertNick = MesswertNick;
285
    RohMesswertNick = MesswertNick;
281
    RohMesswertRoll = MesswertRoll;
286
    RohMesswertRoll = MesswertRoll;
282
//DebugOut.Analog[21] = MesswertNick;
287
//DebugOut.Analog[21] = MesswertNick;
283
//DebugOut.Analog[22] = MesswertRoll;
288
//DebugOut.Analog[22] = MesswertRoll;
284
//DebugOut.Analog[22] = Mess_Integral_Gier;
289
//DebugOut.Analog[22] = Mess_Integral_Gier;
285
//DebugOut.Analog[21] = MesswertNick;
290
//DebugOut.Analog[21] = MesswertNick;
286
//DebugOut.Analog[22] = MesswertRoll;
291
//DebugOut.Analog[22] = MesswertRoll;
287
 
292
 
288
// Beschleunigungssensor  ++++++++++++++++++++++++++++++++++++++++++++++++
293
// Beschleunigungssensor  ++++++++++++++++++++++++++++++++++++++++++++++++
289
        Mittelwert_AccNick = ((long)Mittelwert_AccNick * 3 + ((ACC_AMPLIFY * (long)AdWertAccNick))) / 4L;
294
        Mittelwert_AccNick = ((long)Mittelwert_AccNick * 3 + ((ACC_AMPLIFY * (long)AdWertAccNick))) / 4L;
290
        Mittelwert_AccRoll = ((long)Mittelwert_AccRoll * 3 + ((ACC_AMPLIFY * (long)AdWertAccRoll))) / 4L;
295
        Mittelwert_AccRoll = ((long)Mittelwert_AccRoll * 3 + ((ACC_AMPLIFY * (long)AdWertAccRoll))) / 4L;
291
        Mittelwert_AccHoch = ((long)Mittelwert_AccHoch * 3 + ((long)AdWertAccHoch)) / 4L;
296
        Mittelwert_AccHoch = ((long)Mittelwert_AccHoch * 3 + ((long)AdWertAccHoch)) / 4L;
292
    IntegralAccNick += ACC_AMPLIFY * AdWertAccNick;
297
    IntegralAccNick += ACC_AMPLIFY * AdWertAccNick;
293
    IntegralAccRoll += ACC_AMPLIFY * AdWertAccRoll;
298
    IntegralAccRoll += ACC_AMPLIFY * AdWertAccRoll;
294
    NaviAccNick    += AdWertAccNick;
299
    NaviAccNick    += AdWertAccNick;
295
    NaviAccRoll    += AdWertAccRoll;
300
    NaviAccRoll    += AdWertAccRoll;
296
    NaviCntAcc++;
301
    NaviCntAcc++;
297
    IntegralAccZ  += Aktuell_az - NeutralAccZ;
302
    IntegralAccZ  += Aktuell_az - NeutralAccZ;
298
 
303
 
299
//++++++++++++++++++++++++++++++++++++++++++++++++
304
//++++++++++++++++++++++++++++++++++++++++++++++++
300
// ADC einschalten
305
// ADC einschalten
301
    ANALOG_ON;
306
    ANALOG_ON;
302
        AdReady = 0;
307
        AdReady = 0;
303
//++++++++++++++++++++++++++++++++++++++++++++++++
308
//++++++++++++++++++++++++++++++++++++++++++++++++
304
 
309
 
305
    if(Mess_IntegralRoll > 93000L) winkel_roll = 93000L;
310
    if(Mess_IntegralRoll > 93000L) winkel_roll = 93000L;
306
        else if(Mess_IntegralRoll <-93000L) winkel_roll = -93000L;
311
        else if(Mess_IntegralRoll <-93000L) winkel_roll = -93000L;
307
        else winkel_roll = Mess_IntegralRoll;
312
        else winkel_roll = Mess_IntegralRoll;
308
 
313
 
309
    if(Mess_IntegralNick > 93000L) winkel_nick = 93000L;
314
    if(Mess_IntegralNick > 93000L) winkel_nick = 93000L;
310
        else if(Mess_IntegralNick <-93000L) winkel_nick = -93000L;
315
        else if(Mess_IntegralNick <-93000L) winkel_nick = -93000L;
311
        else winkel_nick = Mess_IntegralNick;
316
        else winkel_nick = Mess_IntegralNick;
312
 
317
 
313
// Gier  ++++++++++++++++++++++++++++++++++++++++++++++++
318
// Gier  ++++++++++++++++++++++++++++++++++++++++++++++++
314
   Mess_Integral_Gier += MesswertGier;
319
   Mess_Integral_Gier += MesswertGier;
315
   ErsatzKompass += MesswertGier;
320
   ErsatzKompass += MesswertGier;
316
// Kopplungsanteil  +++++++++++++++++++++++++++++++++++++
321
// Kopplungsanteil  +++++++++++++++++++++++++++++++++++++
317
      if(!Looping_Nick && !Looping_Roll && (EE_Parameter.GlobalConfig & CFG_ACHSENKOPPLUNG_AKTIV))
322
      if(!Looping_Nick && !Looping_Roll && (EE_Parameter.GlobalConfig & CFG_ACHSENKOPPLUNG_AKTIV))
318
         {
323
         {
319
            tmpl3 = (MesswertRoll * winkel_nick) / 2048L;
324
            tmpl3 = (MesswertRoll * winkel_nick) / 2048L;
320
            tmpl3 *= Parameter_AchsKopplung2; //65
325
            tmpl3 *= Parameter_AchsKopplung2; //65
321
            tmpl3 /= 4096L;
326
            tmpl3 /= 4096L;
322
            tmpl4 = (MesswertNick * winkel_roll) / 2048L;
327
            tmpl4 = (MesswertNick * winkel_roll) / 2048L;
323
            tmpl4 *= Parameter_AchsKopplung2; //65
328
            tmpl4 *= Parameter_AchsKopplung2; //65
324
            tmpl4 /= 4096L;
329
            tmpl4 /= 4096L;
325
            KopplungsteilNickRoll = tmpl3;
330
            KopplungsteilNickRoll = tmpl3;
326
            KopplungsteilRollNick = tmpl4;
331
            KopplungsteilRollNick = tmpl4;
327
            tmpl4 -= tmpl3;
332
            tmpl4 -= tmpl3;
328
            ErsatzKompass += tmpl4;
333
            ErsatzKompass += tmpl4;
329
            if(!Parameter_CouplingYawCorrection) Mess_Integral_Gier -= tmpl4/2; // Gier nachhelfen
334
            if(!Parameter_CouplingYawCorrection) Mess_Integral_Gier -= tmpl4/2; // Gier nachhelfen
330
 
335
 
331
            tmpl = ((MesswertGier + tmpl4) * winkel_nick) / 2048L;
336
            tmpl = ((MesswertGier + tmpl4) * winkel_nick) / 2048L;
332
            tmpl *= Parameter_AchsKopplung1;  // 90
337
            tmpl *= Parameter_AchsKopplung1;  // 90
333
            tmpl /= 4096L;
338
            tmpl /= 4096L;
334
            tmpl2 = ((MesswertGier + tmpl4) * winkel_roll) / 2048L;
339
            tmpl2 = ((MesswertGier + tmpl4) * winkel_roll) / 2048L;
335
            tmpl2 *= Parameter_AchsKopplung1;
340
            tmpl2 *= Parameter_AchsKopplung1;
336
            tmpl2 /= 4096L;
341
            tmpl2 /= 4096L;
337
            if(abs(MesswertGier) > 64) if(labs(tmpl) > 128 || labs(tmpl2) > 128) TrichterFlug = 1;
342
            if(abs(MesswertGier) > 64) if(labs(tmpl) > 128 || labs(tmpl2) > 128) TrichterFlug = 1;
338
            //MesswertGier += (Parameter_CouplingYawCorrection * tmpl4) / 256;
343
            //MesswertGier += (Parameter_CouplingYawCorrection * tmpl4) / 256;
339
         }
344
         }
340
      else  tmpl = tmpl2 = KopplungsteilNickRoll = KopplungsteilRollNick = 0;
345
      else  tmpl = tmpl2 = KopplungsteilNickRoll = KopplungsteilRollNick = 0;
341
 
346
 
342
TrimRoll = tmpl - tmpl2 / 100L;
347
TrimRoll = tmpl - tmpl2 / 100L;
343
TrimNick = -tmpl2 + tmpl / 100L;
348
TrimNick = -tmpl2 + tmpl / 100L;
344
 
349
 
345
// Kompasswert begrenzen  ++++++++++++++++++++++++++++++++++++++++++++++++
350
// Kompasswert begrenzen  ++++++++++++++++++++++++++++++++++++++++++++++++
346
                    if(ErsatzKompass >= (360L * GIER_GRAD_FAKTOR)) ErsatzKompass -= 360L * GIER_GRAD_FAKTOR;  // 360° Umschlag
351
                    if(ErsatzKompass >= (360L * GIER_GRAD_FAKTOR)) ErsatzKompass -= 360L * GIER_GRAD_FAKTOR;  // 360° Umschlag
347
                    if(ErsatzKompass < 0)                          ErsatzKompass += 360L * GIER_GRAD_FAKTOR;
352
                    if(ErsatzKompass < 0)                          ErsatzKompass += 360L * GIER_GRAD_FAKTOR;
348
// Roll  ++++++++++++++++++++++++++++++++++++++++++++++++
353
// Roll  ++++++++++++++++++++++++++++++++++++++++++++++++
349
            Mess_IntegralRoll2 += MesswertRoll + TrimRoll;
354
            Mess_IntegralRoll2 += MesswertRoll + TrimRoll;
350
            Mess_IntegralRoll +=  MesswertRoll + TrimRoll - LageKorrekturRoll;
355
            Mess_IntegralRoll +=  MesswertRoll + TrimRoll - LageKorrekturRoll;
351
            if(Mess_IntegralRoll > Umschlag180Roll)
356
            if(Mess_IntegralRoll > Umschlag180Roll)
352
            {
357
            {
353
             Mess_IntegralRoll  = -(Umschlag180Roll - 25000L);
358
             Mess_IntegralRoll  = -(Umschlag180Roll - 25000L);
354
             Mess_IntegralRoll2 = Mess_IntegralRoll;
359
             Mess_IntegralRoll2 = Mess_IntegralRoll;
355
            }
360
            }
356
            if(Mess_IntegralRoll <-Umschlag180Roll)
361
            if(Mess_IntegralRoll <-Umschlag180Roll)
357
            {
362
            {
358
             Mess_IntegralRoll =  (Umschlag180Roll - 25000L);
363
             Mess_IntegralRoll =  (Umschlag180Roll - 25000L);
359
             Mess_IntegralRoll2 = Mess_IntegralRoll;
364
             Mess_IntegralRoll2 = Mess_IntegralRoll;
360
            }
365
            }
361
// Nick  ++++++++++++++++++++++++++++++++++++++++++++++++
366
// Nick  ++++++++++++++++++++++++++++++++++++++++++++++++
362
            Mess_IntegralNick2 += MesswertNick + TrimNick;
367
            Mess_IntegralNick2 += MesswertNick + TrimNick;
363
            Mess_IntegralNick  += MesswertNick + TrimNick - LageKorrekturNick;
368
            Mess_IntegralNick  += MesswertNick + TrimNick - LageKorrekturNick;
364
            if(Mess_IntegralNick > Umschlag180Nick)
369
            if(Mess_IntegralNick > Umschlag180Nick)
365
             {
370
             {
366
              Mess_IntegralNick = -(Umschlag180Nick - 25000L);
371
              Mess_IntegralNick = -(Umschlag180Nick - 25000L);
367
              Mess_IntegralNick2 = Mess_IntegralNick;
372
              Mess_IntegralNick2 = Mess_IntegralNick;
368
             }
373
             }
369
            if(Mess_IntegralNick <-Umschlag180Nick)
374
            if(Mess_IntegralNick <-Umschlag180Nick)
370
            {
375
            {
371
             Mess_IntegralNick =  (Umschlag180Nick - 25000L);
376
             Mess_IntegralNick =  (Umschlag180Nick - 25000L);
372
             Mess_IntegralNick2 = Mess_IntegralNick;
377
             Mess_IntegralNick2 = Mess_IntegralNick;
373
            }
378
            }
374
 
379
 
375
    Integral_Gier  = Mess_Integral_Gier;
380
    Integral_Gier  = Mess_Integral_Gier;
376
    IntegralNick = Mess_IntegralNick;
381
    IntegralNick = Mess_IntegralNick;
377
    IntegralRoll = Mess_IntegralRoll;
382
    IntegralRoll = Mess_IntegralRoll;
378
    IntegralNick2 = Mess_IntegralNick2;
383
    IntegralNick2 = Mess_IntegralNick2;
379
    IntegralRoll2 = Mess_IntegralRoll2;
384
    IntegralRoll2 = Mess_IntegralRoll2;
380
 
385
 
381
#define D_LIMIT 128
386
#define D_LIMIT 128
382
 
387
 
383
   MesswertNick = HiResNick / 8;
388
   MesswertNick = HiResNick / 8;
384
   MesswertRoll = HiResRoll / 8;
389
   MesswertRoll = HiResRoll / 8;
385
 
390
 
386
   if(AdWertNick < 15)   MesswertNick = -1000;  if(AdWertNick <  7)   MesswertNick = -2000;
391
   if(AdWertNick < 15)   MesswertNick = -1000;  if(AdWertNick <  7)   MesswertNick = -2000;
387
   if(PlatinenVersion == 10)  { if(AdWertNick > 1010) MesswertNick = +1000;  if(AdWertNick > 1017) MesswertNick = +2000; }
392
   if(PlatinenVersion == 10)  { if(AdWertNick > 1010) MesswertNick = +1000;  if(AdWertNick > 1017) MesswertNick = +2000; }
388
   else  {  if(AdWertNick > 2000) MesswertNick = +1000;  if(AdWertNick > 2015) MesswertNick = +2000; }
393
   else  {  if(AdWertNick > 2000) MesswertNick = +1000;  if(AdWertNick > 2015) MesswertNick = +2000; }
389
   if(AdWertRoll < 15)   MesswertRoll = -1000;  if(AdWertRoll <  7)   MesswertRoll = -2000;
394
   if(AdWertRoll < 15)   MesswertRoll = -1000;  if(AdWertRoll <  7)   MesswertRoll = -2000;
390
   if(PlatinenVersion == 10) { if(AdWertRoll > 1010) MesswertRoll = +1000;  if(AdWertRoll > 1017) MesswertRoll = +2000; }
395
   if(PlatinenVersion == 10) { if(AdWertRoll > 1010) MesswertRoll = +1000;  if(AdWertRoll > 1017) MesswertRoll = +2000; }
391
   else { if(AdWertRoll > 2000) MesswertRoll = +1000;  if(AdWertRoll > 2015) MesswertRoll = +2000;  }
396
   else { if(AdWertRoll > 2000) MesswertRoll = +1000;  if(AdWertRoll > 2015) MesswertRoll = +2000;  }
392
 
397
 
393
  if(Parameter_Gyro_D)
398
  if(Parameter_Gyro_D)
394
  {
399
  {
395
   d2Nick = HiResNick - oldNick;
400
   d2Nick = HiResNick - oldNick;
396
   oldNick = (oldNick + HiResNick)/2;
401
   oldNick = (oldNick + HiResNick)/2;
397
   if(d2Nick > D_LIMIT) d2Nick = D_LIMIT;
402
   if(d2Nick > D_LIMIT) d2Nick = D_LIMIT;
398
   else if(d2Nick < -D_LIMIT) d2Nick = -D_LIMIT;
403
   else if(d2Nick < -D_LIMIT) d2Nick = -D_LIMIT;
399
   MesswertNick += (d2Nick * (signed int) Parameter_Gyro_D) / 16;
404
   MesswertNick += (d2Nick * (signed int) Parameter_Gyro_D) / 16;
400
   d2Roll = HiResRoll - oldRoll;
405
   d2Roll = HiResRoll - oldRoll;
401
   oldRoll = (oldRoll + HiResRoll)/2;
406
   oldRoll = (oldRoll + HiResRoll)/2;
402
   if(d2Roll > D_LIMIT) d2Roll = D_LIMIT;
407
   if(d2Roll > D_LIMIT) d2Roll = D_LIMIT;
403
   else if(d2Roll < -D_LIMIT) d2Roll = -D_LIMIT;
408
   else if(d2Roll < -D_LIMIT) d2Roll = -D_LIMIT;
404
   MesswertRoll += (d2Roll * (signed int) Parameter_Gyro_D) / 16;
409
   MesswertRoll += (d2Roll * (signed int) Parameter_Gyro_D) / 16;
405
   HiResNick += (d2Nick * (signed int) Parameter_Gyro_D);
410
   HiResNick += (d2Nick * (signed int) Parameter_Gyro_D);
406
   HiResRoll += (d2Roll * (signed int) Parameter_Gyro_D);
411
   HiResRoll += (d2Roll * (signed int) Parameter_Gyro_D);
407
  }
412
  }
408
 
413
 
409
 if(RohMesswertRoll > 0) TrimRoll  += ((long) abs(KopplungsteilNickRoll) * Parameter_CouplingYawCorrection) / 64L;
414
 if(RohMesswertRoll > 0) TrimRoll  += ((long) abs(KopplungsteilNickRoll) * Parameter_CouplingYawCorrection) / 64L;
410
 else                    TrimRoll -= ((long) abs(KopplungsteilNickRoll) * Parameter_CouplingYawCorrection) / 64L;
415
 else                    TrimRoll -= ((long) abs(KopplungsteilNickRoll) * Parameter_CouplingYawCorrection) / 64L;
411
 if(RohMesswertNick > 0) TrimNick += ((long) abs(KopplungsteilRollNick) * Parameter_CouplingYawCorrection) / 64L;
416
 if(RohMesswertNick > 0) TrimNick += ((long) abs(KopplungsteilRollNick) * Parameter_CouplingYawCorrection) / 64L;
412
 else                    TrimNick -= ((long) abs(KopplungsteilRollNick) * Parameter_CouplingYawCorrection) / 64L;
417
 else                    TrimNick -= ((long) abs(KopplungsteilRollNick) * Parameter_CouplingYawCorrection) / 64L;
413
 
418
 
414
  if(EE_Parameter.GlobalConfig & CFG_DREHRATEN_BEGRENZER && !Looping_Nick && !Looping_Roll)
419
  if(EE_Parameter.GlobalConfig & CFG_DREHRATEN_BEGRENZER && !Looping_Nick && !Looping_Roll)
415
  {
420
  {
416
    if(RohMesswertNick > 256)       MesswertNick += 1 * (RohMesswertNick - 256);
421
    if(RohMesswertNick > 256)       MesswertNick += 1 * (RohMesswertNick - 256);
417
    else if(RohMesswertNick < -256) MesswertNick += 1 * (RohMesswertNick + 256);
422
    else if(RohMesswertNick < -256) MesswertNick += 1 * (RohMesswertNick + 256);
418
    if(RohMesswertRoll > 256)       MesswertRoll += 1 * (RohMesswertRoll - 256);
423
    if(RohMesswertRoll > 256)       MesswertRoll += 1 * (RohMesswertRoll - 256);
419
    else if(RohMesswertRoll < -256) MesswertRoll += 1 * (RohMesswertRoll + 256);
424
    else if(RohMesswertRoll < -256) MesswertRoll += 1 * (RohMesswertRoll + 256);
420
  }
425
  }
421
 
426
 
422
    if(Poti1 < PPM_in[EE_Parameter.Kanalbelegung[K_POTI1]] + 110) Poti1++; else if(Poti1 > PPM_in[EE_Parameter.Kanalbelegung[K_POTI1]] + 110 && Poti1) Poti1--;
427
    if(Poti1 < PPM_in[EE_Parameter.Kanalbelegung[K_POTI1]] + 110) Poti1++; else if(Poti1 > PPM_in[EE_Parameter.Kanalbelegung[K_POTI1]] + 110 && Poti1) Poti1--;
423
    if(Poti2 < PPM_in[EE_Parameter.Kanalbelegung[K_POTI2]] + 110) Poti2++; else if(Poti2 > PPM_in[EE_Parameter.Kanalbelegung[K_POTI2]] + 110 && Poti2) Poti2--;
428
    if(Poti2 < PPM_in[EE_Parameter.Kanalbelegung[K_POTI2]] + 110) Poti2++; else if(Poti2 > PPM_in[EE_Parameter.Kanalbelegung[K_POTI2]] + 110 && Poti2) Poti2--;
424
    if(Poti3 < PPM_in[EE_Parameter.Kanalbelegung[K_POTI3]] + 110) Poti3++; else if(Poti3 > PPM_in[EE_Parameter.Kanalbelegung[K_POTI3]] + 110 && Poti3) Poti3--;
429
    if(Poti3 < PPM_in[EE_Parameter.Kanalbelegung[K_POTI3]] + 110) Poti3++; else if(Poti3 > PPM_in[EE_Parameter.Kanalbelegung[K_POTI3]] + 110 && Poti3) Poti3--;
425
    if(Poti4 < PPM_in[EE_Parameter.Kanalbelegung[K_POTI4]] + 110) Poti4++; else if(Poti4 > PPM_in[EE_Parameter.Kanalbelegung[K_POTI4]] + 110 && Poti4) Poti4--;
430
    if(Poti4 < PPM_in[EE_Parameter.Kanalbelegung[K_POTI4]] + 110) Poti4++; else if(Poti4 > PPM_in[EE_Parameter.Kanalbelegung[K_POTI4]] + 110 && Poti4) Poti4--;
426
    if(Poti1 < 0) Poti1 = 0; else if(Poti1 > 255) Poti1 = 255;
431
    if(Poti1 < 0) Poti1 = 0; else if(Poti1 > 255) Poti1 = 255;
427
    if(Poti2 < 0) Poti2 = 0; else if(Poti2 > 255) Poti2 = 255;
432
    if(Poti2 < 0) Poti2 = 0; else if(Poti2 > 255) Poti2 = 255;
428
    if(Poti3 < 0) Poti3 = 0; else if(Poti3 > 255) Poti3 = 255;
433
    if(Poti3 < 0) Poti3 = 0; else if(Poti3 > 255) Poti3 = 255;
429
    if(Poti4 < 0) Poti4 = 0; else if(Poti4 > 255) Poti4 = 255;
434
    if(Poti4 < 0) Poti4 = 0; else if(Poti4 > 255) Poti4 = 255;
430
}
435
}
431
 
436
 
432
//############################################################################
437
//############################################################################
433
// Messwerte beim Ermitteln der Nullage
438
// Messwerte beim Ermitteln der Nullage
434
void CalibrierMittelwert(void)
439
void CalibrierMittelwert(void)
435
//############################################################################
440
//############################################################################
436
{
441
{
437
    if(PlatinenVersion == 13) SucheGyroOffset();
442
    if(PlatinenVersion == 13) SucheGyroOffset();
438
    // ADC auschalten, damit die Werte sich nicht während der Berechnung ändern
443
    // ADC auschalten, damit die Werte sich nicht während der Berechnung ändern
439
        ANALOG_OFF;
444
        ANALOG_OFF;
440
        MesswertNick = AdWertNick;
445
        MesswertNick = AdWertNick;
441
        MesswertRoll = AdWertRoll;
446
        MesswertRoll = AdWertRoll;
442
        MesswertGier = AdWertGier;
447
        MesswertGier = AdWertGier;
443
        Mittelwert_AccNick = ACC_AMPLIFY * (long)AdWertAccNick;
448
        Mittelwert_AccNick = ACC_AMPLIFY * (long)AdWertAccNick;
444
        Mittelwert_AccRoll = ACC_AMPLIFY * (long)AdWertAccRoll;
449
        Mittelwert_AccRoll = ACC_AMPLIFY * (long)AdWertAccRoll;
445
        Mittelwert_AccHoch = (long)AdWertAccHoch;
450
        Mittelwert_AccHoch = (long)AdWertAccHoch;
446
   // ADC einschalten
451
   // ADC einschalten
447
    ANALOG_ON;
452
    ANALOG_ON;
448
    if(Poti1 < PPM_in[EE_Parameter.Kanalbelegung[K_POTI1]] + 110) Poti1++; else if(Poti1 > PPM_in[EE_Parameter.Kanalbelegung[K_POTI1]] + 110 && Poti1) Poti1--;
453
    if(Poti1 < PPM_in[EE_Parameter.Kanalbelegung[K_POTI1]] + 110) Poti1++; else if(Poti1 > PPM_in[EE_Parameter.Kanalbelegung[K_POTI1]] + 110 && Poti1) Poti1--;
449
    if(Poti2 < PPM_in[EE_Parameter.Kanalbelegung[K_POTI2]] + 110) Poti2++; else if(Poti2 > PPM_in[EE_Parameter.Kanalbelegung[K_POTI2]] + 110 && Poti2) Poti2--;
454
    if(Poti2 < PPM_in[EE_Parameter.Kanalbelegung[K_POTI2]] + 110) Poti2++; else if(Poti2 > PPM_in[EE_Parameter.Kanalbelegung[K_POTI2]] + 110 && Poti2) Poti2--;
450
    if(Poti3 < PPM_in[EE_Parameter.Kanalbelegung[K_POTI3]] + 110) Poti3++; else if(Poti3 > PPM_in[EE_Parameter.Kanalbelegung[K_POTI3]] + 110 && Poti3) Poti3--;
455
    if(Poti3 < PPM_in[EE_Parameter.Kanalbelegung[K_POTI3]] + 110) Poti3++; else if(Poti3 > PPM_in[EE_Parameter.Kanalbelegung[K_POTI3]] + 110 && Poti3) Poti3--;
451
    if(Poti4 < PPM_in[EE_Parameter.Kanalbelegung[K_POTI4]] + 110) Poti4++; else if(Poti4 > PPM_in[EE_Parameter.Kanalbelegung[K_POTI4]] + 110 && Poti4) Poti4--;
456
    if(Poti4 < PPM_in[EE_Parameter.Kanalbelegung[K_POTI4]] + 110) Poti4++; else if(Poti4 > PPM_in[EE_Parameter.Kanalbelegung[K_POTI4]] + 110 && Poti4) Poti4--;
452
    if(Poti1 < 0) Poti1 = 0; else if(Poti1 > 255) Poti1 = 255;
457
    if(Poti1 < 0) Poti1 = 0; else if(Poti1 > 255) Poti1 = 255;
453
    if(Poti2 < 0) Poti2 = 0; else if(Poti2 > 255) Poti2 = 255;
458
    if(Poti2 < 0) Poti2 = 0; else if(Poti2 > 255) Poti2 = 255;
454
    if(Poti3 < 0) Poti3 = 0; else if(Poti3 > 255) Poti3 = 255;
459
    if(Poti3 < 0) Poti3 = 0; else if(Poti3 > 255) Poti3 = 255;
455
    if(Poti4 < 0) Poti4 = 0; else if(Poti4 > 255) Poti4 = 255;
460
    if(Poti4 < 0) Poti4 = 0; else if(Poti4 > 255) Poti4 = 255;
456
 
461
 
457
        Umschlag180Nick = (long) EE_Parameter.WinkelUmschlagNick * 2500L;
462
        Umschlag180Nick = (long) EE_Parameter.WinkelUmschlagNick * 2500L;
458
        Umschlag180Roll = (long) EE_Parameter.WinkelUmschlagRoll * 2500L;
463
        Umschlag180Roll = (long) EE_Parameter.WinkelUmschlagRoll * 2500L;
459
}
464
}
460
 
465
 
461
//############################################################################
466
//############################################################################
462
// Senden der Motorwerte per I2C-Bus
467
// Senden der Motorwerte per I2C-Bus
463
void SendMotorData(void)
468
void SendMotorData(void)
464
//############################################################################
469
//############################################################################
465
{
470
{
466
 unsigned char i;
471
 unsigned char i;
467
    if(!MotorenEin)
472
    if(!MotorenEin)
468
        {
473
        {
469
         MikroKopterFlags &= ~(FLAG_MOTOR_RUN | FLAG_FLY);
474
         MikroKopterFlags &= ~(FLAG_MOTOR_RUN | FLAG_FLY);
470
                 for(i=0;i<MAX_MOTORS;i++)
475
                 for(i=0;i<MAX_MOTORS;i++)
471
                  {
476
                  {
472
                   if(!PC_MotortestActive)  MotorTest[i] = 0;
477
                   if(!PC_MotortestActive)  MotorTest[i] = 0;
473
                   Motor[i] = MotorTest[i];
478
                   Motor[i] = MotorTest[i];
474
                  }
479
                  }
475
          if(PC_MotortestActive) PC_MotortestActive--;
480
          if(PC_MotortestActive) PC_MotortestActive--;
476
        }
481
        }
477
        else MikroKopterFlags |= FLAG_MOTOR_RUN;
482
        else MikroKopterFlags |= FLAG_MOTOR_RUN;
478
 
483
 
479
    DebugOut.Analog[12] = Motor[0];
484
    DebugOut.Analog[12] = Motor[0];
480
    DebugOut.Analog[13] = Motor[1];
485
    DebugOut.Analog[13] = Motor[1];
481
    DebugOut.Analog[14] = Motor[3];
486
    DebugOut.Analog[14] = Motor[3];
482
    DebugOut.Analog[15] = Motor[2];
487
    DebugOut.Analog[15] = Motor[2];
483
 
488
 
484
    //Start I2C Interrupt Mode
489
    //Start I2C Interrupt Mode
485
    twi_state = 0;
490
    twi_state = 0;
486
    motor = 0;
491
    motor = 0;
487
    i2c_start();
492
    i2c_start();
488
}
493
}
489
 
494
 
490
 
495
 
491
 
496
 
492
//############################################################################
497
//############################################################################
493
// Trägt ggf. das Poti als Parameter ein
498
// Trägt ggf. das Poti als Parameter ein
494
void ParameterZuordnung(void)
499
void ParameterZuordnung(void)
495
//############################################################################
500
//############################################################################
496
{
501
{
497
 #define CHK_POTI_MM(b,a,min,max) { if(a > 250) { if(a == 251) b = Poti1; else if(a == 252) b = Poti2; else if(a == 253) b = Poti3; else if(a == 254) b = Poti4;} else b = a; if(b <= min) b = min; else if(b >= max) b = max;}
502
 #define CHK_POTI_MM(b,a,min,max) { if(a > 250) { if(a == 251) b = Poti1; else if(a == 252) b = Poti2; else if(a == 253) b = Poti3; else if(a == 254) b = Poti4;} else b = a; if(b <= min) b = min; else if(b >= max) b = max;}
498
 #define CHK_POTI(b,a,min,max) { if(a > 250) { if(a == 251) b = Poti1; else if(a == 252) b = Poti2; else if(a == 253) b = Poti3; else if(a == 254) b = Poti4;} else b = a; }
503
 #define CHK_POTI(b,a,min,max) { if(a > 250) { if(a == 251) b = Poti1; else if(a == 252) b = Poti2; else if(a == 253) b = Poti3; else if(a == 254) b = Poti4;} else b = a; }
499
 CHK_POTI(Parameter_MaxHoehe,EE_Parameter.MaxHoehe,0,255);
504
 CHK_POTI(Parameter_MaxHoehe,EE_Parameter.MaxHoehe,0,255);
500
 CHK_POTI_MM(Parameter_Luftdruck_D,EE_Parameter.Luftdruck_D,0,100);
505
 CHK_POTI_MM(Parameter_Luftdruck_D,EE_Parameter.Luftdruck_D,0,100);
501
 CHK_POTI_MM(Parameter_Hoehe_P,EE_Parameter.Hoehe_P,0,100);
506
 CHK_POTI_MM(Parameter_Hoehe_P,EE_Parameter.Hoehe_P,0,100);
502
 CHK_POTI(Parameter_Hoehe_ACC_Wirkung,EE_Parameter.Hoehe_ACC_Wirkung,0,255);
507
 CHK_POTI(Parameter_Hoehe_ACC_Wirkung,EE_Parameter.Hoehe_ACC_Wirkung,0,255);
503
 CHK_POTI(Parameter_Hoehe_GPS_Z,EE_Parameter.Hoehe_GPS_Z,0,255);
508
 CHK_POTI(Parameter_Hoehe_GPS_Z,EE_Parameter.Hoehe_GPS_Z,0,255);
504
 CHK_POTI(Parameter_KompassWirkung,EE_Parameter.KompassWirkung,0,255);
509
 CHK_POTI(Parameter_KompassWirkung,EE_Parameter.KompassWirkung,0,255);
505
 CHK_POTI_MM(Parameter_Gyro_P,EE_Parameter.Gyro_P,10,255);
510
 CHK_POTI_MM(Parameter_Gyro_P,EE_Parameter.Gyro_P,10,255);
506
 CHK_POTI(Parameter_Gyro_I,EE_Parameter.Gyro_I,0,255);
511
 CHK_POTI(Parameter_Gyro_I,EE_Parameter.Gyro_I,0,255);
507
 CHK_POTI(Parameter_Gyro_D,EE_Parameter.Gyro_D,0,255);
512
 CHK_POTI(Parameter_Gyro_D,EE_Parameter.Gyro_D,0,255);
508
 CHK_POTI(Parameter_I_Faktor,EE_Parameter.I_Faktor,0,255);
513
 CHK_POTI(Parameter_I_Faktor,EE_Parameter.I_Faktor,0,255);
509
 CHK_POTI(Parameter_UserParam1,EE_Parameter.UserParam1,0,255);
514
 CHK_POTI(Parameter_UserParam1,EE_Parameter.UserParam1,0,255);
510
 CHK_POTI(Parameter_UserParam2,EE_Parameter.UserParam2,0,255);
515
 CHK_POTI(Parameter_UserParam2,EE_Parameter.UserParam2,0,255);
511
 CHK_POTI(Parameter_UserParam3,EE_Parameter.UserParam3,0,255);
516
 CHK_POTI(Parameter_UserParam3,EE_Parameter.UserParam3,0,255);
512
 CHK_POTI(Parameter_UserParam4,EE_Parameter.UserParam4,0,255);
517
 CHK_POTI(Parameter_UserParam4,EE_Parameter.UserParam4,0,255);
513
 CHK_POTI(Parameter_UserParam5,EE_Parameter.UserParam5,0,255);
518
 CHK_POTI(Parameter_UserParam5,EE_Parameter.UserParam5,0,255);
514
 CHK_POTI(Parameter_UserParam6,EE_Parameter.UserParam6,0,255);
519
 CHK_POTI(Parameter_UserParam6,EE_Parameter.UserParam6,0,255);
515
 CHK_POTI(Parameter_UserParam7,EE_Parameter.UserParam7,0,255);
520
 CHK_POTI(Parameter_UserParam7,EE_Parameter.UserParam7,0,255);
516
 CHK_POTI(Parameter_UserParam8,EE_Parameter.UserParam8,0,255);
521
 CHK_POTI(Parameter_UserParam8,EE_Parameter.UserParam8,0,255);
517
 CHK_POTI(Parameter_ServoNickControl,EE_Parameter.ServoNickControl,0,255);
522
 CHK_POTI(Parameter_ServoNickControl,EE_Parameter.ServoNickControl,0,255);
518
 CHK_POTI(Parameter_ServoRollControl,EE_Parameter.ServoRollControl,0,255);
523
 CHK_POTI(Parameter_ServoRollControl,EE_Parameter.ServoRollControl,0,255);
519
 CHK_POTI(Parameter_LoopGasLimit,EE_Parameter.LoopGasLimit,0,255);
524
 CHK_POTI(Parameter_LoopGasLimit,EE_Parameter.LoopGasLimit,0,255);
520
 CHK_POTI(Parameter_AchsKopplung1,    EE_Parameter.AchsKopplung1,0,255);
525
 CHK_POTI(Parameter_AchsKopplung1,    EE_Parameter.AchsKopplung1,0,255);
521
 CHK_POTI(Parameter_AchsKopplung2,    EE_Parameter.AchsKopplung2,0,255);
526
 CHK_POTI(Parameter_AchsKopplung2,    EE_Parameter.AchsKopplung2,0,255);
522
 CHK_POTI(Parameter_CouplingYawCorrection,EE_Parameter.CouplingYawCorrection,0,255);
527
 CHK_POTI(Parameter_CouplingYawCorrection,EE_Parameter.CouplingYawCorrection,0,255);
523
// CHK_POTI(Parameter_AchsGegenKopplung1,EE_Parameter.AchsGegenKopplung1,0,255);
528
// CHK_POTI(Parameter_AchsGegenKopplung1,EE_Parameter.AchsGegenKopplung1,0,255);
524
 CHK_POTI(Parameter_DynamicStability,EE_Parameter.DynamicStability,0,255);
529
 CHK_POTI(Parameter_DynamicStability,EE_Parameter.DynamicStability,0,255);
525
 CHK_POTI_MM(Parameter_J16Timing,EE_Parameter.J16Timing,1,255);
530
 CHK_POTI_MM(Parameter_J16Timing,EE_Parameter.J16Timing,1,255);
526
 CHK_POTI_MM(Parameter_J17Timing,EE_Parameter.J17Timing,1,255);
531
 CHK_POTI_MM(Parameter_J17Timing,EE_Parameter.J17Timing,1,255);
527
 CHK_POTI(Parameter_ExternalControl,EE_Parameter.ExternalControl,0,255);
532
 CHK_POTI(Parameter_ExternalControl,EE_Parameter.ExternalControl,0,255);
528
 Ki = 10300 / (Parameter_I_Faktor + 1);
533
 Ki = 10300 / (Parameter_I_Faktor + 1);
529
 MAX_GAS = EE_Parameter.Gas_Max;
534
 MAX_GAS = EE_Parameter.Gas_Max;
530
 MIN_GAS = EE_Parameter.Gas_Min;
535
 MIN_GAS = EE_Parameter.Gas_Min;
531
}
536
}
532
 
537
 
533
 
538
 
534
 
539
 
535
//############################################################################
540
//############################################################################
536
//
541
//
537
void MotorRegler(void)
542
void MotorRegler(void)
538
//############################################################################
543
//############################################################################
539
{
544
{
540
         int pd_ergebnis_nick,pd_ergebnis_roll,tmp_int;
545
         int pd_ergebnis_nick,pd_ergebnis_roll,tmp_int;
541
         int GierMischanteil,GasMischanteil;
546
         int GierMischanteil,GasMischanteil;
542
     static long SummeNick=0,SummeRoll=0;
547
     static long SummeNick=0,SummeRoll=0;
543
     static long sollGier = 0,tmp_long,tmp_long2;
548
     static long sollGier = 0,tmp_long,tmp_long2;
544
     static long IntegralFehlerNick = 0;
549
     static long IntegralFehlerNick = 0;
545
     static long IntegralFehlerRoll = 0;
550
     static long IntegralFehlerRoll = 0;
546
         static unsigned int RcLostTimer;
551
         static unsigned int RcLostTimer;
547
         static unsigned char delay_neutral = 0;
552
         static unsigned char delay_neutral = 0;
548
         static unsigned char delay_einschalten = 0,delay_ausschalten = 0;
553
         static unsigned char delay_einschalten = 0,delay_ausschalten = 0;
549
     static char TimerWerteausgabe = 0;
554
     static char TimerWerteausgabe = 0;
550
     static char NeueKompassRichtungMerken = 0;
555
     static char NeueKompassRichtungMerken = 0;
551
     static long ausgleichNick, ausgleichRoll;
556
     static long ausgleichNick, ausgleichRoll;
552
     int IntegralNickMalFaktor,IntegralRollMalFaktor;
557
     int IntegralNickMalFaktor,IntegralRollMalFaktor;
553
         unsigned char i;
558
         unsigned char i;
554
        Mittelwert();
559
        Mittelwert();
555
 
560
 
556
    GRN_ON;
561
    GRN_ON;
557
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
562
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
558
// Gaswert ermitteln
563
// Gaswert ermitteln
559
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
564
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
560
        GasMischanteil = StickGas;
565
        GasMischanteil = StickGas;
561
    if(GasMischanteil < MIN_GAS + 10) GasMischanteil = MIN_GAS + 10;
566
    if(GasMischanteil < MIN_GAS + 10) GasMischanteil = MIN_GAS + 10;
562
       
567
       
563
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
568
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
564
// Empfang schlecht
569
// Empfang schlecht
565
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
570
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
566
   if(SenderOkay < 100)
571
   if(SenderOkay < 100)
567
        {
572
        {
568
        if(RcLostTimer) RcLostTimer--;
573
        if(RcLostTimer) RcLostTimer--;
569
        else
574
        else
570
         {
575
         {
571
          MotorenEin = 0;
576
          MotorenEin = 0;
572
          MikroKopterFlags &= ~FLAG_NOTLANDUNG;
577
          MikroKopterFlags &= ~FLAG_NOTLANDUNG;
573
         }
578
         }
574
        ROT_ON;
579
        ROT_ON;
575
        if(modell_fliegt > 1000)  // wahrscheinlich in der Luft --> langsam absenken
580
        if(modell_fliegt > 1000)  // wahrscheinlich in der Luft --> langsam absenken
576
            {
581
            {
577
            GasMischanteil = EE_Parameter.NotGas;
582
            GasMischanteil = EE_Parameter.NotGas;
578
            MikroKopterFlags |= FLAG_NOTLANDUNG;
583
            MikroKopterFlags |= FLAG_NOTLANDUNG;
579
            PPM_diff[EE_Parameter.Kanalbelegung[K_NICK]] = 0;
584
            PPM_diff[EE_Parameter.Kanalbelegung[K_NICK]] = 0;
580
            PPM_diff[EE_Parameter.Kanalbelegung[K_ROLL]] = 0;
585
            PPM_diff[EE_Parameter.Kanalbelegung[K_ROLL]] = 0;
581
            PPM_in[EE_Parameter.Kanalbelegung[K_NICK]] = 0;
586
            PPM_in[EE_Parameter.Kanalbelegung[K_NICK]] = 0;
582
            PPM_in[EE_Parameter.Kanalbelegung[K_ROLL]] = 0;
587
            PPM_in[EE_Parameter.Kanalbelegung[K_ROLL]] = 0;
583
            PPM_in[EE_Parameter.Kanalbelegung[K_GIER]] = 0;
588
            PPM_in[EE_Parameter.Kanalbelegung[K_GIER]] = 0;
584
            }
589
            }
585
         else MotorenEin = 0;
590
         else MotorenEin = 0;
586
        }
591
        }
587
        else
592
        else
588
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
593
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
589
// Emfang gut
594
// Emfang gut
590
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
595
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
591
        if(SenderOkay > 140)
596
        if(SenderOkay > 140)
592
            {
597
            {
593
                        MikroKopterFlags &= ~FLAG_NOTLANDUNG;
598
                        MikroKopterFlags &= ~FLAG_NOTLANDUNG;
594
            RcLostTimer = EE_Parameter.NotGasZeit * 50;
599
            RcLostTimer = EE_Parameter.NotGasZeit * 50;
595
            if(GasMischanteil > 40 && MotorenEin)
600
            if(GasMischanteil > 40 && MotorenEin)
596
                {
601
                {
597
                if(modell_fliegt < 0xffff) modell_fliegt++;
602
                if(modell_fliegt < 0xffff) modell_fliegt++;
598
                }
603
                }
599
            if((modell_fliegt < 256))
604
            if((modell_fliegt < 256))
600
                {
605
                {
601
                SummeNick = 0;
606
                SummeNick = 0;
602
                SummeRoll = 0;
607
                SummeRoll = 0;
603
                if(modell_fliegt == 250)
608
                if(modell_fliegt == 250)
604
                 {
609
                 {
605
                  NeueKompassRichtungMerken = 1;
610
                  NeueKompassRichtungMerken = 1;
606
                  sollGier = 0;
611
                  sollGier = 0;
607
                  Mess_Integral_Gier = 0;
612
                  Mess_Integral_Gier = 0;
608
//                  Mess_Integral_Gier2 = 0;
613
//                  Mess_Integral_Gier2 = 0;
609
                 }
614
                 }
610
                } else MikroKopterFlags |= FLAG_FLY;
615
                } else MikroKopterFlags |= FLAG_FLY;
611
 
616
 
612
            if((PPM_in[EE_Parameter.Kanalbelegung[K_GAS]] > 80) && MotorenEin == 0)
617
            if((PPM_in[EE_Parameter.Kanalbelegung[K_GAS]] > 80) && MotorenEin == 0)
613
                {
618
                {
614
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
619
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
615
// auf Nullwerte kalibrieren
620
// auf Nullwerte kalibrieren
616
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
621
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
617
                if(PPM_in[EE_Parameter.Kanalbelegung[K_GIER]] > 75)  // Neutralwerte
622
                if(PPM_in[EE_Parameter.Kanalbelegung[K_GIER]] > 75)  // Neutralwerte
618
                    {
623
                    {
619
                    if(++delay_neutral > 200)  // nicht sofort
624
                    if(++delay_neutral > 200)  // nicht sofort
620
                        {
625
                        {
621
                        GRN_OFF;
626
                        GRN_OFF;
622
                        MotorenEin = 0;
627
                        MotorenEin = 0;
623
                        delay_neutral = 0;
628
                        delay_neutral = 0;
624
                        modell_fliegt = 0;
629
                        modell_fliegt = 0;
625
                        if(PPM_in[EE_Parameter.Kanalbelegung[K_NICK]] > 70 || abs(PPM_in[EE_Parameter.Kanalbelegung[K_ROLL]]) > 70)
630
                        if(PPM_in[EE_Parameter.Kanalbelegung[K_NICK]] > 70 || abs(PPM_in[EE_Parameter.Kanalbelegung[K_ROLL]]) > 70)
626
                        {
631
                        {
627
                         unsigned char setting=1;
632
                         unsigned char setting=1;
628
                         if(PPM_in[EE_Parameter.Kanalbelegung[K_ROLL]] > 70 && PPM_in[EE_Parameter.Kanalbelegung[K_NICK]] < 70) setting = 1;
633
                         if(PPM_in[EE_Parameter.Kanalbelegung[K_ROLL]] > 70 && PPM_in[EE_Parameter.Kanalbelegung[K_NICK]] < 70) setting = 1;
629
                         if(PPM_in[EE_Parameter.Kanalbelegung[K_ROLL]] > 70 && PPM_in[EE_Parameter.Kanalbelegung[K_NICK]] > 70) setting = 2;
634
                         if(PPM_in[EE_Parameter.Kanalbelegung[K_ROLL]] > 70 && PPM_in[EE_Parameter.Kanalbelegung[K_NICK]] > 70) setting = 2;
630
                         if(PPM_in[EE_Parameter.Kanalbelegung[K_ROLL]] < 70 && PPM_in[EE_Parameter.Kanalbelegung[K_NICK]] > 70) setting = 3;
635
                         if(PPM_in[EE_Parameter.Kanalbelegung[K_ROLL]] < 70 && PPM_in[EE_Parameter.Kanalbelegung[K_NICK]] > 70) setting = 3;
631
                         if(PPM_in[EE_Parameter.Kanalbelegung[K_ROLL]] <-70 && PPM_in[EE_Parameter.Kanalbelegung[K_NICK]] > 70) setting = 4;
636
                         if(PPM_in[EE_Parameter.Kanalbelegung[K_ROLL]] <-70 && PPM_in[EE_Parameter.Kanalbelegung[K_NICK]] > 70) setting = 4;
632
                         if(PPM_in[EE_Parameter.Kanalbelegung[K_ROLL]] <-70 && PPM_in[EE_Parameter.Kanalbelegung[K_NICK]] < 70) setting = 5;
637
                         if(PPM_in[EE_Parameter.Kanalbelegung[K_ROLL]] <-70 && PPM_in[EE_Parameter.Kanalbelegung[K_NICK]] < 70) setting = 5;
633
                         SetActiveParamSetNumber(setting);  // aktiven Datensatz merken
638
                         SetActiveParamSetNumber(setting);  // aktiven Datensatz merken
634
                        }
639
                        }
635
//                        else
640
//                        else
636
                         if(abs(PPM_in[EE_Parameter.Kanalbelegung[K_ROLL]]) < 30 && PPM_in[EE_Parameter.Kanalbelegung[K_NICK]] < -70)
641
                         if(abs(PPM_in[EE_Parameter.Kanalbelegung[K_ROLL]]) < 30 && PPM_in[EE_Parameter.Kanalbelegung[K_NICK]] < -70)
637
                          {
642
                          {
638
                           WinkelOut.CalcState = 1;
643
                           WinkelOut.CalcState = 1;
639
                           beeptime = 1000;
644
                           beeptime = 1000;
640
                          }
645
                          }
641
                          else
646
                          else
642
                          {
647
                          {
643
                               ReadParameterSet(GetActiveParamSetNumber(), (unsigned char *) &EE_Parameter.Kanalbelegung[0], STRUCT_PARAM_LAENGE);
648
                               ReadParameterSet(GetActiveParamSetNumber(), (unsigned char *) &EE_Parameter.Kanalbelegung[0], STRUCT_PARAM_LAENGE);
644
                           if((EE_Parameter.GlobalConfig & CFG_HOEHENREGELUNG))  // Höhenregelung aktiviert?
649
                           if((EE_Parameter.GlobalConfig & CFG_HOEHENREGELUNG))  // Höhenregelung aktiviert?
645
                            {
650
                            {
646
                             if((MessLuftdruck > 950) || (MessLuftdruck < 750)) SucheLuftruckOffset();
651
                             if((MessLuftdruck > 950) || (MessLuftdruck < 750)) SucheLuftruckOffset();
647
                            }
652
                            }
-
 
653
                                                   ServoActive = 0;
648
                           SetNeutral();
654
                           SetNeutral();
649
                                                   ServoActive = 1;
655
                                                   ServoActive = 1;
650
                                                   DDRD  |=0x80; // enable J7 -> Servo signal
656
                                                   DDRD  |=0x80; // enable J7 -> Servo signal
651
                           Piep(GetActiveParamSetNumber(),120);
657
                           Piep(GetActiveParamSetNumber(),120);
652
                         }
658
                         }
653
                        }
659
                        }
654
                    }
660
                    }
655
                 else
661
                 else
656
                if(PPM_in[EE_Parameter.Kanalbelegung[K_GIER]] < -75)  // ACC Neutralwerte speichern
662
                if(PPM_in[EE_Parameter.Kanalbelegung[K_GIER]] < -75)  // ACC Neutralwerte speichern
657
                    {
663
                    {
658
                    if(++delay_neutral > 200)  // nicht sofort
664
                    if(++delay_neutral > 200)  // nicht sofort
659
                        {
665
                        {
660
                        GRN_OFF;
666
                        GRN_OFF;
661
                        eeprom_write_byte(&EEPromArray[EEPROM_ADR_ACC_NICK],0xff); // Werte löschen
667
                        eeprom_write_byte(&EEPromArray[EEPROM_ADR_ACC_NICK],0xff); // Werte löschen
662
                        MotorenEin = 0;
668
                        MotorenEin = 0;
663
                        delay_neutral = 0;
669
                        delay_neutral = 0;
664
                        modell_fliegt = 0;
670
                        modell_fliegt = 0;
665
                        SetNeutral();
671
                        SetNeutral();
666
                        eeprom_write_byte(&EEPromArray[EEPROM_ADR_ACC_NICK],NeutralAccX / 256); // ACC-NeutralWerte speichern
672
                        eeprom_write_byte(&EEPromArray[EEPROM_ADR_ACC_NICK],NeutralAccX / 256); // ACC-NeutralWerte speichern
667
                        eeprom_write_byte(&EEPromArray[EEPROM_ADR_ACC_NICK+1],NeutralAccX % 256); // ACC-NeutralWerte speichern
673
                        eeprom_write_byte(&EEPromArray[EEPROM_ADR_ACC_NICK+1],NeutralAccX % 256); // ACC-NeutralWerte speichern
668
                        eeprom_write_byte(&EEPromArray[EEPROM_ADR_ACC_ROLL],NeutralAccY / 256);
674
                        eeprom_write_byte(&EEPromArray[EEPROM_ADR_ACC_ROLL],NeutralAccY / 256);
669
                        eeprom_write_byte(&EEPromArray[EEPROM_ADR_ACC_ROLL+1],NeutralAccY % 256);
675
                        eeprom_write_byte(&EEPromArray[EEPROM_ADR_ACC_ROLL+1],NeutralAccY % 256);
670
                        eeprom_write_byte(&EEPromArray[EEPROM_ADR_ACC_Z],(int)NeutralAccZ / 256);
676
                        eeprom_write_byte(&EEPromArray[EEPROM_ADR_ACC_Z],(int)NeutralAccZ / 256);
671
                        eeprom_write_byte(&EEPromArray[EEPROM_ADR_ACC_Z+1],(int)NeutralAccZ % 256);
677
                        eeprom_write_byte(&EEPromArray[EEPROM_ADR_ACC_Z+1],(int)NeutralAccZ % 256);
672
                        Piep(GetActiveParamSetNumber(),120);
678
                        Piep(GetActiveParamSetNumber(),120);
673
                        }
679
                        }
674
                    }
680
                    }
675
                 else delay_neutral = 0;
681
                 else delay_neutral = 0;
676
                }
682
                }
677
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
683
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
678
// Gas ist unten
684
// Gas ist unten
679
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
685
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
680
            if(PPM_in[EE_Parameter.Kanalbelegung[K_GAS]] < 35-120)
686
            if(PPM_in[EE_Parameter.Kanalbelegung[K_GAS]] < 35-120)
681
                {
687
                {
682
                // Starten
688
                // Starten
683
                if(PPM_in[EE_Parameter.Kanalbelegung[K_GIER]] < -75)
689
                if(PPM_in[EE_Parameter.Kanalbelegung[K_GIER]] < -75)
684
                    {
690
                    {
685
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
691
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
686
// Einschalten
692
// Einschalten
687
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
693
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
688
                    if(++delay_einschalten > 200)
694
                    if(++delay_einschalten > 200)
689
                        {
695
                        {
690
                        delay_einschalten = 200;
696
                        delay_einschalten = 200;
691
                        modell_fliegt = 1;
697
                        modell_fliegt = 1;
692
                        MotorenEin = 1;
698
                        MotorenEin = 1;
693
                        sollGier = 0;
699
                        sollGier = 0;
694
                        Mess_Integral_Gier = 0;
700
                        Mess_Integral_Gier = 0;
695
                        Mess_Integral_Gier2 = 0;
701
                        Mess_Integral_Gier2 = 0;
696
                        Mess_IntegralNick = EE_Parameter.GyroAccFaktor * (long)Mittelwert_AccNick;
702
                        Mess_IntegralNick = EE_Parameter.GyroAccFaktor * (long)Mittelwert_AccNick;
697
                        Mess_IntegralRoll = EE_Parameter.GyroAccFaktor * (long)Mittelwert_AccRoll;
703
                        Mess_IntegralRoll = EE_Parameter.GyroAccFaktor * (long)Mittelwert_AccRoll;
698
                        Mess_IntegralNick2 = IntegralNick;
704
                        Mess_IntegralNick2 = IntegralNick;
699
                        Mess_IntegralRoll2 = IntegralRoll;
705
                        Mess_IntegralRoll2 = IntegralRoll;
700
                        SummeNick = 0;
706
                        SummeNick = 0;
701
                        SummeRoll = 0;
707
                        SummeRoll = 0;
702
                        MikroKopterFlags |= FLAG_START;
708
                        MikroKopterFlags |= FLAG_START;
703
                        }
709
                        }
704
                    }
710
                    }
705
                    else delay_einschalten = 0;
711
                    else delay_einschalten = 0;
706
                //Auf Neutralwerte setzen
712
                //Auf Neutralwerte setzen
707
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
713
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
708
// Auschalten
714
// Auschalten
709
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
715
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
710
                if(PPM_in[EE_Parameter.Kanalbelegung[K_GIER]] > 75)
716
                if(PPM_in[EE_Parameter.Kanalbelegung[K_GIER]] > 75)
711
                    {
717
                    {
712
                    if(++delay_ausschalten > 200)  // nicht sofort
718
                    if(++delay_ausschalten > 200)  // nicht sofort
713
                        {
719
                        {
714
                         MotorenEin = 0;
720
                         MotorenEin = 0;
715
                         delay_ausschalten = 200;
721
                         delay_ausschalten = 200;
716
                         modell_fliegt = 0;
722
                         modell_fliegt = 0;
717
                        }
723
                        }
718
                    }
724
                    }
719
                else delay_ausschalten = 0;
725
                else delay_ausschalten = 0;
720
                }
726
                }
721
            }
727
            }
722
 
728
 
723
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
729
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
724
// neue Werte von der Funke
730
// neue Werte von der Funke
725
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
731
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
726
 
732
 
727
 if(!NewPpmData-- || (MikroKopterFlags & FLAG_NOTLANDUNG))
733
 if(!NewPpmData-- || (MikroKopterFlags & FLAG_NOTLANDUNG))
728
  {
734
  {
729
        static int stick_nick,stick_roll;
735
        static int stick_nick,stick_roll;
730
    ParameterZuordnung();
736
    ParameterZuordnung();
731
    stick_nick = (stick_nick * 3 + PPM_in[EE_Parameter.Kanalbelegung[K_NICK]] * EE_Parameter.Stick_P) / 4;
737
    stick_nick = (stick_nick * 3 + PPM_in[EE_Parameter.Kanalbelegung[K_NICK]] * EE_Parameter.Stick_P) / 4;
732
    stick_nick += PPM_diff[EE_Parameter.Kanalbelegung[K_NICK]] * EE_Parameter.Stick_D;
738
    stick_nick += PPM_diff[EE_Parameter.Kanalbelegung[K_NICK]] * EE_Parameter.Stick_D;
733
    StickNick = stick_nick - (GPS_Nick + GPS_Nick2);
739
    StickNick = stick_nick - (GPS_Nick + GPS_Nick2);
734
 
740
 
735
    stick_roll = (stick_roll * 3 + PPM_in[EE_Parameter.Kanalbelegung[K_ROLL]] * EE_Parameter.Stick_P) / 4;
741
    stick_roll = (stick_roll * 3 + PPM_in[EE_Parameter.Kanalbelegung[K_ROLL]] * EE_Parameter.Stick_P) / 4;
736
    stick_roll += PPM_diff[EE_Parameter.Kanalbelegung[K_ROLL]] * EE_Parameter.Stick_D;
742
    stick_roll += PPM_diff[EE_Parameter.Kanalbelegung[K_ROLL]] * EE_Parameter.Stick_D;
737
    StickRoll = stick_roll - (GPS_Roll + GPS_Roll2);
743
    StickRoll = stick_roll - (GPS_Roll + GPS_Roll2);
738
 
744
 
739
    StickGier = -PPM_in[EE_Parameter.Kanalbelegung[K_GIER]];
745
    StickGier = -PPM_in[EE_Parameter.Kanalbelegung[K_GIER]];
740
        if(StickGier > 2) StickGier -= 2;       else
746
        if(StickGier > 2) StickGier -= 2;       else
741
        if(StickGier < -2) StickGier += 2; else StickGier = 0;
747
        if(StickGier < -2) StickGier += 2; else StickGier = 0;
742
 
748
 
743
        StickGas  = (StickGas + PPM_in[EE_Parameter.Kanalbelegung[K_GAS]] + 120) / 2;
749
        StickGas  = (StickGas + PPM_in[EE_Parameter.Kanalbelegung[K_GAS]] + 120) / 2;
744
       
750
       
745
    GyroFaktor     = (Parameter_Gyro_P + 10.0);
751
    GyroFaktor     = (Parameter_Gyro_P + 10.0);
746
    IntegralFaktor = Parameter_Gyro_I;
752
    IntegralFaktor = Parameter_Gyro_I;
747
    GyroFaktorGier     = (Parameter_Gyro_P + 10.0);
753
    GyroFaktorGier     = (Parameter_Gyro_P + 10.0);
748
    IntegralFaktorGier = Parameter_Gyro_I;
754
    IntegralFaktorGier = Parameter_Gyro_I;
749
 
755
 
750
//+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
756
//+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
751
//+ Analoge Steuerung per Seriell
757
//+ Analoge Steuerung per Seriell
752
//+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
758
//+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
753
   if(ExternControl.Config & 0x01 && Parameter_ExternalControl > 128)
759
   if(ExternControl.Config & 0x01 && Parameter_ExternalControl > 128)
754
    {
760
    {
755
         StickNick += (int) ExternControl.Nick * (int) EE_Parameter.Stick_P;
761
         StickNick += (int) ExternControl.Nick * (int) EE_Parameter.Stick_P;
756
         StickRoll += (int) ExternControl.Roll * (int) EE_Parameter.Stick_P;
762
         StickRoll += (int) ExternControl.Roll * (int) EE_Parameter.Stick_P;
757
         StickGier += ExternControl.Gier;
763
         StickGier += ExternControl.Gier;
758
     ExternHoehenValue =  (int) ExternControl.Hight * (int)EE_Parameter.Hoehe_Verstaerkung;
764
     ExternHoehenValue =  (int) ExternControl.Hight * (int)EE_Parameter.Hoehe_Verstaerkung;
759
     if(ExternControl.Gas < StickGas) StickGas = ExternControl.Gas;
765
     if(ExternControl.Gas < StickGas) StickGas = ExternControl.Gas;
760
    }
766
    }
761
    if(StickGas < 0) StickGas = 0;
767
    if(StickGas < 0) StickGas = 0;
762
 
768
 
763
    if(EE_Parameter.GlobalConfig & CFG_HEADING_HOLD) IntegralFaktor =  0;
769
    if(EE_Parameter.GlobalConfig & CFG_HEADING_HOLD) IntegralFaktor =  0;
764
    if(GyroFaktor < 0) GyroFaktor = 0;
770
    if(GyroFaktor < 0) GyroFaktor = 0;
765
    if(IntegralFaktor < 0) IntegralFaktor = 0;
771
    if(IntegralFaktor < 0) IntegralFaktor = 0;
766
 
772
 
767
    if(abs(StickNick/STICK_GAIN) > MaxStickNick)
773
    if(abs(StickNick/STICK_GAIN) > MaxStickNick)
768
     {
774
     {
769
      MaxStickNick = abs(StickNick)/STICK_GAIN;
775
      MaxStickNick = abs(StickNick)/STICK_GAIN;
770
      if(MaxStickNick > 100) MaxStickNick = 100;
776
      if(MaxStickNick > 100) MaxStickNick = 100;
771
     }
777
     }
772
     else MaxStickNick--;
778
     else MaxStickNick--;
773
    if(abs(StickRoll/STICK_GAIN) > MaxStickRoll)
779
    if(abs(StickRoll/STICK_GAIN) > MaxStickRoll)
774
     {
780
     {
775
      MaxStickRoll = abs(StickRoll)/STICK_GAIN;
781
      MaxStickRoll = abs(StickRoll)/STICK_GAIN;
776
      if(MaxStickRoll > 100) MaxStickRoll = 100;
782
      if(MaxStickRoll > 100) MaxStickRoll = 100;
777
     }
783
     }
778
     else MaxStickRoll--;
784
     else MaxStickRoll--;
779
    if(MikroKopterFlags & FLAG_NOTLANDUNG)  {MaxStickNick = 0; MaxStickRoll = 0;}
785
    if(MikroKopterFlags & FLAG_NOTLANDUNG)  {MaxStickNick = 0; MaxStickRoll = 0;}
780
 
786
 
781
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
787
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
782
// Looping?
788
// Looping?
783
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
789
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
784
  if((PPM_in[EE_Parameter.Kanalbelegung[K_ROLL]] > EE_Parameter.LoopThreshold) && EE_Parameter.BitConfig & CFG_LOOP_LINKS)  Looping_Links = 1;
790
  if((PPM_in[EE_Parameter.Kanalbelegung[K_ROLL]] > EE_Parameter.LoopThreshold) && EE_Parameter.BitConfig & CFG_LOOP_LINKS)  Looping_Links = 1;
785
  else
791
  else
786
   {
792
   {
787
     {
793
     {
788
      if((PPM_in[EE_Parameter.Kanalbelegung[K_ROLL]] < (EE_Parameter.LoopThreshold - EE_Parameter.LoopHysterese))) Looping_Links = 0;
794
      if((PPM_in[EE_Parameter.Kanalbelegung[K_ROLL]] < (EE_Parameter.LoopThreshold - EE_Parameter.LoopHysterese))) Looping_Links = 0;
789
     }
795
     }
790
   }
796
   }
791
  if((PPM_in[EE_Parameter.Kanalbelegung[K_ROLL]] < -EE_Parameter.LoopThreshold) && EE_Parameter.BitConfig & CFG_LOOP_RECHTS) Looping_Rechts = 1;
797
  if((PPM_in[EE_Parameter.Kanalbelegung[K_ROLL]] < -EE_Parameter.LoopThreshold) && EE_Parameter.BitConfig & CFG_LOOP_RECHTS) Looping_Rechts = 1;
792
   else
798
   else
793
   {
799
   {
794
   if(Looping_Rechts) // Hysterese
800
   if(Looping_Rechts) // Hysterese
795
     {
801
     {
796
      if(PPM_in[EE_Parameter.Kanalbelegung[K_ROLL]] > -(EE_Parameter.LoopThreshold - EE_Parameter.LoopHysterese)) Looping_Rechts = 0;
802
      if(PPM_in[EE_Parameter.Kanalbelegung[K_ROLL]] > -(EE_Parameter.LoopThreshold - EE_Parameter.LoopHysterese)) Looping_Rechts = 0;
797
     }
803
     }
798
   }
804
   }
799
 
805
 
800
  if((PPM_in[EE_Parameter.Kanalbelegung[K_NICK]] > EE_Parameter.LoopThreshold) && EE_Parameter.BitConfig & CFG_LOOP_OBEN) Looping_Oben = 1;
806
  if((PPM_in[EE_Parameter.Kanalbelegung[K_NICK]] > EE_Parameter.LoopThreshold) && EE_Parameter.BitConfig & CFG_LOOP_OBEN) Looping_Oben = 1;
801
  else
807
  else
802
   {
808
   {
803
    if(Looping_Oben)  // Hysterese
809
    if(Looping_Oben)  // Hysterese
804
     {
810
     {
805
      if((PPM_in[EE_Parameter.Kanalbelegung[K_NICK]] < (EE_Parameter.LoopThreshold - EE_Parameter.LoopHysterese))) Looping_Oben = 0;
811
      if((PPM_in[EE_Parameter.Kanalbelegung[K_NICK]] < (EE_Parameter.LoopThreshold - EE_Parameter.LoopHysterese))) Looping_Oben = 0;
806
     }
812
     }
807
   }
813
   }
808
  if((PPM_in[EE_Parameter.Kanalbelegung[K_NICK]] < -EE_Parameter.LoopThreshold) && EE_Parameter.BitConfig & CFG_LOOP_UNTEN) Looping_Unten = 1;
814
  if((PPM_in[EE_Parameter.Kanalbelegung[K_NICK]] < -EE_Parameter.LoopThreshold) && EE_Parameter.BitConfig & CFG_LOOP_UNTEN) Looping_Unten = 1;
809
   else
815
   else
810
   {
816
   {
811
    if(Looping_Unten) // Hysterese
817
    if(Looping_Unten) // Hysterese
812
     {
818
     {
813
      if(PPM_in[EE_Parameter.Kanalbelegung[K_NICK]] > -(EE_Parameter.LoopThreshold - EE_Parameter.LoopHysterese)) Looping_Unten = 0;
819
      if(PPM_in[EE_Parameter.Kanalbelegung[K_NICK]] > -(EE_Parameter.LoopThreshold - EE_Parameter.LoopHysterese)) Looping_Unten = 0;
814
     }
820
     }
815
   }
821
   }
816
 
822
 
817
   if(Looping_Links || Looping_Rechts)   Looping_Roll = 1; else Looping_Roll = 0;
823
   if(Looping_Links || Looping_Rechts)   Looping_Roll = 1; else Looping_Roll = 0;
818
   if(Looping_Oben  || Looping_Unten) {  Looping_Nick = 1; Looping_Roll = 0; Looping_Links = 0; Looping_Rechts = 0;} else Looping_Nick = 0;
824
   if(Looping_Oben  || Looping_Unten) {  Looping_Nick = 1; Looping_Roll = 0; Looping_Links = 0; Looping_Rechts = 0;} else Looping_Nick = 0;
819
  } // Ende neue Funken-Werte
825
  } // Ende neue Funken-Werte
820
 
826
 
821
  if(Looping_Roll || Looping_Nick)
827
  if(Looping_Roll || Looping_Nick)
822
   {
828
   {
823
    if(GasMischanteil > EE_Parameter.LoopGasLimit) GasMischanteil = EE_Parameter.LoopGasLimit;
829
    if(GasMischanteil > EE_Parameter.LoopGasLimit) GasMischanteil = EE_Parameter.LoopGasLimit;
824
        TrichterFlug = 1;
830
        TrichterFlug = 1;
825
   }
831
   }
826
 
832
 
827
 
833
 
828
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
834
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
829
// Bei Empfangsausfall im Flug
835
// Bei Empfangsausfall im Flug
830
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
836
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
831
   if(MikroKopterFlags & FLAG_NOTLANDUNG)
837
   if(MikroKopterFlags & FLAG_NOTLANDUNG)
832
    {
838
    {
833
     StickGier = 0;
839
     StickGier = 0;
834
     StickNick = 0;
840
     StickNick = 0;
835
     StickRoll = 0;
841
     StickRoll = 0;
836
     GyroFaktor     = 90;
842
     GyroFaktor     = 90;
837
     IntegralFaktor = 120;
843
     IntegralFaktor = 120;
838
     GyroFaktorGier     = 90;
844
     GyroFaktorGier     = 90;
839
     IntegralFaktorGier = 120;
845
     IntegralFaktorGier = 120;
840
     Looping_Roll = 0;
846
     Looping_Roll = 0;
841
     Looping_Nick = 0;
847
     Looping_Nick = 0;
842
    }
848
    }
843
 
849
 
844
 
850
 
845
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
851
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
846
// Integrale auf ACC-Signal abgleichen
852
// Integrale auf ACC-Signal abgleichen
847
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
853
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
848
#define ABGLEICH_ANZAHL 256L
854
#define ABGLEICH_ANZAHL 256L
849
 
855
 
850
 MittelIntegralNick  += IntegralNick;    // Für die Mittelwertbildung aufsummieren
856
 MittelIntegralNick  += IntegralNick;    // Für die Mittelwertbildung aufsummieren
851
 MittelIntegralRoll  += IntegralRoll;
857
 MittelIntegralRoll  += IntegralRoll;
852
 MittelIntegralNick2 += IntegralNick2;
858
 MittelIntegralNick2 += IntegralNick2;
853
 MittelIntegralRoll2 += IntegralRoll2;
859
 MittelIntegralRoll2 += IntegralRoll2;
854
 
860
 
855
 if(Looping_Nick || Looping_Roll)
861
 if(Looping_Nick || Looping_Roll)
856
  {
862
  {
857
    IntegralAccNick = 0;
863
    IntegralAccNick = 0;
858
    IntegralAccRoll = 0;
864
    IntegralAccRoll = 0;
859
    MittelIntegralNick = 0;
865
    MittelIntegralNick = 0;
860
    MittelIntegralRoll = 0;
866
    MittelIntegralRoll = 0;
861
    MittelIntegralNick2 = 0;
867
    MittelIntegralNick2 = 0;
862
    MittelIntegralRoll2 = 0;
868
    MittelIntegralRoll2 = 0;
863
    Mess_IntegralNick2 = Mess_IntegralNick;
869
    Mess_IntegralNick2 = Mess_IntegralNick;
864
    Mess_IntegralRoll2 = Mess_IntegralRoll;
870
    Mess_IntegralRoll2 = Mess_IntegralRoll;
865
    ZaehlMessungen = 0;
871
    ZaehlMessungen = 0;
866
    LageKorrekturNick = 0;
872
    LageKorrekturNick = 0;
867
    LageKorrekturRoll = 0;
873
    LageKorrekturRoll = 0;
868
  }
874
  }
869
 
875
 
870
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
876
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
871
  if(!Looping_Nick && !Looping_Roll && (Aktuell_az > 512 || MotorenEin))
877
  if(!Looping_Nick && !Looping_Roll && (Aktuell_az > 512 || MotorenEin))
872
  {
878
  {
873
   long tmp_long, tmp_long2;
879
   long tmp_long, tmp_long2;
874
   if(FromNaviCtrl_Value.Kalman_K != -1 /*&& !TrichterFlug*/)
880
   if(FromNaviCtrl_Value.Kalman_K != -1 /*&& !TrichterFlug*/)
875
     {
881
     {
876
      tmp_long = (long)(IntegralNick / EE_Parameter.GyroAccFaktor - (long)Mittelwert_AccNick);
882
      tmp_long = (long)(IntegralNick / EE_Parameter.GyroAccFaktor - (long)Mittelwert_AccNick);
877
      tmp_long2 = (long)(IntegralRoll / EE_Parameter.GyroAccFaktor - (long)Mittelwert_AccRoll);
883
      tmp_long2 = (long)(IntegralRoll / EE_Parameter.GyroAccFaktor - (long)Mittelwert_AccRoll);
878
      tmp_long  = (tmp_long  * FromNaviCtrl_Value.Kalman_K) / (32 * 16);
884
      tmp_long  = (tmp_long  * FromNaviCtrl_Value.Kalman_K) / (32 * 16);
879
      tmp_long2 = (tmp_long2 * FromNaviCtrl_Value.Kalman_K) / (32 * 16);
885
      tmp_long2 = (tmp_long2 * FromNaviCtrl_Value.Kalman_K) / (32 * 16);
880
     if((MaxStickNick > 64) || (MaxStickRoll > 64))
886
     if((MaxStickNick > 64) || (MaxStickRoll > 64))
881
      {
887
      {
882
      tmp_long  /= 2;
888
      tmp_long  /= 2;
883
      tmp_long2 /= 2;
889
      tmp_long2 /= 2;
884
      }
890
      }
885
     if(abs(PPM_in[EE_Parameter.Kanalbelegung[K_GIER]]) > 25)
891
     if(abs(PPM_in[EE_Parameter.Kanalbelegung[K_GIER]]) > 25)
886
      {
892
      {
887
      tmp_long  /= 3;
893
      tmp_long  /= 3;
888
      tmp_long2 /= 3;
894
      tmp_long2 /= 3;
889
      }
895
      }
890
      if(tmp_long >  (long) FromNaviCtrl_Value.Kalman_MaxFusion)  tmp_long  = (long) FromNaviCtrl_Value.Kalman_MaxFusion;
896
      if(tmp_long >  (long) FromNaviCtrl_Value.Kalman_MaxFusion)  tmp_long  = (long) FromNaviCtrl_Value.Kalman_MaxFusion;
891
      if(tmp_long <  (long)-FromNaviCtrl_Value.Kalman_MaxFusion)  tmp_long  = (long)-FromNaviCtrl_Value.Kalman_MaxFusion;
897
      if(tmp_long <  (long)-FromNaviCtrl_Value.Kalman_MaxFusion)  tmp_long  = (long)-FromNaviCtrl_Value.Kalman_MaxFusion;
892
      if(tmp_long2 > (long) FromNaviCtrl_Value.Kalman_MaxFusion)  tmp_long2 = (long) FromNaviCtrl_Value.Kalman_MaxFusion;
898
      if(tmp_long2 > (long) FromNaviCtrl_Value.Kalman_MaxFusion)  tmp_long2 = (long) FromNaviCtrl_Value.Kalman_MaxFusion;
893
      if(tmp_long2 < (long)-FromNaviCtrl_Value.Kalman_MaxFusion)  tmp_long2 = (long)-FromNaviCtrl_Value.Kalman_MaxFusion;
899
      if(tmp_long2 < (long)-FromNaviCtrl_Value.Kalman_MaxFusion)  tmp_long2 = (long)-FromNaviCtrl_Value.Kalman_MaxFusion;
894
     }
900
     }
895
     else
901
     else
896
     {
902
     {
897
      tmp_long = (long)(IntegralNick / EE_Parameter.GyroAccFaktor - (long)Mittelwert_AccNick);
903
      tmp_long = (long)(IntegralNick / EE_Parameter.GyroAccFaktor - (long)Mittelwert_AccNick);
898
      tmp_long2 = (long)(IntegralRoll / EE_Parameter.GyroAccFaktor - (long)Mittelwert_AccRoll);
904
      tmp_long2 = (long)(IntegralRoll / EE_Parameter.GyroAccFaktor - (long)Mittelwert_AccRoll);
899
      tmp_long /= 16;
905
      tmp_long /= 16;
900
      tmp_long2 /= 16;
906
      tmp_long2 /= 16;
901
     if((MaxStickNick > 64) || (MaxStickRoll > 64))
907
     if((MaxStickNick > 64) || (MaxStickRoll > 64))
902
      {
908
      {
903
      tmp_long  /= 3;
909
      tmp_long  /= 3;
904
      tmp_long2 /= 3;
910
      tmp_long2 /= 3;
905
      }
911
      }
906
     if(abs(PPM_in[EE_Parameter.Kanalbelegung[K_GIER]]) > 25)
912
     if(abs(PPM_in[EE_Parameter.Kanalbelegung[K_GIER]]) > 25)
907
      {
913
      {
908
      tmp_long  /= 3;
914
      tmp_long  /= 3;
909
      tmp_long2 /= 3;
915
      tmp_long2 /= 3;
910
      }
916
      }
911
 
917
 
912
#define AUSGLEICH  32
918
#define AUSGLEICH  32
913
      if(tmp_long >  AUSGLEICH)  tmp_long  = AUSGLEICH;
919
      if(tmp_long >  AUSGLEICH)  tmp_long  = AUSGLEICH;
914
      if(tmp_long < -AUSGLEICH)  tmp_long  =-AUSGLEICH;
920
      if(tmp_long < -AUSGLEICH)  tmp_long  =-AUSGLEICH;
915
      if(tmp_long2 > AUSGLEICH)  tmp_long2 = AUSGLEICH;
921
      if(tmp_long2 > AUSGLEICH)  tmp_long2 = AUSGLEICH;
916
      if(tmp_long2 <-AUSGLEICH)  tmp_long2 =-AUSGLEICH;
922
      if(tmp_long2 <-AUSGLEICH)  tmp_long2 =-AUSGLEICH;
917
     }
923
     }
918
 
924
 
919
//if(Poti2 > 20) { tmp_long = 0; tmp_long2 = 0;}
925
//if(Poti2 > 20) { tmp_long = 0; tmp_long2 = 0;}
920
   Mess_IntegralNick -= tmp_long;
926
   Mess_IntegralNick -= tmp_long;
921
   Mess_IntegralRoll -= tmp_long2;
927
   Mess_IntegralRoll -= tmp_long2;
922
  }
928
  }
923
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
929
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
924
 if(ZaehlMessungen >= ABGLEICH_ANZAHL)
930
 if(ZaehlMessungen >= ABGLEICH_ANZAHL)
925
 {
931
 {
926
  static int cnt = 0;
932
  static int cnt = 0;
927
  static char last_n_p,last_n_n,last_r_p,last_r_n;
933
  static char last_n_p,last_n_n,last_r_p,last_r_n;
928
  static long MittelIntegralNick_Alt,MittelIntegralRoll_Alt;
934
  static long MittelIntegralNick_Alt,MittelIntegralRoll_Alt;
929
  if(!Looping_Nick && !Looping_Roll && !TrichterFlug && EE_Parameter.Driftkomp)
935
  if(!Looping_Nick && !Looping_Roll && !TrichterFlug && EE_Parameter.Driftkomp)
930
  {
936
  {
931
    MittelIntegralNick  /= ABGLEICH_ANZAHL;
937
    MittelIntegralNick  /= ABGLEICH_ANZAHL;
932
    MittelIntegralRoll  /= ABGLEICH_ANZAHL;
938
    MittelIntegralRoll  /= ABGLEICH_ANZAHL;
933
        IntegralAccNick = (EE_Parameter.GyroAccFaktor * IntegralAccNick) / ABGLEICH_ANZAHL;
939
        IntegralAccNick = (EE_Parameter.GyroAccFaktor * IntegralAccNick) / ABGLEICH_ANZAHL;
934
        IntegralAccRoll = (EE_Parameter.GyroAccFaktor * IntegralAccRoll) / ABGLEICH_ANZAHL;
940
        IntegralAccRoll = (EE_Parameter.GyroAccFaktor * IntegralAccRoll) / ABGLEICH_ANZAHL;
935
    IntegralAccZ    = IntegralAccZ / ABGLEICH_ANZAHL;
941
    IntegralAccZ    = IntegralAccZ / ABGLEICH_ANZAHL;
936
#define MAX_I 0//(Poti2/10)
942
#define MAX_I 0//(Poti2/10)
937
// Nick ++++++++++++++++++++++++++++++++++++++++++++++++
943
// Nick ++++++++++++++++++++++++++++++++++++++++++++++++
938
    IntegralFehlerNick = (long)(MittelIntegralNick - (long)IntegralAccNick);
944
    IntegralFehlerNick = (long)(MittelIntegralNick - (long)IntegralAccNick);
939
    ausgleichNick = IntegralFehlerNick / EE_Parameter.GyroAccAbgleich;
945
    ausgleichNick = IntegralFehlerNick / EE_Parameter.GyroAccAbgleich;
940
// Roll ++++++++++++++++++++++++++++++++++++++++++++++++
946
// Roll ++++++++++++++++++++++++++++++++++++++++++++++++
941
    IntegralFehlerRoll = (long)(MittelIntegralRoll - (long)IntegralAccRoll);
947
    IntegralFehlerRoll = (long)(MittelIntegralRoll - (long)IntegralAccRoll);
942
    ausgleichRoll = IntegralFehlerRoll / EE_Parameter.GyroAccAbgleich;
948
    ausgleichRoll = IntegralFehlerRoll / EE_Parameter.GyroAccAbgleich;
943
 
949
 
944
    LageKorrekturNick = ausgleichNick / ABGLEICH_ANZAHL;
950
    LageKorrekturNick = ausgleichNick / ABGLEICH_ANZAHL;
945
    LageKorrekturRoll = ausgleichRoll / ABGLEICH_ANZAHL;
951
    LageKorrekturRoll = ausgleichRoll / ABGLEICH_ANZAHL;
946
 
952
 
947
   if(((MaxStickNick > 64) || (MaxStickRoll > 64) || (abs(PPM_in[EE_Parameter.Kanalbelegung[K_GIER]]) > 25)) && (FromNaviCtrl_Value.Kalman_K == -1))
953
   if(((MaxStickNick > 64) || (MaxStickRoll > 64) || (abs(PPM_in[EE_Parameter.Kanalbelegung[K_GIER]]) > 25)) && (FromNaviCtrl_Value.Kalman_K == -1))
948
    {
954
    {
949
     LageKorrekturNick /= 2;
955
     LageKorrekturNick /= 2;
950
     LageKorrekturRoll /= 2;
956
     LageKorrekturRoll /= 2;
951
    }
957
    }
952
 
958
 
953
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
959
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
954
// Gyro-Drift ermitteln
960
// Gyro-Drift ermitteln
955
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
961
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
956
    MittelIntegralNick2 /= ABGLEICH_ANZAHL;
962
    MittelIntegralNick2 /= ABGLEICH_ANZAHL;
957
    MittelIntegralRoll2 /= ABGLEICH_ANZAHL;
963
    MittelIntegralRoll2 /= ABGLEICH_ANZAHL;
958
    tmp_long  = IntegralNick2 - IntegralNick;
964
    tmp_long  = IntegralNick2 - IntegralNick;
959
    tmp_long2 = IntegralRoll2 - IntegralRoll;
965
    tmp_long2 = IntegralRoll2 - IntegralRoll;
960
    //DebugOut.Analog[25] = MittelIntegralRoll2 / 26;
966
    //DebugOut.Analog[25] = MittelIntegralRoll2 / 26;
961
 
967
 
962
    IntegralFehlerNick = tmp_long;
968
    IntegralFehlerNick = tmp_long;
963
    IntegralFehlerRoll = tmp_long2;
969
    IntegralFehlerRoll = tmp_long2;
964
    Mess_IntegralNick2 -= IntegralFehlerNick;
970
    Mess_IntegralNick2 -= IntegralFehlerNick;
965
    Mess_IntegralRoll2 -= IntegralFehlerRoll;
971
    Mess_IntegralRoll2 -= IntegralFehlerRoll;
966
 
972
 
967
//    IntegralFehlerNick = (IntegralFehlerNick * 1 + tmp_long) / 2;
973
//    IntegralFehlerNick = (IntegralFehlerNick * 1 + tmp_long) / 2;
968
//    IntegralFehlerRoll = (IntegralFehlerRoll * 1 + tmp_long2) / 2;
974
//    IntegralFehlerRoll = (IntegralFehlerRoll * 1 + tmp_long2) / 2;
969
  if(EE_Parameter.Driftkomp)
975
  if(EE_Parameter.Driftkomp)
970
   {
976
   {
971
    if(GierGyroFehler > ABGLEICH_ANZAHL/2) { AdNeutralGier++; AdNeutralGierBias++; }
977
    if(GierGyroFehler > ABGLEICH_ANZAHL/2) { AdNeutralGier++; AdNeutralGierBias++; }
972
    if(GierGyroFehler <-ABGLEICH_ANZAHL/2) { AdNeutralGier--; AdNeutralGierBias--; }
978
    if(GierGyroFehler <-ABGLEICH_ANZAHL/2) { AdNeutralGier--; AdNeutralGierBias--; }
973
   }
979
   }
974
//DebugOut.Analog[22] = MittelIntegralRoll / 26;
980
//DebugOut.Analog[22] = MittelIntegralRoll / 26;
975
//DebugOut.Analog[24] = GierGyroFehler;
981
//DebugOut.Analog[24] = GierGyroFehler;
976
    GierGyroFehler = 0;
982
    GierGyroFehler = 0;
977
 
983
 
978
 
984
 
979
/*DebugOut.Analog[17] = IntegralAccNick / 26;
985
/*DebugOut.Analog[17] = IntegralAccNick / 26;
980
DebugOut.Analog[18] = IntegralAccRoll / 26;
986
DebugOut.Analog[18] = IntegralAccRoll / 26;
981
DebugOut.Analog[19] = IntegralFehlerNick;// / 26;
987
DebugOut.Analog[19] = IntegralFehlerNick;// / 26;
982
DebugOut.Analog[20] = IntegralFehlerRoll;// / 26;
988
DebugOut.Analog[20] = IntegralFehlerRoll;// / 26;
983
*/
989
*/
984
//DebugOut.Analog[21] = MittelIntegralNick / 26;
990
//DebugOut.Analog[21] = MittelIntegralNick / 26;
985
//MittelIntegralRoll = MittelIntegralRoll;
991
//MittelIntegralRoll = MittelIntegralRoll;
986
//DebugOut.Analog[28] = ausgleichNick;
992
//DebugOut.Analog[28] = ausgleichNick;
987
/*
993
/*
988
DebugOut.Analog[29] = ausgleichRoll;
994
DebugOut.Analog[29] = ausgleichRoll;
989
DebugOut.Analog[30] = LageKorrekturRoll * 10;
995
DebugOut.Analog[30] = LageKorrekturRoll * 10;
990
*/
996
*/
991
 
997
 
992
#define FEHLER_LIMIT  (ABGLEICH_ANZAHL / 2)
998
#define FEHLER_LIMIT  (ABGLEICH_ANZAHL / 2)
993
#define FEHLER_LIMIT1 (ABGLEICH_ANZAHL * 2) //4
999
#define FEHLER_LIMIT1 (ABGLEICH_ANZAHL * 2) //4
994
#define FEHLER_LIMIT2 (ABGLEICH_ANZAHL * 16) //16
1000
#define FEHLER_LIMIT2 (ABGLEICH_ANZAHL * 16) //16
995
#define BEWEGUNGS_LIMIT 20000
1001
#define BEWEGUNGS_LIMIT 20000
996
// Nick +++++++++++++++++++++++++++++++++++++++++++++++++
1002
// Nick +++++++++++++++++++++++++++++++++++++++++++++++++
997
        cnt = 1;// + labs(IntegralFehlerNick) / 4096;
1003
        cnt = 1;// + labs(IntegralFehlerNick) / 4096;
998
        if(labs(IntegralFehlerNick) > FEHLER_LIMIT1) cnt = 4;
1004
        if(labs(IntegralFehlerNick) > FEHLER_LIMIT1) cnt = 4;
999
        if(labs(MittelIntegralNick_Alt - MittelIntegralNick) < BEWEGUNGS_LIMIT || (FromNaviCtrl_Value.Kalman_MaxDrift > 3*8))
1005
        if(labs(MittelIntegralNick_Alt - MittelIntegralNick) < BEWEGUNGS_LIMIT || (FromNaviCtrl_Value.Kalman_MaxDrift > 3*8))
1000
        {
1006
        {
1001
        if(IntegralFehlerNick >  FEHLER_LIMIT2)
1007
        if(IntegralFehlerNick >  FEHLER_LIMIT2)
1002
         {
1008
         {
1003
           if(last_n_p)
1009
           if(last_n_p)
1004
           {
1010
           {
1005
            cnt += labs(IntegralFehlerNick) / (FEHLER_LIMIT2 / 8);
1011
            cnt += labs(IntegralFehlerNick) / (FEHLER_LIMIT2 / 8);
1006
            ausgleichNick = IntegralFehlerNick / 8;
1012
            ausgleichNick = IntegralFehlerNick / 8;
1007
            if(ausgleichNick > 5000) ausgleichNick = 5000;
1013
            if(ausgleichNick > 5000) ausgleichNick = 5000;
1008
            LageKorrekturNick += ausgleichNick / ABGLEICH_ANZAHL;
1014
            LageKorrekturNick += ausgleichNick / ABGLEICH_ANZAHL;
1009
           }
1015
           }
1010
           else last_n_p = 1;
1016
           else last_n_p = 1;
1011
         } else  last_n_p = 0;
1017
         } else  last_n_p = 0;
1012
        if(IntegralFehlerNick < -FEHLER_LIMIT2)
1018
        if(IntegralFehlerNick < -FEHLER_LIMIT2)
1013
         {
1019
         {
1014
           if(last_n_n)
1020
           if(last_n_n)
1015
            {
1021
            {
1016
             cnt += labs(IntegralFehlerNick) / (FEHLER_LIMIT2 / 8);
1022
             cnt += labs(IntegralFehlerNick) / (FEHLER_LIMIT2 / 8);
1017
             ausgleichNick = IntegralFehlerNick / 8;
1023
             ausgleichNick = IntegralFehlerNick / 8;
1018
             if(ausgleichNick < -5000) ausgleichNick = -5000;
1024
             if(ausgleichNick < -5000) ausgleichNick = -5000;
1019
             LageKorrekturNick += ausgleichNick / ABGLEICH_ANZAHL;
1025
             LageKorrekturNick += ausgleichNick / ABGLEICH_ANZAHL;
1020
            }
1026
            }
1021
           else last_n_n = 1;
1027
           else last_n_n = 1;
1022
         } else  last_n_n = 0;
1028
         } else  last_n_n = 0;
1023
        }
1029
        }
1024
        else
1030
        else
1025
        {
1031
        {
1026
         cnt = 0;
1032
         cnt = 0;
1027
         KompassSignalSchlecht = 1000;
1033
         KompassSignalSchlecht = 1000;
1028
        }
1034
        }
1029
        if(cnt > EE_Parameter.Driftkomp) cnt = EE_Parameter.Driftkomp;
1035
        if(cnt > EE_Parameter.Driftkomp) cnt = EE_Parameter.Driftkomp;
1030
                if(FromNaviCtrl_Value.Kalman_MaxDrift) if(cnt > FromNaviCtrl_Value.Kalman_MaxDrift) cnt = FromNaviCtrl_Value.Kalman_MaxDrift;
1036
                if(FromNaviCtrl_Value.Kalman_MaxDrift) if(cnt > FromNaviCtrl_Value.Kalman_MaxDrift) cnt = FromNaviCtrl_Value.Kalman_MaxDrift;
1031
        if(IntegralFehlerNick >  FEHLER_LIMIT)   AdNeutralNick += cnt;
1037
        if(IntegralFehlerNick >  FEHLER_LIMIT)   AdNeutralNick += cnt;
1032
        if(IntegralFehlerNick < -FEHLER_LIMIT)   AdNeutralNick -= cnt;
1038
        if(IntegralFehlerNick < -FEHLER_LIMIT)   AdNeutralNick -= cnt;
1033
 
1039
 
1034
// Roll +++++++++++++++++++++++++++++++++++++++++++++++++
1040
// Roll +++++++++++++++++++++++++++++++++++++++++++++++++
1035
        cnt = 1;// + labs(IntegralFehlerNick) / 4096;
1041
        cnt = 1;// + labs(IntegralFehlerNick) / 4096;
1036
        if(labs(IntegralFehlerRoll) > FEHLER_LIMIT1) cnt = 4;
1042
        if(labs(IntegralFehlerRoll) > FEHLER_LIMIT1) cnt = 4;
1037
        ausgleichRoll = 0;
1043
        ausgleichRoll = 0;
1038
        if(labs(MittelIntegralRoll_Alt - MittelIntegralRoll) < BEWEGUNGS_LIMIT || (FromNaviCtrl_Value.Kalman_MaxDrift > 3*8))
1044
        if(labs(MittelIntegralRoll_Alt - MittelIntegralRoll) < BEWEGUNGS_LIMIT || (FromNaviCtrl_Value.Kalman_MaxDrift > 3*8))
1039
        {
1045
        {
1040
        if(IntegralFehlerRoll >  FEHLER_LIMIT2)
1046
        if(IntegralFehlerRoll >  FEHLER_LIMIT2)
1041
         {
1047
         {
1042
           if(last_r_p)
1048
           if(last_r_p)
1043
           {
1049
           {
1044
            cnt += labs(IntegralFehlerRoll) / (FEHLER_LIMIT2 / 8);
1050
            cnt += labs(IntegralFehlerRoll) / (FEHLER_LIMIT2 / 8);
1045
            ausgleichRoll = IntegralFehlerRoll / 8;
1051
            ausgleichRoll = IntegralFehlerRoll / 8;
1046
            if(ausgleichRoll > 5000) ausgleichRoll = 5000;
1052
            if(ausgleichRoll > 5000) ausgleichRoll = 5000;
1047
            LageKorrekturRoll += ausgleichRoll / ABGLEICH_ANZAHL;
1053
            LageKorrekturRoll += ausgleichRoll / ABGLEICH_ANZAHL;
1048
           }
1054
           }
1049
           else last_r_p = 1;
1055
           else last_r_p = 1;
1050
         } else  last_r_p = 0;
1056
         } else  last_r_p = 0;
1051
        if(IntegralFehlerRoll < -FEHLER_LIMIT2)
1057
        if(IntegralFehlerRoll < -FEHLER_LIMIT2)
1052
         {
1058
         {
1053
           if(last_r_n)
1059
           if(last_r_n)
1054
           {
1060
           {
1055
            cnt += labs(IntegralFehlerRoll) / (FEHLER_LIMIT2 / 8);
1061
            cnt += labs(IntegralFehlerRoll) / (FEHLER_LIMIT2 / 8);
1056
            ausgleichRoll = IntegralFehlerRoll / 8;
1062
            ausgleichRoll = IntegralFehlerRoll / 8;
1057
            if(ausgleichRoll < -5000) ausgleichRoll = -5000;
1063
            if(ausgleichRoll < -5000) ausgleichRoll = -5000;
1058
            LageKorrekturRoll += ausgleichRoll / ABGLEICH_ANZAHL;
1064
            LageKorrekturRoll += ausgleichRoll / ABGLEICH_ANZAHL;
1059
           }
1065
           }
1060
           else last_r_n = 1;
1066
           else last_r_n = 1;
1061
         } else  last_r_n = 0;
1067
         } else  last_r_n = 0;
1062
        } else
1068
        } else
1063
        {
1069
        {
1064
         cnt = 0;
1070
         cnt = 0;
1065
         KompassSignalSchlecht = 1000;
1071
         KompassSignalSchlecht = 1000;
1066
        }
1072
        }
1067
        if(cnt > EE_Parameter.Driftkomp) cnt = EE_Parameter.Driftkomp;
1073
        if(cnt > EE_Parameter.Driftkomp) cnt = EE_Parameter.Driftkomp;
1068
                if(FromNaviCtrl_Value.Kalman_MaxDrift) if(cnt > FromNaviCtrl_Value.Kalman_MaxDrift) cnt = FromNaviCtrl_Value.Kalman_MaxDrift;
1074
                if(FromNaviCtrl_Value.Kalman_MaxDrift) if(cnt > FromNaviCtrl_Value.Kalman_MaxDrift) cnt = FromNaviCtrl_Value.Kalman_MaxDrift;
1069
        if(IntegralFehlerRoll >  FEHLER_LIMIT)   AdNeutralRoll += cnt;
1075
        if(IntegralFehlerRoll >  FEHLER_LIMIT)   AdNeutralRoll += cnt;
1070
        if(IntegralFehlerRoll < -FEHLER_LIMIT)   AdNeutralRoll -= cnt;
1076
        if(IntegralFehlerRoll < -FEHLER_LIMIT)   AdNeutralRoll -= cnt;
1071
  }
1077
  }
1072
  else
1078
  else
1073
  {
1079
  {
1074
   LageKorrekturRoll = 0;
1080
   LageKorrekturRoll = 0;
1075
   LageKorrekturNick = 0;
1081
   LageKorrekturNick = 0;
1076
   TrichterFlug = 0;
1082
   TrichterFlug = 0;
1077
  }
1083
  }
1078
 
1084
 
1079
  if(!IntegralFaktor) { LageKorrekturRoll = 0; LageKorrekturNick = 0;} // z.B. bei HH
1085
  if(!IntegralFaktor) { LageKorrekturRoll = 0; LageKorrekturNick = 0;} // z.B. bei HH
1080
// +++++++++++++++++++++++++++++++++++++++++++++++++++++
1086
// +++++++++++++++++++++++++++++++++++++++++++++++++++++
1081
   MittelIntegralNick_Alt = MittelIntegralNick;
1087
   MittelIntegralNick_Alt = MittelIntegralNick;
1082
   MittelIntegralRoll_Alt = MittelIntegralRoll;
1088
   MittelIntegralRoll_Alt = MittelIntegralRoll;
1083
// +++++++++++++++++++++++++++++++++++++++++++++++++++++
1089
// +++++++++++++++++++++++++++++++++++++++++++++++++++++
1084
    IntegralAccNick = 0;
1090
    IntegralAccNick = 0;
1085
    IntegralAccRoll = 0;
1091
    IntegralAccRoll = 0;
1086
    IntegralAccZ = 0;
1092
    IntegralAccZ = 0;
1087
    MittelIntegralNick = 0;
1093
    MittelIntegralNick = 0;
1088
    MittelIntegralRoll = 0;
1094
    MittelIntegralRoll = 0;
1089
    MittelIntegralNick2 = 0;
1095
    MittelIntegralNick2 = 0;
1090
    MittelIntegralRoll2 = 0;
1096
    MittelIntegralRoll2 = 0;
1091
    ZaehlMessungen = 0;
1097
    ZaehlMessungen = 0;
1092
 } //  ZaehlMessungen >= ABGLEICH_ANZAHL
1098
 } //  ZaehlMessungen >= ABGLEICH_ANZAHL
1093
 
1099
 
1094
 
1100
 
1095
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1101
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1096
//  Gieren
1102
//  Gieren
1097
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1103
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1098
//    if(GasMischanteil < 35) { if(StickGier > 10) StickGier = 10; else if(StickGier < -10) StickGier = -10;};
1104
//    if(GasMischanteil < 35) { if(StickGier > 10) StickGier = 10; else if(StickGier < -10) StickGier = -10;};
1099
    if(abs(StickGier) > 15) // war 35
1105
    if(abs(StickGier) > 15) // war 35
1100
     {
1106
     {
1101
      KompassSignalSchlecht = 1000;
1107
      KompassSignalSchlecht = 1000;
1102
      if(!(EE_Parameter.GlobalConfig & CFG_KOMPASS_FIX))
1108
      if(!(EE_Parameter.GlobalConfig & CFG_KOMPASS_FIX))
1103
       {
1109
       {
1104
         NeueKompassRichtungMerken = 1;
1110
         NeueKompassRichtungMerken = 1;
1105
        };
1111
        };
1106
     }
1112
     }
1107
    tmp_int  = (long) EE_Parameter.Gier_P * ((long)StickGier * abs(StickGier)) / 512L; // expo  y = ax + bx²
1113
    tmp_int  = (long) EE_Parameter.Gier_P * ((long)StickGier * abs(StickGier)) / 512L; // expo  y = ax + bx²
1108
    tmp_int += (EE_Parameter.Gier_P * StickGier) / 4;
1114
    tmp_int += (EE_Parameter.Gier_P * StickGier) / 4;
1109
    sollGier = tmp_int;
1115
    sollGier = tmp_int;
1110
    Mess_Integral_Gier -= tmp_int;
1116
    Mess_Integral_Gier -= tmp_int;
1111
    if(Mess_Integral_Gier > 50000) Mess_Integral_Gier = 50000;  // begrenzen
1117
    if(Mess_Integral_Gier > 50000) Mess_Integral_Gier = 50000;  // begrenzen
1112
    if(Mess_Integral_Gier <-50000) Mess_Integral_Gier =-50000;
1118
    if(Mess_Integral_Gier <-50000) Mess_Integral_Gier =-50000;
1113
 
1119
 
1114
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1120
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1115
//  Kompass
1121
//  Kompass
1116
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1122
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1117
//DebugOut.Analog[16] = KompassSignalSchlecht;
1123
//DebugOut.Analog[16] = KompassSignalSchlecht;
1118
 
1124
 
1119
    if(KompassValue && (EE_Parameter.GlobalConfig & CFG_KOMPASS_AKTIV))
1125
    if(KompassValue && (EE_Parameter.GlobalConfig & CFG_KOMPASS_AKTIV))
1120
     {
1126
     {
1121
       int w,v,r,fehler,korrektur;
1127
       int w,v,r,fehler,korrektur;
1122
       w = abs(IntegralNick /512); // mit zunehmender Neigung den Einfluss drosseln
1128
       w = abs(IntegralNick /512); // mit zunehmender Neigung den Einfluss drosseln
1123
       v = abs(IntegralRoll /512);
1129
       v = abs(IntegralRoll /512);
1124
       if(v > w) w = v; // grösste Neigung ermitteln
1130
       if(v > w) w = v; // grösste Neigung ermitteln
1125
       korrektur = w / 8 + 1;
1131
       korrektur = w / 8 + 1;
1126
       fehler = ((540 + KompassValue - (ErsatzKompass/GIER_GRAD_FAKTOR)) % 360) - 180;
1132
       fehler = ((540 + KompassValue - (ErsatzKompass/GIER_GRAD_FAKTOR)) % 360) - 180;
1127
       if(abs(MesswertGier) > 128)
1133
       if(abs(MesswertGier) > 128)
1128
            {
1134
            {
1129
                 fehler = 0;
1135
                 fehler = 0;
1130
                }
1136
                }
1131
       if(!KompassSignalSchlecht && w < 25)
1137
       if(!KompassSignalSchlecht && w < 25)
1132
        {
1138
        {
1133
        GierGyroFehler += fehler;
1139
        GierGyroFehler += fehler;
1134
        if(NeueKompassRichtungMerken)
1140
        if(NeueKompassRichtungMerken)
1135
         {
1141
         {
1136
          beeptime = 200;
1142
          beeptime = 200;
1137
//         KompassStartwert = KompassValue;
1143
//         KompassStartwert = KompassValue;
1138
                  ErsatzKompass = KompassValue * GIER_GRAD_FAKTOR;
1144
                  ErsatzKompass = KompassValue * GIER_GRAD_FAKTOR;
1139
          KompassStartwert = (ErsatzKompass/GIER_GRAD_FAKTOR);
1145
          KompassStartwert = (ErsatzKompass/GIER_GRAD_FAKTOR);
1140
          NeueKompassRichtungMerken = 0;
1146
          NeueKompassRichtungMerken = 0;
1141
         }
1147
         }
1142
        }
1148
        }
1143
       ErsatzKompass += (fehler * 8) / korrektur;
1149
       ErsatzKompass += (fehler * 8) / korrektur;
1144
       w = (w * Parameter_KompassWirkung) / 32;           // auf die Wirkung normieren
1150
       w = (w * Parameter_KompassWirkung) / 32;           // auf die Wirkung normieren
1145
       w = Parameter_KompassWirkung - w;                  // Wirkung ggf drosseln
1151
       w = Parameter_KompassWirkung - w;                  // Wirkung ggf drosseln
1146
       if(w >= 0)
1152
       if(w >= 0)
1147
        {
1153
        {
1148
          if(!KompassSignalSchlecht)
1154
          if(!KompassSignalSchlecht)
1149
          {
1155
          {
1150
           v = 64 + ((MaxStickNick + MaxStickRoll)) / 8;
1156
           v = 64 + ((MaxStickNick + MaxStickRoll)) / 8;
1151
           r = ((540 + (ErsatzKompass/GIER_GRAD_FAKTOR) - KompassStartwert) % 360) - 180;
1157
           r = ((540 + (ErsatzKompass/GIER_GRAD_FAKTOR) - KompassStartwert) % 360) - 180;
1152
//           r = KompassRichtung;
1158
//           r = KompassRichtung;
1153
           v = (r * w) / v;  // nach Kompass ausrichten
1159
           v = (r * w) / v;  // nach Kompass ausrichten
1154
           w = 3 * Parameter_KompassWirkung;
1160
           w = 3 * Parameter_KompassWirkung;
1155
           if(v > w) v = w; // Begrenzen
1161
           if(v > w) v = w; // Begrenzen
1156
           else
1162
           else
1157
           if(v < -w) v = -w;
1163
           if(v < -w) v = -w;
1158
           Mess_Integral_Gier += v;
1164
           Mess_Integral_Gier += v;
1159
          }
1165
          }
1160
          if(KompassSignalSchlecht) KompassSignalSchlecht--;
1166
          if(KompassSignalSchlecht) KompassSignalSchlecht--;
1161
        }
1167
        }
1162
        else KompassSignalSchlecht = 500; // so lange das Signal taub stellen --> ca. 1 sek
1168
        else KompassSignalSchlecht = 500; // so lange das Signal taub stellen --> ca. 1 sek
1163
     }
1169
     }
1164
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1170
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1165
 
1171
 
1166
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1172
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1167
//  Debugwerte zuordnen
1173
//  Debugwerte zuordnen
1168
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1174
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1169
  if(!TimerWerteausgabe--)
1175
  if(!TimerWerteausgabe--)
1170
   {
1176
   {
1171
    TimerWerteausgabe = 24;
1177
    TimerWerteausgabe = 24;
1172
 
1178
 
1173
    DebugOut.Analog[0] = IntegralNick / (EE_Parameter.GyroAccFaktor * 4);
1179
    DebugOut.Analog[0] = IntegralNick / (EE_Parameter.GyroAccFaktor * 4);
1174
    DebugOut.Analog[1] = IntegralRoll / (EE_Parameter.GyroAccFaktor * 4);
1180
    DebugOut.Analog[1] = IntegralRoll / (EE_Parameter.GyroAccFaktor * 4);
1175
    DebugOut.Analog[2] = Mittelwert_AccNick / 4;
1181
    DebugOut.Analog[2] = Mittelwert_AccNick / 4;
1176
    DebugOut.Analog[3] = Mittelwert_AccRoll / 4;
1182
    DebugOut.Analog[3] = Mittelwert_AccRoll / 4;
1177
    DebugOut.Analog[4] = MesswertGier;
1183
    DebugOut.Analog[4] = MesswertGier;
1178
    DebugOut.Analog[5] = HoehenWert/5;
1184
    DebugOut.Analog[5] = HoehenWert/5;
1179
    DebugOut.Analog[6] = Aktuell_az;//(Mess_Integral_Hoch / 512);//Aktuell_az;
1185
    DebugOut.Analog[6] = Aktuell_az;//(Mess_Integral_Hoch / 512);//Aktuell_az;
1180
    DebugOut.Analog[8] = KompassValue;
1186
    DebugOut.Analog[8] = KompassValue;
1181
    DebugOut.Analog[9] = UBat;
1187
    DebugOut.Analog[9] = UBat;
1182
    DebugOut.Analog[10] = SenderOkay;
1188
    DebugOut.Analog[10] = SenderOkay;
1183
    DebugOut.Analog[11] = ErsatzKompass / GIER_GRAD_FAKTOR;
1189
    DebugOut.Analog[11] = ErsatzKompass / GIER_GRAD_FAKTOR;
1184
    //DebugOut.Analog[16] = Mittelwert_AccHoch;
1190
    //DebugOut.Analog[16] = Mittelwert_AccHoch;
1185
    //DebugOut.Analog[17] = FromNaviCtrl_Value.Distance;
1191
    //DebugOut.Analog[17] = FromNaviCtrl_Value.Distance;
1186
    DebugOut.Analog[18] = VarioMeter;
1192
    DebugOut.Analog[18] = VarioMeter;
1187
    DebugOut.Analog[19] = WinkelOut.CalcState;
1193
    DebugOut.Analog[19] = WinkelOut.CalcState;
1188
    DebugOut.Analog[20] = ServoValue;
1194
    DebugOut.Analog[20] = ServoValue;
1189
    DebugOut.Analog[22] = FromNaviCtrl_Value.GpsZ;
1195
    DebugOut.Analog[22] = FromNaviCtrl_Value.GpsZ;
1190
//    DebugOut.Analog[24] = MesswertNick/2;
1196
//    DebugOut.Analog[24] = MesswertNick/2;
1191
//    DebugOut.Analog[25] = MesswertRoll/2;
1197
//    DebugOut.Analog[25] = MesswertRoll/2;
1192
    DebugOut.Analog[27] = (int)FromNaviCtrl_Value.Kalman_MaxDrift;
1198
    DebugOut.Analog[27] = (int)FromNaviCtrl_Value.Kalman_MaxDrift;
1193
//    DebugOut.Analog[28] = (int)FromNaviCtrl_Value.Kalman_MaxFusion;
1199
//    DebugOut.Analog[28] = (int)FromNaviCtrl_Value.Kalman_MaxFusion;
1194
//    DebugOut.Analog[29] = (int)FromNaviCtrl_Value.Kalman_K;
1200
//    DebugOut.Analog[29] = (int)FromNaviCtrl_Value.Kalman_K;
1195
    DebugOut.Analog[29] = FromNaviCtrl_Value.SerialDataOkay;
1201
    DebugOut.Analog[29] = FromNaviCtrl_Value.SerialDataOkay;
1196
    DebugOut.Analog[30] = GPS_Nick;
1202
    DebugOut.Analog[30] = GPS_Nick;
1197
    DebugOut.Analog[31] = GPS_Roll;
1203
    DebugOut.Analog[31] = GPS_Roll;
1198
 
1204
 
1199
 
1205
 
1200
//    DebugOut.Analog[19] -= DebugOut.Analog[19]/128;
1206
//    DebugOut.Analog[19] -= DebugOut.Analog[19]/128;
1201
//    if(DebugOut.Analog[19] > 0) DebugOut.Analog[19]--; else DebugOut.Analog[19]++;
1207
//    if(DebugOut.Analog[19] > 0) DebugOut.Analog[19]--; else DebugOut.Analog[19]++;
1202
 
1208
 
1203
/*    DebugOut.Analog[16] = motor_rx[0];
1209
/*    DebugOut.Analog[16] = motor_rx[0];
1204
    DebugOut.Analog[17] = motor_rx[1];
1210
    DebugOut.Analog[17] = motor_rx[1];
1205
    DebugOut.Analog[18] = motor_rx[2];
1211
    DebugOut.Analog[18] = motor_rx[2];
1206
    DebugOut.Analog[19] = motor_rx[3];
1212
    DebugOut.Analog[19] = motor_rx[3];
1207
    DebugOut.Analog[20] = motor_rx[0] + motor_rx[1] + motor_rx[2] + motor_rx[3];
1213
    DebugOut.Analog[20] = motor_rx[0] + motor_rx[1] + motor_rx[2] + motor_rx[3];
1208
    DebugOut.Analog[20] /= 14;
1214
    DebugOut.Analog[20] /= 14;
1209
    DebugOut.Analog[21] = motor_rx[4];
1215
    DebugOut.Analog[21] = motor_rx[4];
1210
    DebugOut.Analog[22] = motor_rx[5];
1216
    DebugOut.Analog[22] = motor_rx[5];
1211
    DebugOut.Analog[23] = motor_rx[6];
1217
    DebugOut.Analog[23] = motor_rx[6];
1212
    DebugOut.Analog[24] = motor_rx[7];
1218
    DebugOut.Analog[24] = motor_rx[7];
1213
    DebugOut.Analog[25] = motor_rx[4] + motor_rx[5] + motor_rx[6] + motor_rx[7];
1219
    DebugOut.Analog[25] = motor_rx[4] + motor_rx[5] + motor_rx[6] + motor_rx[7];
1214
*/
1220
*/
1215
//    DebugOut.Analog[9] = MesswertNick;
1221
//    DebugOut.Analog[9] = MesswertNick;
1216
//    DebugOut.Analog[9] = SollHoehe;
1222
//    DebugOut.Analog[9] = SollHoehe;
1217
//    DebugOut.Analog[10] = Mess_Integral_Gier / 128;
1223
//    DebugOut.Analog[10] = Mess_Integral_Gier / 128;
1218
//    DebugOut.Analog[11] = KompassStartwert;
1224
//    DebugOut.Analog[11] = KompassStartwert;
1219
//    DebugOut.Analog[10] = Parameter_Gyro_I;
1225
//    DebugOut.Analog[10] = Parameter_Gyro_I;
1220
//    DebugOut.Analog[10] = EE_Parameter.Gyro_I;
1226
//    DebugOut.Analog[10] = EE_Parameter.Gyro_I;
1221
//    DebugOut.Analog[9] = KompassRichtung;
1227
//    DebugOut.Analog[9] = KompassRichtung;
1222
//    DebugOut.Analog[10] = GasMischanteil;
1228
//    DebugOut.Analog[10] = GasMischanteil;
1223
//    DebugOut.Analog[3] = HoeheD * 32;
1229
//    DebugOut.Analog[3] = HoeheD * 32;
1224
//    DebugOut.Analog[4] = hoehenregler;
1230
//    DebugOut.Analog[4] = hoehenregler;
1225
  }
1231
  }
1226
 
1232
 
1227
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1233
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1228
//  Drehgeschwindigkeit und -winkel zu einem Istwert zusammenfassen
1234
//  Drehgeschwindigkeit und -winkel zu einem Istwert zusammenfassen
1229
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1235
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1230
  if(TrichterFlug)  { SummeRoll = 0; SummeNick = 0;};
1236
  if(TrichterFlug)  { SummeRoll = 0; SummeNick = 0;};
1231
 
1237
 
1232
  if(!Looping_Nick) IntegralNickMalFaktor = (IntegralNick * IntegralFaktor) /  (44000 / STICK_GAIN); else IntegralNickMalFaktor = 0;
1238
  if(!Looping_Nick) IntegralNickMalFaktor = (IntegralNick * IntegralFaktor) /  (44000 / STICK_GAIN); else IntegralNickMalFaktor = 0;
1233
  if(!Looping_Roll) IntegralRollMalFaktor = (IntegralRoll * IntegralFaktor) /  (44000 / STICK_GAIN); else IntegralRollMalFaktor = 0;
1239
  if(!Looping_Roll) IntegralRollMalFaktor = (IntegralRoll * IntegralFaktor) /  (44000 / STICK_GAIN); else IntegralRollMalFaktor = 0;
1234
 
1240
 
1235
#define TRIM_MAX 200
1241
#define TRIM_MAX 200
1236
 if(TrimNick > TRIM_MAX) TrimNick = TRIM_MAX; else  if(TrimNick <-TRIM_MAX) TrimNick =-TRIM_MAX;
1242
 if(TrimNick > TRIM_MAX) TrimNick = TRIM_MAX; else  if(TrimNick <-TRIM_MAX) TrimNick =-TRIM_MAX;
1237
 if(TrimRoll > TRIM_MAX) TrimRoll = TRIM_MAX; else  if(TrimRoll <-TRIM_MAX) TrimRoll =-TRIM_MAX;
1243
 if(TrimRoll > TRIM_MAX) TrimRoll = TRIM_MAX; else  if(TrimRoll <-TRIM_MAX) TrimRoll =-TRIM_MAX;
1238
 
1244
 
1239
    MesswertNick = IntegralNickMalFaktor + (long)((long)MesswertNick * GyroFaktor + (long)TrimNick * 128L) / (256L / STICK_GAIN);
1245
    MesswertNick = IntegralNickMalFaktor + (long)((long)MesswertNick * GyroFaktor + (long)TrimNick * 128L) / (256L / STICK_GAIN);
1240
    MesswertRoll = IntegralRollMalFaktor + (long)((long)MesswertRoll * GyroFaktor + (long)TrimRoll * 128L) / (256L / STICK_GAIN);
1246
    MesswertRoll = IntegralRollMalFaktor + (long)((long)MesswertRoll * GyroFaktor + (long)TrimRoll * 128L) / (256L / STICK_GAIN);
1241
    MesswertGier = (long)(MesswertGier * 2 * (long)GyroFaktorGier) / (256L / STICK_GAIN) + (long)(Integral_Gier * IntegralFaktorGier) / (2 * (44000 / STICK_GAIN));
1247
    MesswertGier = (long)(MesswertGier * 2 * (long)GyroFaktorGier) / (256L / STICK_GAIN) + (long)(Integral_Gier * IntegralFaktorGier) / (2 * (44000 / STICK_GAIN));
1242
 
1248
 
1243
    // Maximalwerte abfangen
1249
    // Maximalwerte abfangen
1244
//    #define MAX_SENSOR  (4096*STICK_GAIN)
1250
//    #define MAX_SENSOR  (4096*STICK_GAIN)
1245
    #define MAX_SENSOR  (4096*4)
1251
    #define MAX_SENSOR  (4096*4)
1246
    if(MesswertNick >  MAX_SENSOR) MesswertNick =  MAX_SENSOR;
1252
    if(MesswertNick >  MAX_SENSOR) MesswertNick =  MAX_SENSOR;
1247
    if(MesswertNick < -MAX_SENSOR) MesswertNick = -MAX_SENSOR;
1253
    if(MesswertNick < -MAX_SENSOR) MesswertNick = -MAX_SENSOR;
1248
    if(MesswertRoll >  MAX_SENSOR) MesswertRoll =  MAX_SENSOR;
1254
    if(MesswertRoll >  MAX_SENSOR) MesswertRoll =  MAX_SENSOR;
1249
    if(MesswertRoll < -MAX_SENSOR) MesswertRoll = -MAX_SENSOR;
1255
    if(MesswertRoll < -MAX_SENSOR) MesswertRoll = -MAX_SENSOR;
1250
    if(MesswertGier >  MAX_SENSOR) MesswertGier =  MAX_SENSOR;
1256
    if(MesswertGier >  MAX_SENSOR) MesswertGier =  MAX_SENSOR;
1251
    if(MesswertGier < -MAX_SENSOR) MesswertGier = -MAX_SENSOR;
1257
    if(MesswertGier < -MAX_SENSOR) MesswertGier = -MAX_SENSOR;
1252
 
1258
 
1253
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1259
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1254
// all BL-Ctrl connected?
-
 
1255
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-
 
1256
  if(MissingMotor) if(modell_fliegt > 1 && modell_fliegt < 50 && GasMischanteil > 0)
-
 
1257
   {
-
 
1258
    modell_fliegt = 1;
-
 
1259
        GasMischanteil = MIN_GAS;
-
 
1260
   }
-
 
1261
 
-
 
1262
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-
 
1263
// Höhenregelung
1260
// Höhenregelung
1264
// Die Höhenregelung schwächt lediglich das Gas ab, erhöht es allerdings nicht
1261
// Die Höhenregelung schwächt lediglich das Gas ab, erhöht es allerdings nicht
1265
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1262
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1266
  if(UBat > BattLowVoltageWarning) GasMischanteil = (GasMischanteil * BattLowVoltageWarning) / UBat; // Gas auf das aktuelle Spannungvieveau beziehen
1263
  if(UBat > BattLowVoltageWarning) GasMischanteil = (GasMischanteil * BattLowVoltageWarning) / UBat; // Gas auf das aktuelle Spannungvieveau beziehen
1267
  GasMischanteil *= STICK_GAIN;
1264
  GasMischanteil *= STICK_GAIN;
1268
 
-
 
1269
 
1265
 
1270
        // if height control is activated
1266
        // if height control is activated
1271
 if((EE_Parameter.GlobalConfig & CFG_HOEHENREGELUNG))  // Höhenregelung
1267
 if((EE_Parameter.GlobalConfig & CFG_HOEHENREGELUNG))  // Höhenregelung
1272
        {
1268
        {
1273
                #define HOOVER_GAS_AVERAGE 4096L                // 4096 * 2ms = 8.2s averaging
1269
                #define HOOVER_GAS_AVERAGE 4096L                // 4096 * 2ms = 8.2s averaging
1274
                #define HC_GAS_AVERAGE 4                        // 4 * 2ms= 8 ms averaging
1270
                #define HC_GAS_AVERAGE 4                        // 4 * 2ms= 8 ms averaging
1275
                #define OPA_OFFSET_STEP 10
1271
                #define OPA_OFFSET_STEP 10
1276
                int HCGas, HeightDeviation;
1272
                int HCGas, HeightDeviation;
1277
                static int HeightTrimming = 0;  // rate for change of height setpoint
1273
                static int HeightTrimming = 0;  // rate for change of height setpoint
1278
                static int FilterHCGas = 0;
1274
                static int FilterHCGas = 0;
1279
                static int HooverGas = 0, HooverGasMin = 0, HooverGasMax = 1023;
1275
                static int StickGasHoover = 110, HooverGas = 0, HooverGasMin = 0, HooverGasMax = 1023;
1280
                static unsigned long HooverGasFilter = 0;
1276
                static unsigned long HooverGasFilter = 0;
1281
                static unsigned char delay = 100;
1277
                static unsigned char delay = 100;
-
 
1278
            int CosAttitude;    // for projection of hoover gas
1282
                long tmp_long3;
1279
                long tmp_long3;
1283
        const unsigned char GAS_TAB[31] = {128,128,128,129,129,130,131,132,133,135,136,138,140,142,145,148,151,154,158,162,167,172,178,184,191,199,208,218,229,241,255};
1280
//        const unsigned char GAS_TAB[31] = {128,128,128,129,129,130,131,132,133,135,136,138,140,142,145,148,151,154,158,162,167,172,178,184,191,199,208,218,229,241,255};
1284
                // get the current hooverpoint
1281
                // get the current hooverpoint
1285
                DebugOut.Analog[25] = HooverGas;
1282
                DebugOut.Analog[25] = HooverGas;
1286
                DebugOut.Analog[18] = VarioMeter;
1283
                DebugOut.Analog[18] = VarioMeter;
1287
 
1284
 
1288
                // if height control is activated by an rc channel
1285
                // if height control is activated by an rc channel
1289
        if(EE_Parameter.GlobalConfig & CFG_HOEHEN_SCHALTER)  // Regler wird über Schalter gesteuert
1286
        if(EE_Parameter.GlobalConfig & CFG_HOEHEN_SCHALTER)  // Regler wird über Schalter gesteuert
1290
                {       // check if parameter is less than activation threshold
1287
                {       // check if parameter is less than activation threshold
1291
                        if(Parameter_MaxHoehe < 50) // for 3 or 2-state switch height control is disabled in lowest position
1288
                        if(Parameter_MaxHoehe < 50) // for 3 or 2-state switch height control is disabled in lowest position
1292
                        {   //height control not active
1289
                        {   //height control not active
1293
                                if(!delay--)
1290
                                if(!delay--)
1294
                                {
1291
                                {
1295
                                        // measurement of air pressure close to upper limit and no overflow in correction of the new OCR0A value occurs
1292
                                        // measurement of air pressure close to upper limit and no overflow in correction of the new OCR0A value occurs
1296
                                        if( (MessLuftdruck > 1000) && (OCR0A < (255 - OPA_OFFSET_STEP)) )
1293
                                        if( (MessLuftdruck > 1000) && (OCR0A < (255 - OPA_OFFSET_STEP)) )
1297
                                        {   // increase offset
1294
                                        {   // increase offset
1298
                                                ExpandBaro -= 1;
1295
                                                ExpandBaro -= 1;
1299
                                                OCR0A = DruckOffsetSetting - OPA_OFFSET_STEP * ExpandBaro; // increase offset to shift ADC down
1296
                                                OCR0A = DruckOffsetSetting - OPA_OFFSET_STEP * ExpandBaro; // increase offset to shift ADC down
1300
                                                beeptime = 300;
1297
                                                beeptime = 300;
1301
                                        delay = 250;
1298
                                        delay = 250;
1302
                                        }
1299
                                        }
1303
                                        // measurement of air pressure close to lower limit and
1300
                                        // measurement of air pressure close to lower limit and
1304
                                        else if( (MessLuftdruck < 100) && (OCR0A > OPA_OFFSET_STEP) )
1301
                                        else if( (MessLuftdruck < 100) && (OCR0A > OPA_OFFSET_STEP) )
1305
                                        {   // decrease offset
1302
                                        {   // decrease offset
1306
                                                ExpandBaro += 1;
1303
                                                ExpandBaro += 1;
1307
                                                OCR0A = DruckOffsetSetting - OPA_OFFSET_STEP * ExpandBaro; // decrease offset to shift ADC up
1304
                                                OCR0A = DruckOffsetSetting - OPA_OFFSET_STEP * ExpandBaro; // decrease offset to shift ADC up
1308
                                                beeptime = 300;
1305
                                                beeptime = 300;
1309
                                        delay = 250;
1306
                                        delay = 250;
1310
                                        }
1307
                                        }
1311
                                        else
1308
                                        else
1312
                                        {
1309
                                        {
1313
                                                SollHoehe = HoehenWert;  // update SetPoint with current reading
1310
                                                SollHoehe = HoehenWert;  // update SetPoint with current reading
1314
                                                HoehenReglerAktiv = 0; // disable height control
1311
                                                HoehenReglerAktiv = 0; // disable height control
1315
                                                delay = 1;
1312
                                                delay = 1;
1316
                                        }
1313
                                        }
1317
                                }
1314
                                }
1318
                        }
1315
                        }
1319
                        else
1316
                        else
1320
                        {       //height control is activated
1317
                        {       //height control is activated
1321
                                HoehenReglerAktiv = 1; // enable height control
1318
                                HoehenReglerAktiv = 1; // enable height control
1322
                                delay = 200;
1319
                                delay = 200;
1323
                        }
1320
                        }
1324
                }
1321
                }
1325
                else // no switchable height control
1322
                else // no switchable height control
1326
                {
1323
                {
1327
                        SollHoehe = ((int16_t) ExternHoehenValue + (int16_t) Parameter_MaxHoehe) * (int)EE_Parameter.Hoehe_Verstaerkung;
1324
                        SollHoehe = ((int16_t) ExternHoehenValue + (int16_t) Parameter_MaxHoehe) * (int)EE_Parameter.Hoehe_Verstaerkung;
1328
                        HoehenReglerAktiv = 1;
1325
                        HoehenReglerAktiv = 1;
1329
                }
1326
                }
-
 
1327
                // calculate cos of nick and roll angle used for projection of the vertical hoover gas
-
 
1328
                tmp_long  = IntegralNick/GIER_GRAD_FAKTOR;  // nick angle in deg
-
 
1329
                tmp_long  *= tmp_long;
-
 
1330
                tmp_long2 = IntegralRoll/GIER_GRAD_FAKTOR;  // roll angle in deg
-
 
1331
                tmp_long2 *= tmp_long2;
1330
 
1332
 
-
 
1333
                CosAttitude = (int16_t)c_sqrt(tmp_long + tmp_long2); // phytagoras gives effective attitude angle in deg
-
 
1334
                LIMIT_MAX(CosAttitude, 60); // limit effective attitude angle
-
 
1335
                CosAttitude = c_cos_8192(CosAttitude);  // cos of actual attitude
-
 
1336
               
1331
                if(HoehenReglerAktiv && !(MikroKopterFlags & FLAG_NOTLANDUNG))
1337
                if(HoehenReglerAktiv && !(MikroKopterFlags & FLAG_NOTLANDUNG))
1332
                {
1338
                {
1333
                        #define HEIGHT_TRIM_UP          0x01
1339
                        #define HEIGHT_TRIM_UP          0x01
1334
                        #define HEIGHT_TRIM_DOWN        0x02
1340
                        #define HEIGHT_TRIM_DOWN        0x02
1335
                        static unsigned char HeightTrimmingFlag = 0x00;
1341
                        static unsigned char HeightTrimmingFlag = 0x00;
1336
 
1342
 
1337
                        #define HEIGHT_CONTROL_STICKTHRESHOLD 15 * STICK_GAIN
1343
                        #define HEIGHT_CONTROL_STICKTHRESHOLD 15 
1338
                // Holger original version
1344
                // Holger original version
1339
                // start of height control algorithm
1345
                // start of height control algorithm
1340
                // the height control is only an attenuation of the actual gas stick.
1346
                // the height control is only an attenuation of the actual gas stick.
1341
                // I.e. it will work only if the gas stick is higher than the hover gas
1347
                // I.e. it will work only if the gas stick is higher than the hover gas
1342
                // and the hover height will be allways larger than height setpoint.
1348
                // and the hover height will be allways larger than height setpoint.
1343
        if((EE_Parameter.ExtraConfig & CFG2_HEIGHT_LIMIT) || !(EE_Parameter.GlobalConfig & CFG_HOEHEN_SCHALTER))  // Regler wird über Schalter gesteuert)
1349
        if((EE_Parameter.ExtraConfig & CFG2_HEIGHT_LIMIT) || !(EE_Parameter.GlobalConfig & CFG_HOEHEN_SCHALTER))  // Regler wird über Schalter gesteuert)
1344
              {  // old version
1350
              {  // old version
1345
                        HCGas = GasMischanteil; // take current stick gas as neutral point for the height control
1351
                        HCGas = GasMischanteil; // take current stick gas as neutral point for the height control
1346
                        HeightTrimming = 0;
1352
                        HeightTrimming = 0;
1347
          }
1353
          }
1348
                  else
1354
                  else
1349
                  {
1355
                  {
1350
                // alternative height control
1356
                // alternative height control
1351
                // PD-Control with respect to hoover point
1357
                // PD-Control with respect to hoover point
1352
                // the thrust loss out of horizontal attitude is compensated
1358
                // the thrust loss out of horizontal attitude is compensated
1353
                // the setpoint will be fine adjusted with the gas stick position
1359
                // the setpoint will be fine adjusted with the gas stick position
1354
                        if(MikroKopterFlags & FLAG_FLY) // trim setpoint only when flying
1360
                        if(MikroKopterFlags & FLAG_FLY) // trim setpoint only when flying
1355
                        {   // gas stick is above hoover point
1361
                        {   // gas stick is above hoover point
1356
                                if(GasMischanteil > (HooverGas + HEIGHT_CONTROL_STICKTHRESHOLD) )
1362
                                if(StickGas > (StickGasHoover + HEIGHT_CONTROL_STICKTHRESHOLD) )
1357
                                {
1363
                                {
1358
                                        if(HeightTrimmingFlag & HEIGHT_TRIM_DOWN)
1364
                                        if(HeightTrimmingFlag & HEIGHT_TRIM_DOWN)
1359
                                        {
1365
                                        {
1360
                                                HeightTrimmingFlag &= ~HEIGHT_TRIM_DOWN;
1366
                                                HeightTrimmingFlag &= ~HEIGHT_TRIM_DOWN;
1361
                                                SollHoehe = HoehenWert; // update setpoint to current heigth
1367
                                                SollHoehe = HoehenWert; // update setpoint to current heigth
1362
                                        }
1368
                                        }
1363
                                        HeightTrimmingFlag |= HEIGHT_TRIM_UP;
1369
                                        HeightTrimmingFlag |= HEIGHT_TRIM_UP;
1364
                                        HeightTrimming += abs(GasMischanteil - (HooverGas + HEIGHT_CONTROL_STICKTHRESHOLD)) / 4;
1370
                                        HeightTrimming += abs(StickGas - (StickGasHoover + HEIGHT_CONTROL_STICKTHRESHOLD));
1365
                                } // gas stick is below hoover point
1371
                                } // gas stick is below hoover point
1366
                                else if(GasMischanteil < (HooverGas - HEIGHT_CONTROL_STICKTHRESHOLD) )
1372
                                else if(StickGas < (StickGasHoover - HEIGHT_CONTROL_STICKTHRESHOLD) )
1367
                                {
1373
                                {
1368
                                        if(HeightTrimmingFlag & HEIGHT_TRIM_UP)
1374
                                        if(HeightTrimmingFlag & HEIGHT_TRIM_UP)
1369
                                        {
1375
                                        {
1370
                                                HeightTrimmingFlag &= ~HEIGHT_TRIM_UP;
1376
                                                HeightTrimmingFlag &= ~HEIGHT_TRIM_UP;
1371
                                                SollHoehe = HoehenWert; // update setpoint to current heigth
1377
                                                SollHoehe = HoehenWert; // update setpoint to current heigth
1372
                                        }
1378
                                        }
1373
                                        HeightTrimmingFlag |= HEIGHT_TRIM_DOWN;
1379
                                        HeightTrimmingFlag |= HEIGHT_TRIM_DOWN;
1374
                                        HeightTrimming -= abs(GasMischanteil - (HooverGas - HEIGHT_CONTROL_STICKTHRESHOLD)) / 4;
1380
                                        HeightTrimming -= abs(StickGas - (StickGasHoover - HEIGHT_CONTROL_STICKTHRESHOLD));
1375
                                }
1381
                                }
1376
                                else // Gas Stick in Hoover Range
1382
                                else // Gas Stick in Hoover Range
1377
                                {
1383
                                {
1378
                                        if(HeightTrimmingFlag & (HEIGHT_TRIM_UP|HEIGHT_TRIM_DOWN))
1384
                                        if(HeightTrimmingFlag & (HEIGHT_TRIM_UP|HEIGHT_TRIM_DOWN))
1379
                                        {
1385
                                        {
1380
                                                HeightTrimmingFlag &= ~(HEIGHT_TRIM_UP|HEIGHT_TRIM_DOWN);
1386
                                                HeightTrimmingFlag &= ~(HEIGHT_TRIM_UP|HEIGHT_TRIM_DOWN);
1381
                                                HeightTrimming = 0;
1387
                                                HeightTrimming = 0;
1382
                                                SollHoehe = HoehenWert; // update setpoint to current height
1388
                                                SollHoehe = HoehenWert; // update setpoint to current height
1383
                                                if(EE_Parameter.ExtraConfig & CFG2_VARIO_BEEP) beeptime = 500;
1389
                                                if(EE_Parameter.ExtraConfig & CFG2_VARIO_BEEP) beeptime = 500;
1384
                                        }
1390
                                        }
1385
                                }
1391
                                }
1386
                                // Trim height set point
1392
                                // Trim height set point
1387
                                if(abs(HeightTrimming) > 512)
1393
                                if(abs(HeightTrimming) > 512)
1388
                                {
1394
                                {
1389
                                        SollHoehe += (HeightTrimming * EE_Parameter.Hoehe_Verstaerkung)/(5 * 512 / 2); // move setpoint
1395
                                        SollHoehe += (HeightTrimming * EE_Parameter.Hoehe_Verstaerkung)/(5 * 512 / 2); // move setpoint
1390
                                        HeightTrimming = 0;
1396
                                        HeightTrimming = 0;
1391
                                        if(EE_Parameter.ExtraConfig & CFG2_VARIO_BEEP) beeptime = 75;
1397
                                        if(EE_Parameter.ExtraConfig & CFG2_VARIO_BEEP) beeptime = 75;
-
 
1398
                                        //update hoover gas stick value when setpoint is shifted
-
 
1399
                                        StickGasHoover = HooverGas/STICK_GAIN; // rescale back to stick value
-
 
1400
                                        StickGasHoover = (StickGasHoover * UBat) / BattLowVoltageWarning;              
-
 
1401
                    if(StickGasHoover < 70) StickGasHoover = 70; else
-
 
1402
                    if(StickGasHoover > 150) StickGasHoover = 150;
1392
                                }
1403
                                }
1393
                        } //if MikroKopterFlags & MKFLAG_FLY
1404
                        } //if MikroKopterFlags & MKFLAG_FLY
-
 
1405
                        else  
-
 
1406
                        {
1394
                        else   SollHoehe = HoehenWert - 200;
1407
                         SollHoehe = HoehenWert - 200;
-
 
1408
                         StickGasHoover = 110;
-
 
1409
                         }
1395
                        HCGas = HooverGas;      // take hoover gas (neutral point)
1410
                        HCGas = HooverGas;      // take hoover gas (neutral point)
1396
          }
1411
          }
1397
 
1412
 
1398
         if(HoehenWert > SollHoehe || !(EE_Parameter.ExtraConfig & CFG2_HEIGHT_LIMIT))
1413
         if(HoehenWert > SollHoehe || !(EE_Parameter.ExtraConfig & CFG2_HEIGHT_LIMIT))
1399
                 {
1414
                 {
1400
            // ------------------------- P-Part ----------------------------
1415
            // ------------------------- P-Part ----------------------------
1401
            HeightDeviation = (int)(HoehenWert - SollHoehe); // positive when too high
1416
            HeightDeviation = (int)(HoehenWert - SollHoehe); // positive when too high
1402
                        tmp_int = (HeightDeviation * (int)Parameter_Hoehe_P) / 16; // p-part
1417
                        tmp_int = (HeightDeviation * (int)Parameter_Hoehe_P) / 16; // p-part
1403
                        HCGas -= tmp_int;
1418
                        HCGas -= tmp_int;
1404
                        // ------------------------- D-Part 1: Vario Meter ----------------------------
1419
                        // ------------------------- D-Part 1: Vario Meter ----------------------------
1405
                        tmp_int = VarioMeter / 8;
1420
                        tmp_int = VarioMeter / 8;
1406
                        if(tmp_int > 8) tmp_int = 8; // limit quadratic part on upward movement to avoid to much gas reduction
1421
                        if(tmp_int > 8) tmp_int = 8; // limit quadratic part on upward movement to avoid to much gas reduction
1407
                        if(tmp_int > 0) tmp_int = VarioMeter + (tmp_int * tmp_int) / 4;
1422
                        if(tmp_int > 0) tmp_int = VarioMeter + (tmp_int * tmp_int) / 4;
1408
                        else            tmp_int = VarioMeter - (tmp_int * tmp_int) / 4;
1423
                        else            tmp_int = VarioMeter - (tmp_int * tmp_int) / 4;
1409
                        tmp_int = (Parameter_Luftdruck_D * (long)(tmp_int)) / 128L; // scale to d-gain parameter
1424
                        tmp_int = (Parameter_Luftdruck_D * (long)(tmp_int)) / 128L; // scale to d-gain parameter
1410
                        LIMIT_MIN_MAX(tmp_int, -127, 255);
1425
                        LIMIT_MIN_MAX(tmp_int, -127, 255);
1411
                        HCGas -= tmp_int;
1426
                        HCGas -= tmp_int;
1412
                        // ------------------------ D-Part 2: ACC-Z Integral  ------------------------
1427
                        // ------------------------ D-Part 2: ACC-Z Integral  ------------------------
1413
                        tmp_int = ((Mess_Integral_Hoch / 128) * (long) Parameter_Hoehe_ACC_Wirkung) / (128 / STICK_GAIN);
1428
                        tmp_int = ((Mess_Integral_Hoch / 128) * (long) Parameter_Hoehe_ACC_Wirkung) / (128 / STICK_GAIN);
1414
                        DebugOut.Analog[23] = -tmp_int;
1429
                        DebugOut.Analog[23] = -tmp_int;
1415
                        LIMIT_MIN_MAX(tmp_int, -127, 255);
1430
                        LIMIT_MIN_MAX(tmp_int, -127, 255);
1416
                        HCGas -= tmp_int;
1431
                        HCGas -= tmp_int;
1417
 
1432
 
1418
                        // limit deviation from hoover point within the target region
1433
                        // limit deviation from hoover point within the target region
1419
                        if( (abs(HeightDeviation) < 150)  && (!HeightTrimming) && (HooverGas > 0)) // height setpoint is not changed and hoover gas not zero
1434
                        if( (abs(HeightDeviation) < 150)  && (!HeightTrimming) && (HooverGas > 0)) // height setpoint is not changed and hoover gas not zero
1420
                        {
1435
                        {
1421
                                LIMIT_MIN_MAX(HCGas, HooverGasMin, HooverGasMax); // limit gas around the hoover point
1436
                                LIMIT_MIN_MAX(HCGas, HooverGasMin, HooverGasMax); // limit gas around the hoover point
1422
                        }
1437
                        }
1423
 
1438
 
1424
                        // ------------------------ D-Part 3: GpsZ  ----------------------------------
1439
                        // ------------------------ D-Part 3: GpsZ  ----------------------------------
1425
                        tmp_int = (Parameter_Hoehe_GPS_Z * (long)FromNaviCtrl_Value.GpsZ)/128L;
1440
                        tmp_int = (Parameter_Hoehe_GPS_Z * (long)FromNaviCtrl_Value.GpsZ)/128L;
1426
                        DebugOut.Analog[24] = -tmp_int;
1441
                        DebugOut.Analog[24] = -tmp_int;
1427
                        HCGas -= tmp_int;
1442
                        HCGas -= tmp_int;
1428
                        // strech control output by inverse attitude projection
1443
                        // strech control output by inverse attitude projection
1429
// + 1/cos(angle)  ++++++++++++++++++++++++++
1444
// + 1/cos(angle)  ++++++++++++++++++++++++++
-
 
1445
                                // strech control output by inverse attitude projection 1/cos
-
 
1446
                        tmp_long3 = (int32_t)HCGas;
-
 
1447
                        tmp_long3 *= 8192L;
-
 
1448
                        tmp_long3 /= CosAttitude;
-
 
1449
                        HCGas = (int16_t)tmp_long3;
-
 
1450
/*
1430
            tmp_long3 = labs(IntegralNick) + labs(IntegralRoll);
1451
            tmp_long3 = labs(IntegralNick) + labs(IntegralRoll);
1431
            tmp_long3 /= 1500;//1024 * 2;
1452
            tmp_long3 /= 1500;//1024 * 2;
1432
            if(tmp_long3 > 29) tmp_long3 = 29;
1453
            if(tmp_long3 > 29) tmp_long3 = 29;
1433
            HCGas = ((long) HCGas * GAS_TAB[tmp_long3]) / 128L;
1454
            HCGas = ((long) HCGas * GAS_TAB[tmp_long3]) / 128L;
1434
 
1455
*/
1435
                        // update height control gas averaging
1456
                        // update height control gas averaging
1436
                        FilterHCGas = (FilterHCGas * (HC_GAS_AVERAGE - 1) + HCGas) / HC_GAS_AVERAGE;
1457
                        FilterHCGas = (FilterHCGas * (HC_GAS_AVERAGE - 1) + HCGas) / HC_GAS_AVERAGE;
1437
                        // limit height control gas pd-control output
1458
                        // limit height control gas pd-control output
1438
                        LIMIT_MIN_MAX(FilterHCGas, EE_Parameter.Hoehe_MinGas * STICK_GAIN, (MAX_GAS - 20) * STICK_GAIN);
1459
                        LIMIT_MIN_MAX(FilterHCGas, EE_Parameter.Hoehe_MinGas * STICK_GAIN, (MAX_GAS - 20) * STICK_GAIN);
1439
                        // set GasMischanteil to HeightControlGasFilter
1460
                        // set GasMischanteil to HeightControlGasFilter
1440
            if(EE_Parameter.ExtraConfig & CFG2_HEIGHT_LIMIT)
1461
            if(EE_Parameter.ExtraConfig & CFG2_HEIGHT_LIMIT)
1441
                         {  // old version
1462
                         {  // old version
1442
                if(FilterHCGas > GasMischanteil) FilterHCGas = GasMischanteil; // nicht mehr als Gas
1463
                if(FilterHCGas > GasMischanteil) FilterHCGas = GasMischanteil; // nicht mehr als Gas
1443
                         }
1464
                         }
1444
                        GasMischanteil = FilterHCGas;
1465
                        GasMischanteil = FilterHCGas;
1445
                  }
1466
                  }
1446
                }// EOF height control active
1467
                }// EOF height control active
-
 
1468
                else // HC not active
-
 
1469
                {
-
 
1470
                        //update hoover gas stick value when HC is not active
-
 
1471
                        StickGasHoover = HooverGas/STICK_GAIN; // rescale back to stick value
-
 
1472
                        StickGasHoover = (StickGasHoover * UBat) / BattLowVoltageWarning;
-
 
1473
                }              
1447
 
1474
 
1448
                // Hoover gas estimation by averaging gas control output on small z-velocities
1475
                // Hoover gas estimation by averaging gas control output on small z-velocities
1449
                // this is done only if height contol option is selected in global config and aircraft is flying
1476
                // this is done only if height contol option is selected in global config and aircraft is flying
1450
                if((MikroKopterFlags & FLAG_FLY) && !(MikroKopterFlags & FLAG_NOTLANDUNG))
1477
                if((MikroKopterFlags & FLAG_FLY) && !(MikroKopterFlags & FLAG_NOTLANDUNG))
1451
                {
1478
                {
1452
                        if(HooverGasFilter == 0)  HooverGasFilter = HOOVER_GAS_AVERAGE * (unsigned long)(GasMischanteil); // init estimation
1479
                        if(HooverGasFilter == 0)  HooverGasFilter = HOOVER_GAS_AVERAGE * (unsigned long)(GasMischanteil); // init estimation
1453
                        if(abs(VarioMeter) < 100) // only on small vertical speed
1480
                        if(abs(VarioMeter) < 100) // only on small vertical speed
1454
                        {
1481
                        {
1455
                        tmp_long3 = (long)GasMischanteil; // take current thrust
1482
/*                      tmp_long3 = (long)GasMischanteil; // take current thrust
1456
            tmp_long3 = labs(IntegralNick) + labs(IntegralRoll);
1483
            tmp_long3 = labs(IntegralNick) + labs(IntegralRoll);
1457
            tmp_long3 /= 1500;//1024 * 2;
1484
            tmp_long3 /= 1500;//1024 * 2;
1458
            if(tmp_long3 > 29) tmp_long3 = 29;
1485
            if(tmp_long3 > 29) tmp_long3 = 29;
1459
            tmp_long3 = ((long) GasMischanteil * 128L) / (long) GAS_TAB[tmp_long3];
1486
            tmp_long3 = ((long) GasMischanteil * 128L) / (long) GAS_TAB[tmp_long3];
-
 
1487
*/
-
 
1488
                                tmp_long3 = (int32_t)GasMischanteil; // take current thrust
-
 
1489
                                tmp_long3 *= CosAttitude;            // apply attitude projection
-
 
1490
                                tmp_long3 /= 8192;
1460
 
1491
                               
1461
                                // average vertical projected thrust
1492
                                // average vertical projected thrust
1462
                                if(modell_fliegt < 2000) // the first 4 seconds
1493
                                if(modell_fliegt < 2000) // the first 4 seconds
1463
                                {   // reduce the time constant of averaging by factor of 8 to get much faster a stable value
1494
                                {   // reduce the time constant of averaging by factor of 8 to get much faster a stable value
1464
                                        HooverGasFilter -= HooverGasFilter/(HOOVER_GAS_AVERAGE/8L);
1495
                                        HooverGasFilter -= HooverGasFilter/(HOOVER_GAS_AVERAGE/8L);
1465
                                        HooverGasFilter += 8L * tmp_long3;
1496
                                        HooverGasFilter += 8L * tmp_long3;
1466
                                }
1497
                                }
1467
                                else if(modell_fliegt < 4000) // the first 8 seconds
1498
                                else if(modell_fliegt < 4000) // the first 8 seconds
1468
                                {   // reduce the time constant of averaging by factor of 4 to get much faster a stable value
1499
                                {   // reduce the time constant of averaging by factor of 4 to get much faster a stable value
1469
                                        HooverGasFilter -= HooverGasFilter/(HOOVER_GAS_AVERAGE/4L);
1500
                                        HooverGasFilter -= HooverGasFilter/(HOOVER_GAS_AVERAGE/4L);
1470
                                        HooverGasFilter += 4L * tmp_long3;
1501
                                        HooverGasFilter += 4L * tmp_long3;
1471
                                }
1502
                                }
1472
                                else if(modell_fliegt < 8000) // the first 16 seconds
1503
                                else if(modell_fliegt < 8000) // the first 16 seconds
1473
                                {   // reduce the time constant of averaging by factor of 2 to get much faster a stable value
1504
                                {   // reduce the time constant of averaging by factor of 2 to get much faster a stable value
1474
                                        HooverGasFilter -= HooverGasFilter/(HOOVER_GAS_AVERAGE/2L);
1505
                                        HooverGasFilter -= HooverGasFilter/(HOOVER_GAS_AVERAGE/2L);
1475
                                        HooverGasFilter += 2L * tmp_long3;
1506
                                        HooverGasFilter += 2L * tmp_long3;
1476
                                }
1507
                                }
1477
                                else //later
1508
                                else //later
1478
                                {
1509
                                {
1479
                                        HooverGasFilter -= HooverGasFilter/HOOVER_GAS_AVERAGE;
1510
                                        HooverGasFilter -= HooverGasFilter/HOOVER_GAS_AVERAGE;
1480
                                        HooverGasFilter += tmp_long3;
1511
                                        HooverGasFilter += tmp_long3;
1481
                                }
1512
                                }
1482
                                HooverGas = (int16_t)(HooverGasFilter/HOOVER_GAS_AVERAGE);
1513
                                HooverGas = (int16_t)(HooverGasFilter/HOOVER_GAS_AVERAGE);
1483
                                if(EE_Parameter.Hoehe_HoverBand)
1514
                                if(EE_Parameter.Hoehe_HoverBand)
1484
                                {
1515
                                {
1485
                                        int16_t band;
1516
                                        int16_t band;
1486
                                        band = HooverGas / EE_Parameter.Hoehe_HoverBand; // the higher the parameter the smaller the range
1517
                                        band = HooverGas / EE_Parameter.Hoehe_HoverBand; // the higher the parameter the smaller the range
1487
                                        HooverGasMin = HooverGas - band;
1518
                                        HooverGasMin = HooverGas - band;
1488
                                        HooverGasMax = HooverGas + band;
1519
                                        HooverGasMax = HooverGas + band;
1489
                                }
1520
                                }
1490
                                else
1521
                                else
1491
                                {       // no limit
1522
                                {       // no limit
1492
                                        HooverGasMin = 0;
1523
                                        HooverGasMin = 0;
1493
                                        HooverGasMax = 1023;
1524
                                        HooverGasMax = 1023;
1494
                                }
1525
                                }
1495
                        }
1526
                        }
1496
                }
1527
                }
1497
DebugOut.Analog[25] = HooverGas;
1528
DebugOut.Analog[25] = HooverGas;
1498
DebugOut.Analog[26] = HooverGasMax;
1529
DebugOut.Analog[26] = HooverGasMax;
1499
DebugOut.Analog[28] = HooverGasMin;
1530
DebugOut.Analog[28] = HooverGasMin;
1500
 
1531
 
1501
        }// EOF ParamSet.GlobalConfig & CFG_HEIGHT_CONTROL
1532
        }// EOF ParamSet.GlobalConfig & CFG_HEIGHT_CONTROL
1502
 
1533
 
1503
        // limit gas to parameter setting
1534
        // limit gas to parameter setting
1504
   LIMIT_MIN(GasMischanteil, (MIN_GAS + 10) * STICK_GAIN);
1535
  LIMIT_MIN(GasMischanteil, (MIN_GAS + 10) * STICK_GAIN);
1505
 
-
 
1506
  if(GasMischanteil > (MAX_GAS - 20) * STICK_GAIN) GasMischanteil = (MAX_GAS - 20) * STICK_GAIN;
1536
  if(GasMischanteil > (MAX_GAS - 20) * STICK_GAIN) GasMischanteil = (MAX_GAS - 20) * STICK_GAIN;
1507
 
1537
 
1508
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1538
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-
 
1539
// all BL-Ctrl connected?
-
 
1540
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-
 
1541
  if(MissingMotor)
-
 
1542
  if(modell_fliegt > 1 && modell_fliegt < 50 && GasMischanteil > 0)
-
 
1543
   {
-
 
1544
    modell_fliegt = 1;
-
 
1545
        GasMischanteil = MIN_GAS;
-
 
1546
   }
-
 
1547
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1509
// + Mischer und PI-Regler
1548
// + Mischer und PI-Regler
1510
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1549
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1511
  DebugOut.Analog[7] = GasMischanteil;
1550
  DebugOut.Analog[7] = GasMischanteil;
1512
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1551
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1513
// Gier-Anteil
1552
// Gier-Anteil
1514
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1553
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1515
#define MUL_G  1.0
1554
#define MUL_G  1.0
1516
    GierMischanteil = MesswertGier - sollGier * STICK_GAIN;     // Regler für Gier
1555
    GierMischanteil = MesswertGier - sollGier * STICK_GAIN;     // Regler für Gier
1517
// GierMischanteil = 0;
1556
// GierMischanteil = 0;
1518
#define MIN_GIERGAS  (40*STICK_GAIN)  // unter diesem Gaswert trotzdem Gieren
1557
#define MIN_GIERGAS  (40*STICK_GAIN)  // unter diesem Gaswert trotzdem Gieren
1519
   if(GasMischanteil > MIN_GIERGAS)
1558
   if(GasMischanteil > MIN_GIERGAS)
1520
    {
1559
    {
1521
     if(GierMischanteil > (GasMischanteil / 2)) GierMischanteil = GasMischanteil / 2;
1560
     if(GierMischanteil > (GasMischanteil / 2)) GierMischanteil = GasMischanteil / 2;
1522
     if(GierMischanteil < -(GasMischanteil / 2)) GierMischanteil = -(GasMischanteil / 2);
1561
     if(GierMischanteil < -(GasMischanteil / 2)) GierMischanteil = -(GasMischanteil / 2);
1523
    }
1562
    }
1524
    else
1563
    else
1525
    {
1564
    {
1526
     if(GierMischanteil > (MIN_GIERGAS / 2))  GierMischanteil = MIN_GIERGAS / 2;
1565
     if(GierMischanteil > (MIN_GIERGAS / 2))  GierMischanteil = MIN_GIERGAS / 2;
1527
     if(GierMischanteil < -(MIN_GIERGAS / 2)) GierMischanteil = -(MIN_GIERGAS / 2);
1566
     if(GierMischanteil < -(MIN_GIERGAS / 2)) GierMischanteil = -(MIN_GIERGAS / 2);
1528
    }
1567
    }
1529
    tmp_int = MAX_GAS*STICK_GAIN;
1568
    tmp_int = MAX_GAS*STICK_GAIN;
1530
    if(GierMischanteil > ((tmp_int - GasMischanteil))) GierMischanteil = ((tmp_int - GasMischanteil));
1569
    if(GierMischanteil > ((tmp_int - GasMischanteil))) GierMischanteil = ((tmp_int - GasMischanteil));
1531
    if(GierMischanteil < -((tmp_int - GasMischanteil))) GierMischanteil = -((tmp_int - GasMischanteil));
1570
    if(GierMischanteil < -((tmp_int - GasMischanteil))) GierMischanteil = -((tmp_int - GasMischanteil));
1532
 
1571
 
1533
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1572
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1534
// Nick-Achse
1573
// Nick-Achse
1535
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1574
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1536
    DiffNick = MesswertNick - StickNick;        // Differenz bestimmen
1575
    DiffNick = MesswertNick - StickNick;        // Differenz bestimmen
1537
    if(IntegralFaktor) SummeNick += IntegralNickMalFaktor - StickNick; // I-Anteil bei Winkelregelung
1576
    if(IntegralFaktor) SummeNick += IntegralNickMalFaktor - StickNick; // I-Anteil bei Winkelregelung
1538
    else  SummeNick += DiffNick; // I-Anteil bei HH
1577
    else  SummeNick += DiffNick; // I-Anteil bei HH
1539
    if(SummeNick >  (STICK_GAIN * 16000L)) SummeNick =  (STICK_GAIN * 16000L);
1578
    if(SummeNick >  (STICK_GAIN * 16000L)) SummeNick =  (STICK_GAIN * 16000L);
1540
    if(SummeNick < -(16000L * STICK_GAIN)) SummeNick = -(16000L * STICK_GAIN);
1579
    if(SummeNick < -(16000L * STICK_GAIN)) SummeNick = -(16000L * STICK_GAIN);
1541
    pd_ergebnis_nick = DiffNick + SummeNick / Ki; // PI-Regler für Nick
1580
    pd_ergebnis_nick = DiffNick + SummeNick / Ki; // PI-Regler für Nick
1542
    // Motor Vorn
1581
    // Motor Vorn
1543
    tmp_int = (long)((long)Parameter_DynamicStability * (long)(GasMischanteil + abs(GierMischanteil)/2)) / 64;
1582
    tmp_int = (long)((long)Parameter_DynamicStability * (long)(GasMischanteil + abs(GierMischanteil)/2)) / 64;
1544
    if(pd_ergebnis_nick >  tmp_int) pd_ergebnis_nick =  tmp_int;
1583
    if(pd_ergebnis_nick >  tmp_int) pd_ergebnis_nick =  tmp_int;
1545
    if(pd_ergebnis_nick < -tmp_int) pd_ergebnis_nick = -tmp_int;
1584
    if(pd_ergebnis_nick < -tmp_int) pd_ergebnis_nick = -tmp_int;
1546
 
1585
 
1547
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1586
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1548
// Roll-Achse
1587
// Roll-Achse
1549
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1588
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1550
        DiffRoll = MesswertRoll - StickRoll;    // Differenz bestimmen
1589
        DiffRoll = MesswertRoll - StickRoll;    // Differenz bestimmen
1551
    if(IntegralFaktor) SummeRoll += IntegralRollMalFaktor - StickRoll;// I-Anteil bei Winkelregelung
1590
    if(IntegralFaktor) SummeRoll += IntegralRollMalFaktor - StickRoll;// I-Anteil bei Winkelregelung
1552
    else                 SummeRoll += DiffRoll;  // I-Anteil bei HH
1591
    else                 SummeRoll += DiffRoll;  // I-Anteil bei HH
1553
    if(SummeRoll >  (STICK_GAIN * 16000L)) SummeRoll =  (STICK_GAIN * 16000L);
1592
    if(SummeRoll >  (STICK_GAIN * 16000L)) SummeRoll =  (STICK_GAIN * 16000L);
1554
    if(SummeRoll < -(16000L * STICK_GAIN)) SummeRoll = -(16000L * STICK_GAIN);
1593
    if(SummeRoll < -(16000L * STICK_GAIN)) SummeRoll = -(16000L * STICK_GAIN);
1555
    pd_ergebnis_roll = DiffRoll + SummeRoll / Ki;       // PI-Regler für Roll
1594
    pd_ergebnis_roll = DiffRoll + SummeRoll / Ki;       // PI-Regler für Roll
1556
    tmp_int = (long)((long)Parameter_DynamicStability * (long)(GasMischanteil + abs(GierMischanteil)/2)) / 64;
1595
    tmp_int = (long)((long)Parameter_DynamicStability * (long)(GasMischanteil + abs(GierMischanteil)/2)) / 64;
1557
    if(pd_ergebnis_roll >  tmp_int) pd_ergebnis_roll =  tmp_int;
1596
    if(pd_ergebnis_roll >  tmp_int) pd_ergebnis_roll =  tmp_int;
1558
    if(pd_ergebnis_roll < -tmp_int) pd_ergebnis_roll = -tmp_int;
1597
    if(pd_ergebnis_roll < -tmp_int) pd_ergebnis_roll = -tmp_int;
1559
 
1598
 
1560
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1599
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1561
// Universal Mixer
1600
// Universal Mixer
1562
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1601
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1563
 for(i=0; i<MAX_MOTORS; i++)
1602
 for(i=0; i<MAX_MOTORS; i++)
1564
 {
1603
 {
1565
  signed int tmp_int;
1604
  signed int tmp_int;
1566
  if(Mixer.Motor[i][0] > 0)
1605
  if(Mixer.Motor[i][0] > 0)
1567
   {
1606
   {
1568
    tmp_int =  ((long)GasMischanteil * Mixer.Motor[i][0]) / 64L;
1607
    tmp_int =  ((long)GasMischanteil * Mixer.Motor[i][0]) / 64L;
1569
    tmp_int += ((long)pd_ergebnis_nick * Mixer.Motor[i][1]) / 64L;
1608
    tmp_int += ((long)pd_ergebnis_nick * Mixer.Motor[i][1]) / 64L;
1570
    tmp_int += ((long)pd_ergebnis_roll * Mixer.Motor[i][2]) / 64L;
1609
    tmp_int += ((long)pd_ergebnis_roll * Mixer.Motor[i][2]) / 64L;
1571
    tmp_int += ((long)GierMischanteil * Mixer.Motor[i][3]) / 64L;
1610
    tmp_int += ((long)GierMischanteil * Mixer.Motor[i][3]) / 64L;
1572
    tmp_motorwert[i] = MotorSmoothing(tmp_int,tmp_motorwert[i]);  // Filter
1611
    tmp_motorwert[i] = MotorSmoothing(tmp_int,tmp_motorwert[i]);  // Filter
1573
        tmp_int = tmp_motorwert[i] / STICK_GAIN;
1612
        tmp_int = tmp_motorwert[i] / STICK_GAIN;
1574
        CHECK_MIN_MAX(tmp_int,MIN_GAS,MAX_GAS);
1613
        CHECK_MIN_MAX(tmp_int,MIN_GAS,MAX_GAS);
1575
    Motor[i] = tmp_int;
1614
    Motor[i] = tmp_int;
1576
   }
1615
   }
1577
   else Motor[i] = 0;
1616
   else Motor[i] = 0;
1578
 }
1617
 }
1579
/*
1618
/*
1580
if(Poti1 > 20)  Motor1 = 0;
1619
if(Poti1 > 20)  Motor1 = 0;
1581
if(Poti1 > 90)  Motor6 = 0;
1620
if(Poti1 > 90)  Motor6 = 0;
1582
if(Poti1 > 140) Motor2 = 0;
1621
if(Poti1 > 140) Motor2 = 0;
1583
//if(Poti1 > 200) Motor7 = 0;
1622
//if(Poti1 > 200) Motor7 = 0;
1584
*/
1623
*/
1585
}
1624
}
1586
 
1625