Rev 55 | Rev 188 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 55 | Rev 173 | ||
---|---|---|---|
Line 54... | Line 54... | ||
54 | // ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
54 | // ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
Line 55... | Line 55... | ||
55 | 55 | ||
Line 56... | Line 56... | ||
56 | #include "main.h" |
56 | #include "main.h" |
57 | 57 | ||
58 | unsigned char h,m,s; |
58 | unsigned char h,m,s; |
59 | volatile unsigned char Timeout = 0; |
59 | volatile unsigned int I2CTimeout = 100; |
60 | volatile int MesswertNick,MesswertRoll,MesswertGier; |
60 | volatile int MesswertNick,MesswertRoll,MesswertGier; |
61 | volatile int AdNeutralNick = 0,AdNeutralRoll = 0,AdNeutralGier = 0; |
61 | volatile int AdNeutralNick = 0,AdNeutralRoll = 0,AdNeutralGier = 0; |
62 | volatile int Mittelwert_AccNick, Mittelwert_AccRoll,Mittelwert_AccHoch, NeutralAccX=0, NeutralAccY=0; |
62 | volatile int Mittelwert_AccNick, Mittelwert_AccRoll,Mittelwert_AccHoch, NeutralAccX=0, NeutralAccY=0; |
Line 86... | Line 86... | ||
86 | volatile unsigned char SenderOkay = 0; |
86 | volatile unsigned char SenderOkay = 0; |
87 | int StickNick = 0,StickRoll = 0,StickGier = 0; |
87 | int StickNick = 0,StickRoll = 0,StickGier = 0; |
88 | char MotorenEin = 0; |
88 | char MotorenEin = 0; |
89 | int HoehenWert = 0; |
89 | int HoehenWert = 0; |
90 | int SollHoehe = 0; |
90 | int SollHoehe = 0; |
- | 91 | unsigned char Looping_Nick = 0,Looping_Roll = 0; |
|
Line 91... | Line 92... | ||
91 | 92 | ||
92 | float Kp = FAKTOR_P; |
93 | float Kp = FAKTOR_P; |
Line 93... | Line 94... | ||
93 | float Ki = FAKTOR_I; |
94 | float Ki = FAKTOR_I; |
94 | 95 | ||
95 | unsigned char Parameter_Luftdruck_D = 48; // Wert : 0-250 |
96 | unsigned char Parameter_Luftdruck_D = 48; // Wert : 0-250 |
96 | unsigned char Parameter_MaxHoehe = 251; // Wert : 0-250 |
97 | unsigned char Parameter_MaxHoehe = 251; // Wert : 0-250 |
97 | unsigned char Parameter_Hoehe_P = 16; // Wert : 0-32 |
98 | unsigned char Parameter_Hoehe_P = 16; // Wert : 0-32 |
98 | unsigned char Parameter_Hoehe_ACC_Wirkung = 58; // Wert : 0-250 |
99 | unsigned char Parameter_Hoehe_ACC_Wirkung = 58; // Wert : 0-250 |
99 | unsigned char Parameter_KompassWirkung = 64; // Wert : 0-250 |
100 | unsigned char Parameter_KompassWirkung = 64; // Wert : 0-250 |
100 | unsigned char Parameter_Gyro_P = 50; // Wert : 10-250 |
101 | unsigned char Parameter_Gyro_P = 150; // Wert : 10-250 |
101 | unsigned char Parameter_Gyro_I = 150; // Wert : 0-250 |
102 | unsigned char Parameter_Gyro_I = 150; // Wert : 0-250 |
102 | unsigned char Parameter_Gier_P = 2; // Wert : 1-20 |
103 | unsigned char Parameter_Gier_P = 2; // Wert : 1-20 |
103 | unsigned char Parameter_I_Faktor = 10; // Wert : 1-20 |
104 | unsigned char Parameter_I_Faktor = 10; // Wert : 1-20 |
104 | unsigned char Parameter_UserParam1 = 0; |
105 | unsigned char Parameter_UserParam1 = 0; |
105 | unsigned char Parameter_UserParam2 = 0; |
106 | unsigned char Parameter_UserParam2 = 0; |
106 | unsigned char Parameter_UserParam3 = 0; |
107 | unsigned char Parameter_UserParam3 = 0; |
- | 108 | unsigned char Parameter_UserParam4 = 0; |
|
107 | unsigned char Parameter_UserParam4 = 0; |
109 | unsigned char Parameter_ServoNickControl = 100; |
Line 108... | Line 110... | ||
108 | unsigned char Parameter_ServoNickControl = 100; |
110 | unsigned char Parameter_LoopGasLimit = 70; |
109 | struct mk_param_struct EE_Parameter; |
111 | struct mk_param_struct EE_Parameter; |
110 | 112 | ||
Line 136... | Line 138... | ||
136 | CalibrierMittelwert(); |
138 | CalibrierMittelwert(); |
137 | if((EE_Parameter.GlobalConfig & CFG_HOEHENREGELUNG)) // Höhenregelung aktiviert? |
139 | if((EE_Parameter.GlobalConfig & CFG_HOEHENREGELUNG)) // Höhenregelung aktiviert? |
138 | { |
140 | { |
139 | if((MessLuftdruck > 950) || (MessLuftdruck < 750)) SucheLuftruckOffset(); |
141 | if((MessLuftdruck > 950) || (MessLuftdruck < 750)) SucheLuftruckOffset(); |
140 | } |
142 | } |
- | 143 | ||
- | 144 | if(PlatinenVersion == 10) |
|
- | 145 | { |
|
141 | AdNeutralNick= abs(MesswertNick); |
146 | AdNeutralNick= abs(MesswertNick); |
142 | AdNeutralRoll= abs(MesswertRoll); |
147 | AdNeutralRoll= abs(MesswertRoll); |
143 | AdNeutralGier= abs(MesswertGier); |
148 | AdNeutralGier= abs(MesswertGier); |
- | 149 | } |
|
- | 150 | else |
|
- | 151 | { |
|
- | 152 | AdNeutralNick= abs(MesswertNick) / 2; |
|
- | 153 | AdNeutralRoll= abs(MesswertRoll) / 2; |
|
- | 154 | AdNeutralGier= abs(MesswertGier) / 2; |
|
- | 155 | } |
|
144 | NeutralAccY = abs(Mittelwert_AccRoll) / ACC_AMPLIFY; |
156 | NeutralAccY = abs(Mittelwert_AccRoll) / ACC_AMPLIFY; |
145 | NeutralAccX = abs(Mittelwert_AccNick) / ACC_AMPLIFY; |
157 | NeutralAccX = abs(Mittelwert_AccNick) / ACC_AMPLIFY; |
146 | NeutralAccZ = Aktuell_az; |
158 | NeutralAccZ = Aktuell_az; |
Line 147... | Line 159... | ||
147 | 159 | ||
Line 187... | Line 199... | ||
187 | IntegralNick2 = Mess_IntegralNick2; |
199 | IntegralNick2 = Mess_IntegralNick2; |
188 | IntegralRoll2 = Mess_IntegralRoll2; |
200 | IntegralRoll2 = Mess_IntegralRoll2; |
189 | // ADC einschalten |
201 | // ADC einschalten |
190 | ANALOG_ON; |
202 | ANALOG_ON; |
Line -... | Line 203... | ||
- | 203 | ||
191 | 204 | /* |
|
192 | //------------------------------------------------------------------------------ |
205 | //------------------------------------------------------------------------------ |
193 | if(MesswertNick > 200) MesswertNick += 4 * (MesswertNick - 200); |
206 | if(MesswertNick > 200) MesswertNick += 4 * (MesswertNick - 200); |
194 | else |
207 | else |
195 | if(MesswertNick < -200) MesswertNick += 4 * (MesswertNick + 200); |
- | |
196 | 208 | if(MesswertNick < -200) MesswertNick += 4 * (MesswertNick + 200); |
|
197 | if(MesswertRoll > 200) MesswertRoll += 4 * (MesswertRoll - 200); |
209 | if(MesswertRoll > 200) MesswertRoll += 4 * (MesswertRoll - 200); |
198 | else |
210 | else |
199 | if(MesswertRoll < -200) MesswertRoll += 4 * (MesswertRoll + 200); |
211 | if(MesswertRoll < -200) MesswertRoll += 4 * (MesswertRoll + 200); |
- | 212 | //------------------------------------------------------------------------------ |
|
200 | //------------------------------------------------------------------------------ |
213 | */ |
201 | if(Poti1 < PPM_in[EE_Parameter.Kanalbelegung[K_POTI1]] + 110) Poti1++; else if(Poti1 > PPM_in[EE_Parameter.Kanalbelegung[K_POTI1]] + 110 && Poti1) Poti1--; |
214 | if(Poti1 < PPM_in[EE_Parameter.Kanalbelegung[K_POTI1]] + 110) Poti1++; else if(Poti1 > PPM_in[EE_Parameter.Kanalbelegung[K_POTI1]] + 110 && Poti1) Poti1--; |
202 | if(Poti2 < PPM_in[EE_Parameter.Kanalbelegung[K_POTI2]] + 110) Poti2++; else if(Poti2 > PPM_in[EE_Parameter.Kanalbelegung[K_POTI2]] + 110 && Poti2) Poti2--; |
215 | if(Poti2 < PPM_in[EE_Parameter.Kanalbelegung[K_POTI2]] + 110) Poti2++; else if(Poti2 > PPM_in[EE_Parameter.Kanalbelegung[K_POTI2]] + 110 && Poti2) Poti2--; |
203 | if(Poti3 < PPM_in[EE_Parameter.Kanalbelegung[K_POTI3]] + 110) Poti3++; else if(Poti3 > PPM_in[EE_Parameter.Kanalbelegung[K_POTI3]] + 110 && Poti3) Poti3--; |
216 | if(Poti3 < PPM_in[EE_Parameter.Kanalbelegung[K_POTI3]] + 110) Poti3++; else if(Poti3 > PPM_in[EE_Parameter.Kanalbelegung[K_POTI3]] + 110 && Poti3) Poti3--; |
204 | if(Poti4 < PPM_in[EE_Parameter.Kanalbelegung[K_POTI4]] + 110) Poti4++; else if(Poti4 > PPM_in[EE_Parameter.Kanalbelegung[K_POTI4]] + 110 && Poti4) Poti4--; |
217 | if(Poti4 < PPM_in[EE_Parameter.Kanalbelegung[K_POTI4]] + 110) Poti4++; else if(Poti4 > PPM_in[EE_Parameter.Kanalbelegung[K_POTI4]] + 110 && Poti4) Poti4--; |
Line 284... | Line 297... | ||
284 | EE_Parameter.Kanalbelegung[K_POTI2] = 6; |
297 | EE_Parameter.Kanalbelegung[K_POTI2] = 6; |
285 | EE_Parameter.Kanalbelegung[K_POTI3] = 7; |
298 | EE_Parameter.Kanalbelegung[K_POTI3] = 7; |
286 | EE_Parameter.Kanalbelegung[K_POTI4] = 8; |
299 | EE_Parameter.Kanalbelegung[K_POTI4] = 8; |
287 | EE_Parameter.GlobalConfig = 0;//CFG_HOEHENREGELUNG | /*CFG_HOEHEN_SCHALTER |*/ CFG_KOMPASS_AKTIV | CFG_KOMPASS_FIX;//0x01; |
300 | EE_Parameter.GlobalConfig = 0;//CFG_HOEHENREGELUNG | /*CFG_HOEHEN_SCHALTER |*/ CFG_KOMPASS_AKTIV | CFG_KOMPASS_FIX;//0x01; |
288 | EE_Parameter.Hoehe_MinGas = 30; |
301 | EE_Parameter.Hoehe_MinGas = 30; |
289 | EE_Parameter.MaxHoehe = 251; // Wert : 0-32 251 -> Poti1 |
302 | EE_Parameter.MaxHoehe = 251; // Wert : 0-32 251 -> Poti1 |
290 | EE_Parameter.Hoehe_P = 10; // Wert : 0-32 |
303 | EE_Parameter.Hoehe_P = 10; // Wert : 0-32 |
291 | EE_Parameter.Luftdruck_D = 70; // Wert : 0-250 |
304 | EE_Parameter.Luftdruck_D = 50; // Wert : 0-250 |
292 | EE_Parameter.Hoehe_ACC_Wirkung = 30; // Wert : 0-250 |
305 | EE_Parameter.Hoehe_ACC_Wirkung = 50; // Wert : 0-250 |
293 | EE_Parameter.Hoehe_Verstaerkung = 2; // Wert : 0-50 |
306 | EE_Parameter.Hoehe_Verstaerkung = 4; // Wert : 0-50 |
294 | EE_Parameter.Stick_P = 4; //2 // Wert : 1-6 |
307 | EE_Parameter.Stick_P = 4; //2 // Wert : 1-6 |
295 | EE_Parameter.Stick_D = 8; //8 // Wert : 0-64 |
308 | EE_Parameter.Stick_D = 8; //8 // Wert : 0-64 |
296 | EE_Parameter.Gier_P = 16; // Wert : 1-20 |
309 | EE_Parameter.Gier_P = 16; // Wert : 1-20 |
297 | EE_Parameter.Gas_Min = 15; // Wert : 0-32 |
310 | EE_Parameter.Gas_Min = 15; // Wert : 0-32 |
298 | EE_Parameter.Gas_Max = 250; // Wert : 33-250 |
311 | EE_Parameter.Gas_Max = 250; // Wert : 33-250 |
299 | EE_Parameter.GyroAccFaktor = 26; // Wert : 1-64 |
312 | EE_Parameter.GyroAccFaktor = 26; // Wert : 1-64 |
300 | EE_Parameter.KompassWirkung = 128; // Wert : 0-250 |
313 | EE_Parameter.KompassWirkung = 128; // Wert : 0-250 |
301 | EE_Parameter.Gyro_P = 120; //80 // Wert : 0-250 |
314 | EE_Parameter.Gyro_P = 120; //80 // Wert : 0-250 |
302 | EE_Parameter.Gyro_I = 150; // Wert : 0-250 |
315 | EE_Parameter.Gyro_I = 150; // Wert : 0-250 |
303 | EE_Parameter.UnterspannungsWarnung = 90; // Wert : 0-250 |
316 | EE_Parameter.UnterspannungsWarnung = 94; // Wert : 0-250 |
304 | EE_Parameter.NotGas = 35; // Wert : 0-250 // Gaswert bei Empangsverlust |
317 | EE_Parameter.NotGas = 35; // Wert : 0-250 // Gaswert bei Empangsverlust |
305 | EE_Parameter.NotGasZeit = 20; // Wert : 0-250 // Zeit bis auf NotGas geschaltet wird, wg. Rx-Problemen |
318 | EE_Parameter.NotGasZeit = 20; // Wert : 0-250 // Zeit bis auf NotGas geschaltet wird, wg. Rx-Problemen |
306 | EE_Parameter.UfoAusrichtung = 0; // X oder + Formation |
319 | EE_Parameter.UfoAusrichtung = 0; // X oder + Formation |
307 | EE_Parameter.I_Faktor = 5; |
320 | EE_Parameter.I_Faktor = 0; |
308 | EE_Parameter.UserParam1 = 0; //zur freien Verwendung |
321 | EE_Parameter.UserParam1 = 0; //zur freien Verwendung |
309 | EE_Parameter.UserParam2 = 0; //zur freien Verwendung |
322 | EE_Parameter.UserParam2 = 0; //zur freien Verwendung |
310 | EE_Parameter.UserParam3 = 0; //zur freien Verwendung |
323 | EE_Parameter.UserParam3 = 0; //zur freien Verwendung |
311 | EE_Parameter.UserParam4 = 0; //zur freien Verwendung |
324 | EE_Parameter.UserParam4 = 0; //zur freien Verwendung |
312 | EE_Parameter.ServoNickControl = 100; // Wert : 0-250 // Stellung des Servos |
325 | EE_Parameter.ServoNickControl = 100; // Wert : 0-250 // Stellung des Servos |
313 | EE_Parameter.ServoNickComp = 40; // Wert : 0-250 // Einfluss Gyro/Servo |
326 | EE_Parameter.ServoNickComp = 40; // Wert : 0-250 // Einfluss Gyro/Servo |
314 | EE_Parameter.ServoNickCompInvert = 0; // Wert : 0-250 // Richtung Einfluss Gyro/Servo |
327 | EE_Parameter.ServoNickCompInvert = 0; // Wert : 0-250 // Richtung Einfluss Gyro/Servo |
315 | EE_Parameter.ServoNickMin = 50; // Wert : 0-250 // Anschlag |
328 | EE_Parameter.ServoNickMin = 50; // Wert : 0-250 // Anschlag |
316 | EE_Parameter.ServoNickMax = 150; // Wert : 0-250 // Anschlag |
329 | EE_Parameter.ServoNickMax = 150; // Wert : 0-250 // Anschlag |
317 | EE_Parameter.ServoNickRefresh = 5; |
330 | EE_Parameter.ServoNickRefresh = 5; |
- | 331 | EE_Parameter.LoopGasLimit = 50; |
|
- | 332 | EE_Parameter.LoopThreshold = 90; // Wert: 0-250 Schwelle für Stickausschlag |
|
- | 333 | EE_Parameter.LoopConfig = 0; // Bitcodiert: 0x01=oben, 0x02=unten, 0x04=links, 0x08=rechts / wird getrennt behandelt |
|
318 | memcpy(EE_Parameter.Name, "Normal\0", 12); |
334 | memcpy(EE_Parameter.Name, "Sport\0", 12); |
319 | } |
335 | } |
Line 320... | Line 336... | ||
320 | 336 | ||
321 | void DefaultKonstanten2(void) |
337 | void DefaultKonstanten2(void) |
322 | { |
338 | { |
Line 342... | Line 358... | ||
342 | EE_Parameter.Gas_Max = 250; // Wert : 33-250 |
358 | EE_Parameter.Gas_Max = 250; // Wert : 33-250 |
343 | EE_Parameter.GyroAccFaktor = 26; // Wert : 1-64 |
359 | EE_Parameter.GyroAccFaktor = 26; // Wert : 1-64 |
344 | EE_Parameter.KompassWirkung = 128; // Wert : 0-250 |
360 | EE_Parameter.KompassWirkung = 128; // Wert : 0-250 |
345 | EE_Parameter.Gyro_P = 175; //80 // Wert : 0-250 |
361 | EE_Parameter.Gyro_P = 175; //80 // Wert : 0-250 |
346 | EE_Parameter.Gyro_I = 175; // Wert : 0-250 |
362 | EE_Parameter.Gyro_I = 175; // Wert : 0-250 |
347 | EE_Parameter.UnterspannungsWarnung = 90; // Wert : 0-250 |
363 | EE_Parameter.UnterspannungsWarnung = 94; // Wert : 0-250 |
348 | EE_Parameter.NotGas = 35; // Wert : 0-250 // Gaswert bei Empangsverlust |
364 | EE_Parameter.NotGas = 35; // Wert : 0-250 // Gaswert bei Empangsverlust |
349 | EE_Parameter.NotGasZeit = 20; // Wert : 0-250 // Zeit bis auf NotGas geschaltet wird, wg. Rx-Problemen |
365 | EE_Parameter.NotGasZeit = 20; // Wert : 0-250 // Zeit bis auf NotGas geschaltet wird, wg. Rx-Problemen |
350 | EE_Parameter.UfoAusrichtung = 0; // X oder + Formation |
366 | EE_Parameter.UfoAusrichtung = 0; // X oder + Formation |
351 | EE_Parameter.I_Faktor = 5; |
367 | EE_Parameter.I_Faktor = 0; |
352 | EE_Parameter.UserParam1 = 0; //zur freien Verwendung |
368 | EE_Parameter.UserParam1 = 0; //zur freien Verwendung |
353 | EE_Parameter.UserParam2 = 0; //zur freien Verwendung |
369 | EE_Parameter.UserParam2 = 0; //zur freien Verwendung |
354 | EE_Parameter.UserParam3 = 0; //zur freien Verwendung |
370 | EE_Parameter.UserParam3 = 0; //zur freien Verwendung |
355 | EE_Parameter.UserParam4 = 0; //zur freien Verwendung |
371 | EE_Parameter.UserParam4 = 0; //zur freien Verwendung |
356 | EE_Parameter.ServoNickControl = 100; // Wert : 0-250 // Stellung des Servos |
372 | EE_Parameter.ServoNickControl = 100; // Wert : 0-250 // Stellung des Servos |
357 | EE_Parameter.ServoNickComp = 40; // Wert : 0-250 // Einfluss Gyro/Servo |
373 | EE_Parameter.ServoNickComp = 40; // Wert : 0-250 // Einfluss Gyro/Servo |
358 | EE_Parameter.ServoNickCompInvert = 0; // Wert : 0-250 // Richtung Einfluss Gyro/Servo |
374 | EE_Parameter.ServoNickCompInvert = 0; // Wert : 0-250 // Richtung Einfluss Gyro/Servo |
359 | EE_Parameter.ServoNickMin = 50; // Wert : 0-250 // Anschlag |
375 | EE_Parameter.ServoNickMin = 50; // Wert : 0-250 // Anschlag |
360 | EE_Parameter.ServoNickMax = 150; // Wert : 0-250 // Anschlag |
376 | EE_Parameter.ServoNickMax = 150; // Wert : 0-250 // Anschlag |
361 | EE_Parameter.ServoNickRefresh = 5; |
377 | EE_Parameter.ServoNickRefresh = 5; |
- | 378 | EE_Parameter.LoopGasLimit = 50; |
|
- | 379 | EE_Parameter.LoopThreshold = 90; // Wert: 0-250 Schwelle für Stickausschlag |
|
- | 380 | EE_Parameter.LoopConfig = 0; // Bitcodiert: 0x01=oben, 0x02=unten, 0x04=links, 0x08=rechts |
|
362 | memcpy(EE_Parameter.Name, "Kamera\0", 12); |
381 | memcpy(EE_Parameter.Name, "Kamera\0", 12); |
363 | } |
382 | } |
Line 364... | Line 383... | ||
364 | 383 | ||
Line 380... | Line 399... | ||
380 | CHK_POTI(Parameter_I_Faktor,EE_Parameter.I_Faktor,0,255); |
399 | CHK_POTI(Parameter_I_Faktor,EE_Parameter.I_Faktor,0,255); |
381 | CHK_POTI(Parameter_UserParam1,EE_Parameter.UserParam1,0,255); |
400 | CHK_POTI(Parameter_UserParam1,EE_Parameter.UserParam1,0,255); |
382 | CHK_POTI(Parameter_UserParam2,EE_Parameter.UserParam2,0,255); |
401 | CHK_POTI(Parameter_UserParam2,EE_Parameter.UserParam2,0,255); |
383 | CHK_POTI(Parameter_UserParam3,EE_Parameter.UserParam3,0,255); |
402 | CHK_POTI(Parameter_UserParam3,EE_Parameter.UserParam3,0,255); |
384 | CHK_POTI(Parameter_UserParam4,EE_Parameter.UserParam4,0,255); |
403 | CHK_POTI(Parameter_UserParam4,EE_Parameter.UserParam4,0,255); |
385 | - | ||
386 | unsigned char ServoNickComp; // Wert : 0-250 // Einfluss Gyro/Servo |
- | |
387 | unsigned char ServoNickCompInvert; // Wert : 0-250 // Richtung Einfluss Gyro/Servo |
- | |
388 | unsigned char ServoNickMin; // Wert : 0-250 // Anschlag |
- | |
389 | unsigned char ServoNickMax; // Wert : 0-250 // Anschlag |
- | |
390 | - | ||
391 | - | ||
392 | CHK_POTI(Parameter_ServoNickControl,EE_Parameter.ServoNickControl,0,255); |
404 | CHK_POTI(Parameter_ServoNickControl,EE_Parameter.ServoNickControl,0,255); |
393 | CHK_POTI(Parameter_ServoNickControl,EE_Parameter.ServoNickControl,0,255); |
405 | CHK_POTI(Parameter_ServoNickControl,EE_Parameter.ServoNickControl,0,255); |
394 | CHK_POTI(Parameter_ServoNickControl,EE_Parameter.ServoNickControl,0,255); |
406 | CHK_POTI(Parameter_ServoNickControl,EE_Parameter.ServoNickControl,0,255); |
- | 407 | CHK_POTI(Parameter_LoopGasLimit,EE_Parameter.LoopGasLimit,0,255); |
|
Line 395... | Line 408... | ||
395 | 408 | ||
396 | Ki = (float) Parameter_I_Faktor * 0.0001; |
409 | Ki = (float) Parameter_I_Faktor * 0.0001; |
397 | MAX_GAS = EE_Parameter.Gas_Max; |
410 | MAX_GAS = EE_Parameter.Gas_Max; |
398 | MIN_GAS = EE_Parameter.Gas_Min; |
411 | MIN_GAS = EE_Parameter.Gas_Min; |
Line 406... | Line 419... | ||
406 | { |
419 | { |
407 | int motorwert,pd_ergebnis,h,tmp_int; |
420 | int motorwert,pd_ergebnis,h,tmp_int; |
408 | int GierMischanteil,GasMischanteil; |
421 | int GierMischanteil,GasMischanteil; |
409 | static long SummeNick=0,SummeRoll=0; |
422 | static long SummeNick=0,SummeRoll=0; |
410 | static long sollGier = 0,tmp_long,tmp_long2; |
423 | static long sollGier = 0,tmp_long,tmp_long2; |
411 | static int IntegralFehlerNick = 0; |
424 | long IntegralFehlerNick = 0; |
412 | static int IntegralFehlerRoll = 0; |
425 | long IntegralFehlerRoll = 0; |
413 | static unsigned int RcLostTimer; |
426 | static unsigned int RcLostTimer; |
414 | static unsigned char delay_neutral = 0; |
427 | static unsigned char delay_neutral = 0; |
415 | static unsigned char delay_einschalten = 0,delay_ausschalten = 0; |
428 | static unsigned char delay_einschalten = 0,delay_ausschalten = 0; |
416 | static unsigned int modell_fliegt = 0; |
429 | static unsigned int modell_fliegt = 0; |
417 | static int hoehenregler = 0; |
430 | static int hoehenregler = 0; |
Line 424... | Line 437... | ||
424 | // +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
437 | // +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
425 | // Gaswert ermitteln |
438 | // Gaswert ermitteln |
426 | // +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
439 | // +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
427 | GasMischanteil = PPM_in[EE_Parameter.Kanalbelegung[K_GAS]] + 120; |
440 | GasMischanteil = PPM_in[EE_Parameter.Kanalbelegung[K_GAS]] + 120; |
428 | if(GasMischanteil < 0) GasMischanteil = 0; |
441 | if(GasMischanteil < 0) GasMischanteil = 0; |
429 | - | ||
430 | // +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
442 | // +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
431 | // Emfang schlecht |
443 | // Emfang schlecht |
432 | // +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
444 | // +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
433 | if(SenderOkay < 100) |
445 | if(SenderOkay < 100) |
434 | { |
446 | { |
- | 447 | if(!PcZugriff) |
|
- | 448 | { |
|
- | 449 | if(BeepMuster == 0xffff) |
|
- | 450 | { |
|
435 | if(!PcZugriff) beeptime = 500; |
451 | beeptime = 15000; |
- | 452 | BeepMuster = 0x0c00; |
|
- | 453 | } |
|
- | 454 | } |
|
436 | if(RcLostTimer) RcLostTimer--; |
455 | if(RcLostTimer) RcLostTimer--; |
437 | else |
456 | else |
438 | { |
457 | { |
439 | MotorenEin = 0; |
458 | MotorenEin = 0; |
440 | Notlandung = 0; |
459 | Notlandung = 0; |
Line 445... | Line 464... | ||
445 | GasMischanteil = EE_Parameter.NotGas; |
464 | GasMischanteil = EE_Parameter.NotGas; |
446 | Notlandung = 1; |
465 | Notlandung = 1; |
447 | PPM_in[EE_Parameter.Kanalbelegung[K_NICK]] = 0; |
466 | PPM_in[EE_Parameter.Kanalbelegung[K_NICK]] = 0; |
448 | PPM_in[EE_Parameter.Kanalbelegung[K_ROLL]] = 0; |
467 | PPM_in[EE_Parameter.Kanalbelegung[K_ROLL]] = 0; |
449 | PPM_in[EE_Parameter.Kanalbelegung[K_GIER]] = 0; |
468 | PPM_in[EE_Parameter.Kanalbelegung[K_GIER]] = 0; |
450 | /* Poti1 = 65; |
- | |
451 | Poti2 = 48; |
- | |
452 | Poti3 = 0; |
- | |
453 | */ } |
469 | } |
454 | else MotorenEin = 0; |
470 | else MotorenEin = 0; |
455 | } |
471 | } |
456 | else |
472 | else |
457 | // +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
473 | // +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
458 | // Emfang gut |
474 | // Emfang gut |
Line 481... | Line 497... | ||
481 | { |
497 | { |
482 | unsigned char setting; |
498 | unsigned char setting; |
483 | if(++delay_neutral > 200) // nicht sofort |
499 | if(++delay_neutral > 200) // nicht sofort |
484 | { |
500 | { |
485 | GRN_OFF; |
501 | GRN_OFF; |
486 | SetNeutral(); |
- | |
487 | MotorenEin = 0; |
502 | MotorenEin = 0; |
488 | delay_neutral = 0; |
503 | delay_neutral = 0; |
489 | modell_fliegt = 0; |
504 | modell_fliegt = 0; |
490 | if(PPM_in[EE_Parameter.Kanalbelegung[K_NICK]] > 70 || abs(PPM_in[EE_Parameter.Kanalbelegung[K_ROLL]]) > 70) |
505 | if(PPM_in[EE_Parameter.Kanalbelegung[K_NICK]] > 70 || abs(PPM_in[EE_Parameter.Kanalbelegung[K_ROLL]]) > 70) |
491 | { |
506 | { |
Line 494... | Line 509... | ||
494 | if(PPM_in[EE_Parameter.Kanalbelegung[K_ROLL]] < 70 && PPM_in[EE_Parameter.Kanalbelegung[K_NICK]] > 70) setting = 3; |
509 | if(PPM_in[EE_Parameter.Kanalbelegung[K_ROLL]] < 70 && PPM_in[EE_Parameter.Kanalbelegung[K_NICK]] > 70) setting = 3; |
495 | if(PPM_in[EE_Parameter.Kanalbelegung[K_ROLL]] <-70 && PPM_in[EE_Parameter.Kanalbelegung[K_NICK]] > 70) setting = 4; |
510 | if(PPM_in[EE_Parameter.Kanalbelegung[K_ROLL]] <-70 && PPM_in[EE_Parameter.Kanalbelegung[K_NICK]] > 70) setting = 4; |
496 | if(PPM_in[EE_Parameter.Kanalbelegung[K_ROLL]] <-70 && PPM_in[EE_Parameter.Kanalbelegung[K_NICK]] < 70) setting = 5; |
511 | if(PPM_in[EE_Parameter.Kanalbelegung[K_ROLL]] <-70 && PPM_in[EE_Parameter.Kanalbelegung[K_NICK]] < 70) setting = 5; |
497 | eeprom_write_byte(&EEPromArray[EEPROM_ADR_ACTIVE_SET], setting); // aktiven Datensatz merken |
512 | eeprom_write_byte(&EEPromArray[EEPROM_ADR_ACTIVE_SET], setting); // aktiven Datensatz merken |
498 | } |
513 | } |
499 | ReadParameterSet(GetActiveParamSetNumber(), (unsigned char *) &EE_Parameter.Kanalbelegung[0], STRUCT_PARAM_LAENGE); |
- | |
500 | Piep(GetActiveParamSetNumber()); |
- | |
501 | if((EE_Parameter.GlobalConfig & CFG_HOEHENREGELUNG)) // Höhenregelung aktiviert? |
514 | if((EE_Parameter.GlobalConfig & CFG_HOEHENREGELUNG)) // Höhenregelung aktiviert? |
502 | { |
515 | { |
503 | if((MessLuftdruck > 950) || (MessLuftdruck < 750)) SucheLuftruckOffset(); |
516 | if((MessLuftdruck > 950) || (MessLuftdruck < 750)) SucheLuftruckOffset(); |
504 | } |
517 | } |
- | 518 | ReadParameterSet(GetActiveParamSetNumber(), (unsigned char *) &EE_Parameter.Kanalbelegung[0], STRUCT_PARAM_LAENGE); |
|
- | 519 | SetNeutral(); |
|
- | 520 | Piep(GetActiveParamSetNumber()); |
|
505 | } |
521 | } |
506 | } |
522 | } |
507 | else delay_neutral = 0; |
523 | else delay_neutral = 0; |
508 | } |
524 | } |
509 | // +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
525 | // +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
Line 560... | Line 576... | ||
560 | StickNick = PPM_in[EE_Parameter.Kanalbelegung[K_NICK]] * EE_Parameter.Stick_P; |
576 | StickNick = PPM_in[EE_Parameter.Kanalbelegung[K_NICK]] * EE_Parameter.Stick_P; |
561 | StickNick += PPM_diff[EE_Parameter.Kanalbelegung[K_NICK]] * EE_Parameter.Stick_D; |
577 | StickNick += PPM_diff[EE_Parameter.Kanalbelegung[K_NICK]] * EE_Parameter.Stick_D; |
562 | StickRoll = PPM_in[EE_Parameter.Kanalbelegung[K_ROLL]] * EE_Parameter.Stick_P; |
578 | StickRoll = PPM_in[EE_Parameter.Kanalbelegung[K_ROLL]] * EE_Parameter.Stick_P; |
563 | StickRoll += PPM_diff[EE_Parameter.Kanalbelegung[K_ROLL]] * EE_Parameter.Stick_D; |
579 | StickRoll += PPM_diff[EE_Parameter.Kanalbelegung[K_ROLL]] * EE_Parameter.Stick_D; |
564 | StickGier = -PPM_in[EE_Parameter.Kanalbelegung[K_GIER]]; |
580 | StickGier = -PPM_in[EE_Parameter.Kanalbelegung[K_GIER]]; |
565 | - | ||
566 | GyroFaktor = ((float)Parameter_Gyro_P + 10.0) / 256.0; |
581 | GyroFaktor = ((float)Parameter_Gyro_P + 10.0) / 256.0; |
567 | IntegralFaktor = ((float) Parameter_Gyro_I) / 44000; |
582 | IntegralFaktor = ((float) Parameter_Gyro_I) / 44000; |
Line 568... | Line 583... | ||
568 | 583 | ||
569 | if(EE_Parameter.GlobalConfig & CFG_HEADING_HOLD) IntegralFaktor = 0; |
584 | if(EE_Parameter.GlobalConfig & CFG_HEADING_HOLD) IntegralFaktor = 0; |
570 | if(GyroFaktor < 0) GyroFaktor = 0; |
585 | if(GyroFaktor < 0) GyroFaktor = 0; |
- | 586 | if(IntegralFaktor < 0) IntegralFaktor = 0; |
|
- | 587 | // greift in den Stick ein, um ungewolltes überschlagen zu verhindern |
|
- | 588 | if(!(EE_Parameter.LoopConfig & CFG_LOOP_LINKS) && !(EE_Parameter.LoopConfig & CFG_LOOP_RECHTS)) |
|
- | 589 | { |
|
- | 590 | if(IntegralNick > 60000) |
|
- | 591 | { |
|
- | 592 | StickNick -= 8 * EE_Parameter.Stick_P; |
|
- | 593 | if(IntegralNick > 80000) StickNick -= 16 * EE_Parameter.Stick_P; |
|
- | 594 | } |
|
- | 595 | else |
|
- | 596 | if(IntegralNick < -60000) |
|
- | 597 | { |
|
- | 598 | StickNick += 8 * EE_Parameter.Stick_P; |
|
- | 599 | if(IntegralNick > 80000) StickNick -= 16 * EE_Parameter.Stick_P; |
|
- | 600 | } |
|
- | 601 | if(IntegralRoll > 60000) |
|
- | 602 | { |
|
- | 603 | StickRoll -= 8 * EE_Parameter.Stick_P; |
|
- | 604 | if(IntegralRoll > 80000) StickRoll -= 16 * EE_Parameter.Stick_P; |
|
- | 605 | } |
|
- | 606 | else |
|
- | 607 | if(IntegralRoll < -60000) |
|
- | 608 | { |
|
- | 609 | StickRoll += 8 * EE_Parameter.Stick_P; |
|
- | 610 | if(IntegralRoll > 80000) StickRoll -= 16 * EE_Parameter.Stick_P; |
|
- | 611 | } |
|
- | 612 | } |
|
571 | if(IntegralFaktor < 0) IntegralFaktor = 0; |
613 | |
- | 614 | } |
|
- | 615 | ||
- | 616 | // +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
|
- | 617 | // Looping? |
|
- | 618 | // +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
|
- | 619 | if(((PPM_in[EE_Parameter.Kanalbelegung[K_ROLL]] > EE_Parameter.LoopThreshold) && EE_Parameter.LoopConfig & CFG_LOOP_LINKS) || |
|
- | 620 | ((PPM_in[EE_Parameter.Kanalbelegung[K_ROLL]] < -EE_Parameter.LoopThreshold) && EE_Parameter.LoopConfig & CFG_LOOP_RECHTS)) |
|
- | 621 | { |
|
- | 622 | Looping_Roll = 1; |
|
- | 623 | if(GasMischanteil > EE_Parameter.LoopGasLimit) GasMischanteil = EE_Parameter.LoopGasLimit; |
|
- | 624 | } |
|
- | 625 | else Looping_Roll = 0; |
|
- | 626 | ||
- | 627 | if(((PPM_in[EE_Parameter.Kanalbelegung[K_NICK]] > EE_Parameter.LoopThreshold) && EE_Parameter.LoopConfig & CFG_LOOP_OBEN) || |
|
- | 628 | ((PPM_in[EE_Parameter.Kanalbelegung[K_NICK]] < -EE_Parameter.LoopThreshold) && EE_Parameter.LoopConfig & CFG_LOOP_UNTEN)) |
|
- | 629 | { |
|
- | 630 | Looping_Nick = 1; |
|
- | 631 | Looping_Roll = 0; |
|
- | 632 | if(GasMischanteil > EE_Parameter.LoopGasLimit) GasMischanteil = EE_Parameter.LoopGasLimit; |
|
- | 633 | } |
|
- | 634 | else Looping_Nick = 0; |
|
- | 635 | ||
572 | } |
636 | |
573 | // +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
637 | // +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
574 | // Bei Empfangsausfall im Flug |
638 | // Bei Empfangsausfall im Flug |
575 | // +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
639 | // +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
576 | if(Notlandung) |
640 | if(Notlandung) |
577 | { |
641 | { |
578 | StickGier = 0; |
642 | StickGier = 0; |
579 | StickNick = 0; |
643 | StickNick = 0; |
580 | StickRoll = 0; |
644 | StickRoll = 0; |
581 | GyroFaktor = 0.1; |
645 | GyroFaktor = 0.1; |
- | 646 | IntegralFaktor = 0.005; |
|
- | 647 | Looping_Roll = 0; |
|
582 | IntegralFaktor = 0.005; |
648 | Looping_Nick = 0; |
583 | } |
649 | } |
584 | // +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
650 | // +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
585 | // Gyro-Drift kompensieren |
651 | // Gyro-Drift kompensieren |
586 | // +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
652 | // +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
Line 592... | Line 658... | ||
592 | ZaehlMessungen = 0; |
658 | ZaehlMessungen = 0; |
593 | if(IntegralFehlerNick > 500/DRIFT_FAKTOR) AdNeutralNick++; |
659 | if(IntegralFehlerNick > 500/DRIFT_FAKTOR) AdNeutralNick++; |
594 | if(IntegralFehlerNick < -500/DRIFT_FAKTOR) AdNeutralNick--; |
660 | if(IntegralFehlerNick < -500/DRIFT_FAKTOR) AdNeutralNick--; |
595 | if(IntegralFehlerRoll > 500/DRIFT_FAKTOR) AdNeutralRoll++; |
661 | if(IntegralFehlerRoll > 500/DRIFT_FAKTOR) AdNeutralRoll++; |
596 | if(IntegralFehlerRoll < -500/DRIFT_FAKTOR) AdNeutralRoll--; |
662 | if(IntegralFehlerRoll < -500/DRIFT_FAKTOR) AdNeutralRoll--; |
597 | if(Mess_Integral_Gier2 > 500/DRIFT_FAKTOR) AdNeutralGier--; |
663 | // if(Mess_Integral_Gier2 > 500/DRIFT_FAKTOR) AdNeutralGier--; // macht nur mit Referenz (Kompass Sinn) |
598 | if(Mess_Integral_Gier2 <-500/DRIFT_FAKTOR) AdNeutralGier++; |
664 | // if(Mess_Integral_Gier2 <-500/DRIFT_FAKTOR) AdNeutralGier++; // macht nur mit Referenz (Kompass Sinn) |
599 | ANALOG_OFF; // ADC ausschalten, damit die Werte sich nicht während der Berechnung ändern |
665 | ANALOG_OFF; // ADC ausschalten, damit die Werte sich nicht während der Berechnung ändern |
600 | Mess_IntegralNick2 = IntegralNick; |
666 | Mess_IntegralNick2 = IntegralNick; |
601 | Mess_IntegralRoll2 = IntegralRoll; |
667 | Mess_IntegralRoll2 = IntegralRoll; |
602 | Mess_Integral_Gier2 = Integral_Gier; |
668 | Mess_Integral_Gier2 = Integral_Gier; |
603 | ANALOG_ON; // ADC einschalten |
669 | ANALOG_ON; // ADC einschalten |
604 | } |
670 | } |
605 | // +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
671 | // +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
606 | // Integrale auf ACC-Signal abgleichen |
672 | // Integrale auf ACC-Signal abgleichen |
607 | // +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
673 | // +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
- | 674 | if(IntegralFaktor && !Looping_Nick && !Looping_Roll) |
|
- | 675 | { |
|
608 | tmp_long = (long)(IntegralNick / EE_Parameter.GyroAccFaktor - (long)Mittelwert_AccNick) / 16; |
676 | tmp_long = (long)(IntegralNick / EE_Parameter.GyroAccFaktor - (long)Mittelwert_AccNick); |
- | 677 | if(labs(Mittelwert_AccNick) < 200) tmp_long /= 8; |
|
- | 678 | else tmp_long /= 16; |
|
609 | tmp_long2 = (long)(IntegralRoll / EE_Parameter.GyroAccFaktor - (long)Mittelwert_AccRoll) / 16; |
679 | tmp_long2 = (long)(IntegralRoll / EE_Parameter.GyroAccFaktor - (long)Mittelwert_AccRoll); |
- | 680 | if(labs(Mittelwert_AccRoll) < 200) tmp_long2 /= 8; |
|
- | 681 | else tmp_long2 /= 16; |
|
- | 682 | ||
610 | #define AUSGLEICH 500 |
683 | #define AUSGLEICH 500 |
611 | if(tmp_long > AUSGLEICH) tmp_long = AUSGLEICH; |
684 | if(tmp_long > AUSGLEICH) tmp_long = AUSGLEICH; |
612 | if(tmp_long < -AUSGLEICH) tmp_long =-AUSGLEICH; |
685 | if(tmp_long < -AUSGLEICH) tmp_long =-AUSGLEICH; |
613 | if(tmp_long2 > AUSGLEICH) tmp_long2 = AUSGLEICH; |
686 | if(tmp_long2 > AUSGLEICH) tmp_long2 = AUSGLEICH; |
614 | if(tmp_long2 <-AUSGLEICH) tmp_long2 =-AUSGLEICH; |
687 | if(tmp_long2 <-AUSGLEICH) tmp_long2 =-AUSGLEICH; |
- | 688 | } |
|
- | 689 | else |
|
- | 690 | { |
|
- | 691 | tmp_long = 0; |
|
- | 692 | tmp_long2 = 0; |
|
- | 693 | } |
|
615 | ANALOG_OFF; // ADC ausschalten, damit die Werte sich nicht während der Berechnung ändern |
694 | ANALOG_OFF; // ADC ausschalten, damit die Werte sich nicht während der Berechnung ändern |
616 | Mess_IntegralNick -= tmp_long; |
695 | Mess_IntegralNick -= tmp_long; |
617 | Mess_IntegralRoll -= tmp_long2; |
696 | Mess_IntegralRoll -= tmp_long2; |
618 | // +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
697 | // +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
619 | // Gieren |
698 | // Gieren |
620 | // +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
699 | // +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
621 | sollGier = StickGier; |
- | |
622 | if(abs(StickGier) > 35) |
700 | if(abs(StickGier) > 35) |
623 | { |
701 | { |
624 | if(!(EE_Parameter.GlobalConfig & CFG_KOMPASS_FIX)) NeueKompassRichtungMerken = 1; |
702 | if(!(EE_Parameter.GlobalConfig & CFG_KOMPASS_FIX)) NeueKompassRichtungMerken = 1; |
625 | } |
703 | } |
626 | tmp_int = EE_Parameter.Gier_P * (sollGier * abs(sollGier)) / 256; // expo |
704 | tmp_int = EE_Parameter.Gier_P * (StickGier * abs(StickGier)) / 512; // expo y = ax + bx² |
- | 705 | tmp_int += (EE_Parameter.Gier_P * StickGier) / 4; |
|
- | 706 | sollGier = tmp_int; |
|
627 | Mess_Integral_Gier -= tmp_int; |
707 | Mess_Integral_Gier -= tmp_int; |
628 | if(Mess_Integral_Gier > 30000) Mess_Integral_Gier = 30000; // begrenzen |
708 | if(Mess_Integral_Gier > 25000) Mess_Integral_Gier = 25000; // begrenzen |
629 | if(Mess_Integral_Gier <-30000) Mess_Integral_Gier =-30000; |
709 | if(Mess_Integral_Gier <-25000) Mess_Integral_Gier =-25000; |
Line 630... | Line 710... | ||
630 | 710 | ||
Line 631... | Line 711... | ||
631 | ANALOG_ON; // ADC einschalten |
711 | ANALOG_ON; // ADC einschalten |
632 | 712 | ||
633 | // +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
713 | // +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
634 | // Kompass |
- | |
635 | // +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
714 | // Kompass |
636 | //KompassValue = 12; |
715 | // +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
637 | if(KompassValue && (EE_Parameter.GlobalConfig & CFG_KOMPASS_AKTIV)) |
716 | if(KompassValue && (EE_Parameter.GlobalConfig & CFG_KOMPASS_AKTIV)) |
638 | { |
717 | { |
639 | int w,v; |
718 | int w,v; |
Line 656... | Line 735... | ||
656 | if(SignalSchlecht) SignalSchlecht--; |
735 | if(SignalSchlecht) SignalSchlecht--; |
657 | } |
736 | } |
658 | else SignalSchlecht = 500; // so lange das Signal taub stellen --> ca. 1 sek |
737 | else SignalSchlecht = 500; // so lange das Signal taub stellen --> ca. 1 sek |
659 | } |
738 | } |
660 | // +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
739 | // +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
661 | // +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
- | |
Line 662... | Line 740... | ||
662 | 740 | ||
663 | // +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
741 | // +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
664 | // Debugwerte zuordnen |
742 | // Debugwerte zuordnen |
665 | // +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
- | |
666 | DebugOut.Sekunden++; |
743 | // +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
667 | if(!TimerWerteausgabe--) |
744 | if(!TimerWerteausgabe--) |
668 | { |
745 | { |
669 | TimerWerteausgabe = 49; |
- | |
670 | // DebugOut.Analog[0] = MesswertNick; |
- | |
671 | // DebugOut.Analog[1] = MesswertRoll; |
- | |
672 | // DebugOut.Analog[2] = MesswertGier; |
746 | TimerWerteausgabe = 49; |
673 | DebugOut.Analog[0] = IntegralNick / EE_Parameter.GyroAccFaktor; |
747 | DebugOut.Analog[0] = IntegralNick / EE_Parameter.GyroAccFaktor; |
674 | DebugOut.Analog[1] = IntegralRoll / EE_Parameter.GyroAccFaktor; |
748 | DebugOut.Analog[1] = IntegralRoll / EE_Parameter.GyroAccFaktor; |
675 | DebugOut.Analog[2] = Mittelwert_AccNick; |
749 | DebugOut.Analog[2] = Mittelwert_AccNick; |
676 | DebugOut.Analog[3] = Mittelwert_AccRoll; |
750 | DebugOut.Analog[3] = Mittelwert_AccRoll; |
677 | DebugOut.Analog[4] = MesswertGier; |
751 | DebugOut.Analog[4] = MesswertGier; |
678 | DebugOut.Analog[5] = HoehenWert; |
752 | DebugOut.Analog[5] = HoehenWert; |
679 | DebugOut.Analog[6] = (Mess_Integral_Hoch / 512); |
- | |
680 | DebugOut.Analog[7] = GasMischanteil; |
753 | DebugOut.Analog[6] = (Mess_Integral_Hoch / 512); |
- | 754 | DebugOut.Analog[8] = KompassValue; |
|
- | 755 | ||
- | 756 | /* DebugOut.Analog[16] = motor_rx[0]; |
|
- | 757 | DebugOut.Analog[17] = motor_rx[1]; |
|
- | 758 | DebugOut.Analog[18] = motor_rx[2]; |
|
- | 759 | DebugOut.Analog[19] = motor_rx[3]; |
|
- | 760 | DebugOut.Analog[20] = motor_rx[0] + motor_rx[1] + motor_rx[2] + motor_rx[3]; |
|
- | 761 | DebugOut.Analog[20] /= 14; |
|
- | 762 | DebugOut.Analog[21] = motor_rx[4]; |
|
- | 763 | DebugOut.Analog[22] = motor_rx[5]; |
|
- | 764 | DebugOut.Analog[23] = motor_rx[6]; |
|
- | 765 | DebugOut.Analog[24] = motor_rx[7]; |
|
- | 766 | DebugOut.Analog[25] = motor_rx[4] + motor_rx[5] + motor_rx[6] + motor_rx[7]; |
|
- | 767 | */ |
|
681 | DebugOut.Analog[8] = KompassValue; |
768 | // DebugOut.Analog[9] = MesswertNick; |
682 | // DebugOut.Analog[9] = SollHoehe; |
769 | // DebugOut.Analog[9] = SollHoehe; |
683 | // DebugOut.Analog[10] = Mess_Integral_Gier / 128; |
770 | // DebugOut.Analog[10] = Mess_Integral_Gier / 128; |
684 | // DebugOut.Analog[11] = KompassStartwert; |
771 | // DebugOut.Analog[11] = KompassStartwert; |
685 | // DebugOut.Analog[10] = Parameter_Gyro_I; |
772 | // DebugOut.Analog[10] = Parameter_Gyro_I; |
Line 688... | Line 775... | ||
688 | // DebugOut.Analog[10] = GasMischanteil; |
775 | // DebugOut.Analog[10] = GasMischanteil; |
689 | // DebugOut.Analog[3] = HoeheD * 32; |
776 | // DebugOut.Analog[3] = HoeheD * 32; |
690 | // DebugOut.Analog[4] = hoehenregler; |
777 | // DebugOut.Analog[4] = hoehenregler; |
691 | } |
778 | } |
Line 692... | Line -... | ||
692 | - | ||
693 | 779 | ||
694 | // +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
780 | // +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
695 | // Drehgeschwindigkeit und -winkel zu einem Istwert zusammenfassen |
781 | // Drehgeschwindigkeit und -winkel zu einem Istwert zusammenfassen |
- | 782 | // +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
|
696 | // +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
783 | if(Looping_Nick) MesswertNick = MesswertNick * GyroFaktor; |
- | 784 | else MesswertNick = IntegralNick * IntegralFaktor + MesswertNick * GyroFaktor; |
|
697 | MesswertNick = IntegralNick * IntegralFaktor + MesswertNick * GyroFaktor; |
785 | if(Looping_Roll) MesswertRoll = MesswertRoll * GyroFaktor; |
698 | MesswertRoll = IntegralRoll * IntegralFaktor + MesswertRoll * GyroFaktor; |
786 | else MesswertRoll = IntegralRoll * IntegralFaktor + MesswertRoll * GyroFaktor; |
- | 787 | // MesswertGier = MesswertGier * (GyroFaktor/2) + Integral_Gier * IntegralFaktor; |
|
Line 699... | Line 788... | ||
699 | MesswertGier = MesswertGier * (GyroFaktor/2) + Integral_Gier * IntegralFaktor; |
788 | MesswertGier = MesswertGier * (GyroFaktor) + Integral_Gier * IntegralFaktor/2; |
700 | 789 | ||
701 | // Maximalwerte abfangen |
790 | // Maximalwerte abfangen |
702 | #define MAX_SENSOR 2048 |
791 | #define MAX_SENSOR 2048 |
Line 753... | Line 842... | ||
753 | } |
842 | } |
754 | } |
843 | } |
755 | // +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
844 | // +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
756 | // + Mischer und PI-Regler |
845 | // + Mischer und PI-Regler |
757 | // +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
846 | // +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
- | 847 | DebugOut.Analog[7] = GasMischanteil; |
|
Line 758... | Line 848... | ||
758 | 848 | ||
759 | // +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
849 | // +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
760 | // Gier-Anteil |
850 | // Gier-Anteil |
- | 851 | // +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
|
761 | // +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
852 | #define MUL_G 1.4 |
- | 853 | GierMischanteil = MesswertGier - sollGier; // Regler für Gier |
|
762 | GierMischanteil = MesswertGier - sollGier; // Regler für Gier |
854 | //GierMischanteil = 0; |
- | 855 | if(GierMischanteil > (MUL_G * GasMischanteil)) GierMischanteil = MUL_G * GasMischanteil; |
|
- | 856 | if(GierMischanteil < -(MUL_G * GasMischanteil)) GierMischanteil = -(MUL_G * GasMischanteil); |
|
763 | if(GierMischanteil > 100) GierMischanteil = 100; |
857 | |
764 | if(GierMischanteil < -100) GierMischanteil = -100; |
858 | if(GasMischanteil < 10) GierMischanteil = 0; |
765 | // +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
859 | // +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
766 | // Nick-Achse |
860 | // Nick-Achse |
- | 861 | // +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
|
767 | // +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
862 | |
768 | DiffNick = Kp * (MesswertNick - (StickNick - GPS_Nick)); // Differenz bestimmen |
863 | DiffNick = Kp * (MesswertNick - (StickNick - GPS_Nick)); // Differenz bestimmen |
769 | SummeNick += DiffNick; // I-Anteil |
864 | SummeNick += DiffNick; // I-Anteil |
770 | if(SummeNick > 0) SummeNick-= (abs(SummeNick)/256 + 1); else SummeNick += abs(SummeNick)/256 + 1; |
865 | if(SummeNick > 0) SummeNick-= (abs(SummeNick)/256 + 1); else SummeNick += abs(SummeNick)/256 + 1; |
771 | if(SummeNick > 16000) SummeNick = 16000; |
866 | if(SummeNick > 16000) SummeNick = 16000; |
772 | if(SummeNick < -16000) SummeNick = -16000; |
867 | if(SummeNick < -16000) SummeNick = -16000; |
773 | pd_ergebnis = DiffNick + Ki * SummeNick; // PI-Regler für Nick |
868 | pd_ergebnis = DiffNick;// + Ki * SummeNick; // PI-Regler für Nick |
- | 869 | // Motor Vorn |
|
- | 870 | #define MUL 2 |
|
- | 871 | if((pd_ergebnis > MUL * (GasMischanteil))) pd_ergebnis = MUL * (GasMischanteil); |
|
- | 872 | if((pd_ergebnis < -MUL * (GasMischanteil))) pd_ergebnis = -MUL * (GasMischanteil); |
|
774 | // Motor Vorn |
873 | |
775 | motorwert = GasMischanteil + pd_ergebnis + GierMischanteil; // Mischer |
874 | motorwert = GasMischanteil + pd_ergebnis + GierMischanteil; // Mischer |
776 | if ((motorwert < 0) | (GasMischanteil < 10)) motorwert = 0; |
875 | if ((motorwert < 0)) motorwert = 0; |
777 | else if(motorwert > MAX_GAS) motorwert = MAX_GAS; |
876 | else if(motorwert > MAX_GAS) motorwert = MAX_GAS; |
778 | if (motorwert < MIN_GAS) motorwert = MIN_GAS; |
877 | if (motorwert < MIN_GAS) motorwert = MIN_GAS; |
779 | Motor_Vorne = motorwert; |
878 | Motor_Vorne = motorwert; |
780 | // Motor Heck |
879 | // Motor Heck |
781 | motorwert = GasMischanteil - pd_ergebnis + GierMischanteil; |
880 | motorwert = GasMischanteil - pd_ergebnis + GierMischanteil; |
782 | if ((motorwert < 0) | (GasMischanteil < 10)) motorwert = 0; |
881 | if ((motorwert < 0)) motorwert = 0; |
783 | else if(motorwert > MAX_GAS) motorwert = MAX_GAS; |
882 | else if(motorwert > MAX_GAS) motorwert = MAX_GAS; |
784 | if (motorwert < MIN_GAS) motorwert = MIN_GAS; |
883 | if (motorwert < MIN_GAS) motorwert = MIN_GAS; |
785 | Motor_Hinten = motorwert; |
- | |
786 | 884 | Motor_Hinten = motorwert; |
|
787 | // +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
885 | // +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
788 | // Roll-Achse |
886 | // Roll-Achse |
789 | // +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
887 | // +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
790 | DiffRoll = Kp * (MesswertRoll - (StickRoll - GPS_Roll)); // Differenz bestimmen |
888 | DiffRoll = Kp * (MesswertRoll - (StickRoll - GPS_Roll)); // Differenz bestimmen |
791 | SummeRoll += DiffRoll; // I-Anteil |
889 | SummeRoll += DiffRoll; // I-Anteil |
792 | if(SummeRoll > 0) SummeRoll-= (abs(SummeRoll)/256 + 1); else SummeRoll += abs(SummeRoll)/256 + 1; |
890 | if(SummeRoll > 0) SummeRoll-= (abs(SummeRoll)/256 + 1); else SummeRoll += abs(SummeRoll)/256 + 1; |
793 | if(SummeRoll > 16000) SummeRoll = 16000; |
891 | if(SummeRoll > 16000) SummeRoll = 16000; |
794 | if(SummeRoll < -16000) SummeRoll = -16000; |
892 | if(SummeRoll < -16000) SummeRoll = -16000; |
- | 893 | pd_ergebnis = DiffRoll;// + Ki * SummeRoll; // PI-Regler für Roll |
|
- | 894 | if((pd_ergebnis > MUL * (GasMischanteil))) pd_ergebnis = MUL * (GasMischanteil); |
|
795 | pd_ergebnis = DiffRoll + Ki * SummeRoll; // PI-Regler für Roll |
895 | if((pd_ergebnis < -MUL * (GasMischanteil))) pd_ergebnis = -MUL * (GasMischanteil); |
796 | // Motor Links |
896 | // Motor Links |
797 | motorwert = GasMischanteil + pd_ergebnis - GierMischanteil; |
897 | motorwert = GasMischanteil + pd_ergebnis - GierMischanteil; |
798 | if ((motorwert < 0) | (GasMischanteil < 10)) motorwert = 0; |
898 | if ((motorwert < 0)) motorwert = 0; |
799 | else if(motorwert > MAX_GAS) motorwert = MAX_GAS; |
899 | else if(motorwert > MAX_GAS) motorwert = MAX_GAS; |
800 | if (motorwert < MIN_GAS) motorwert = MIN_GAS; |
900 | if (motorwert < MIN_GAS) motorwert = MIN_GAS; |
801 | Motor_Links = motorwert; |
901 | Motor_Links = motorwert; |
802 | // Motor Rechts |
902 | // Motor Rechts |
803 | motorwert = GasMischanteil - pd_ergebnis - GierMischanteil; |
903 | motorwert = GasMischanteil - pd_ergebnis - GierMischanteil; |
804 | if ((motorwert < 0) | (GasMischanteil < 10)) motorwert = 0; |
904 | if ((motorwert < 0)) motorwert = 0; |
805 | else if(motorwert > MAX_GAS) motorwert = MAX_GAS; |
905 | else if(motorwert > MAX_GAS) motorwert = MAX_GAS; |
806 | if (motorwert < MIN_GAS) motorwert = MIN_GAS; |
906 | if (motorwert < MIN_GAS) motorwert = MIN_GAS; |
807 | Motor_Rechts = motorwert; |
907 | Motor_Rechts = motorwert; |
808 | // +++++++++++++++++++++++++++++++++++++++++++++++ |
- | |
809 | 908 | // +++++++++++++++++++++++++++++++++++++++++++++++ |