Subversion Repositories FlightCtrl

Rev

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

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