Subversion Repositories FlightCtrl

Rev

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

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