Subversion Repositories FlightCtrl

Rev

Rev 1812 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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