Subversion Repositories FlightCtrl

Rev

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

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