Subversion Repositories FlightCtrl

Rev

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

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