Subversion Repositories FlightCtrl

Rev

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

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