Subversion Repositories FlightCtrl

Rev

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

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