Subversion Repositories FlightCtrl

Rev

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

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