Subversion Repositories FlightCtrl

Rev

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

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