Subversion Repositories FlightCtrl

Rev

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

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