Subversion Repositories FlightCtrl

Rev

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

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