Subversion Repositories FlightCtrl

Rev

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

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