Subversion Repositories FlightCtrl

Rev

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

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