Subversion Repositories FlightCtrl

Rev

Rev 1408 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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