Subversion Repositories FlightCtrl

Rev

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

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