Rev 1880 | Rev 1892 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1880 | Rev 1888 | ||
---|---|---|---|
Line 71... | Line 71... | ||
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; |
Line 106... | Line 107... | ||
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; |
- | 111 | int Ki = 10300 / 33; |
|
- | 112 | int KiHH = 10300 / 33; // MartinR : für Ki bei HH über Schalter |
|
110 | int Ki = 10300 / 33; |
113 | |
111 | unsigned char Looping_Nick = 0,Looping_Roll = 0; |
114 | unsigned char Looping_Nick = 0,Looping_Roll = 0; |
Line 112... | Line 115... | ||
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 | ||
Line 157... | Line 160... | ||
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 |
Line 160... | Line 163... | ||
160 | 163 | ||
161 | signed int ExternStickNick = 0,ExternStickRoll = 0,ExternStickGier = 0, ExternHoehenValue = -20; |
164 | signed int ExternStickNick = 0,ExternStickRoll = 0,ExternStickGier = 0, ExternHoehenValue = -20; |
- | 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 |
|
162 | int MaxStickNick = 0,MaxStickRoll = 0; |
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; |
Line 190... | Line 195... | ||
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; |
Line 203... | Line 212... | ||
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 | } |
Line 207... | Line -... | ||
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--) |
Line 374... | Line 381... | ||
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; |
Line 384... | Line 394... | ||
384 | 394 | ||
385 | // Beschleunigungssensor ++++++++++++++++++++++++++++++++++++++++++++++++ |
395 | // Beschleunigungssensor ++++++++++++++++++++++++++++++++++++++++++++++++ |
Line 408... | Line 418... | ||
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 +++++++++++++++++++++++++++++++++++++ |
- | 423 | //if(!Looping_Nick && !Looping_Roll && (EE_Parameter.GlobalConfig & CFG_ACHSENKOPPLUNG_AKTIV)) // MartinR: so war es |
|
413 | if(!Looping_Nick && !Looping_Roll && (EE_Parameter.GlobalConfig & CFG_ACHSENKOPPLUNG_AKTIV)) |
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; |
Line 470... | Line 481... | ||
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; |
Line -... | Line 485... | ||
- | 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 |
|
Line -... | Line 493... | ||
- | 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; |
- | 502 | if(PlatinenVersion == 10) { if(AdWertRoll > 1010) MesswertRoll = +1000; if(AdWertRoll > 1017) 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; |
|
Line 484... | Line 531... | ||
484 | if(PlatinenVersion == 10) { if(AdWertRoll > 1010) MesswertRoll = +1000; if(AdWertRoll > 1017) MesswertRoll = +2000; } |
531 | } |
- | 532 | // MartinR : Neu Ende |
|
- | 533 | ||
485 | else { if(AdWertRoll > 2000) MesswertRoll = +1000; if(AdWertRoll > 2015) MesswertRoll = +2000; } |
534 | if(Parameter_Gyro_D) |
486 | 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; |
- | |
491 | if(d2Nick > D_LIMIT) d2Nick = D_LIMIT; |
539 | oldNick = (oldNick + HiResNick)/2; |
492 | else if(d2Nick < -D_LIMIT) d2Nick = -D_LIMIT; |
540 | if(d2Nick > D_LIMIT) d2Nick = D_LIMIT; |
493 | 541 | else if(d2Nick < -D_LIMIT) d2Nick = -D_LIMIT; |
|
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; |
- | 545 | else if(d2Roll < -D_LIMIT) d2Roll = -D_LIMIT; |
|
497 | else if(d2Roll < -D_LIMIT) d2Roll = -D_LIMIT; |
546 | |
- | 547 | //MesswertNick += (d2Nick * (signed int) Parameter_Gyro_D) / 16; // MartinR : so war es |
|
498 | 548 | MesswertNick += (d2Nick * (signed int) Parameter_Gyro_D) / 2; // MartinR : geändert |
|
499 | MesswertNick += (d2Nick * (signed int) Parameter_Gyro_D) / 16; |
549 | //MesswertRoll += (d2Roll * (signed int) Parameter_Gyro_D) / 16; // MartinR : so war es |
500 | MesswertRoll += (d2Roll * (signed int) Parameter_Gyro_D) / 16; |
550 | MesswertRoll += (d2Roll * (signed int) Parameter_Gyro_D) / 2; // MartinR : geändert |
Line 501... | Line 551... | ||
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 | ||
Line 505... | Line 555... | ||
505 | if(RohMesswertRoll > 0) TrimRoll += ((long) abs(KopplungsteilNickRoll) * Parameter_CouplingYawCorrection) / 64L; |
555 | if(RohMesswertRoll > 0) TrimRoll += ((long) abs(KopplungsteilNickRoll) * Parameter_CouplingYawCorrection) / 64L; |
- | 556 | else TrimRoll -= ((long) abs(KopplungsteilNickRoll) * Parameter_CouplingYawCorrection) / 64L; |
|
506 | else TrimRoll -= ((long) abs(KopplungsteilNickRoll) * Parameter_CouplingYawCorrection) / 64L; |
557 | if(RohMesswertNick > 0) TrimNick += ((long) abs(KopplungsteilRollNick) * Parameter_CouplingYawCorrection) / 64L; |
507 | if(RohMesswertNick > 0) TrimNick += ((long) abs(KopplungsteilRollNick) * Parameter_CouplingYawCorrection) / 64L; |
558 | else TrimNick -= ((long) abs(KopplungsteilRollNick) * Parameter_CouplingYawCorrection) / 64L; |
508 | else TrimNick -= ((long) abs(KopplungsteilRollNick) * Parameter_CouplingYawCorrection) / 64L; |
559 | |
509 | 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 |
Line 579... | Line 630... | ||
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); |
Line 606... | Line 657... | ||
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; |
Line 613... | Line 672... | ||
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) |
Line 650... | Line 709... | ||
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; |
Line 756... | Line 818... | ||
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 |
Line 798... | Line 862... | ||
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; |
Line 843... | Line 907... | ||
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; |
- | 911 | ParameterZuordnung(); |
|
- | 912 | // MartinR: original: |
|
847 | ParameterZuordnung(); |
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; |
- | 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 | */ |
|
Line 851... | Line 955... | ||
851 | stick_roll += PPM_diff[EE_Parameter.Kanalbelegung[K_ROLL]] * EE_Parameter.Stick_D; |
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 |
Line 876... | Line 980... | ||
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; |
Line 879... | Line 983... | ||
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; |
- | |
884 | 987 | IntegralFaktorGier = Parameter_Gyro_Gier_I; |
|
885 | //+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
988 | //+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
886 | //+ Analoge Steuerung per Seriell |
989 | //+ Analoge Steuerung per Seriell |
- | 990 | //+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
|
- | 991 | // MartinR: ToDo: eventuell die Kombination HH und Steuerung per Seriell nicht zulassen?? |
|
887 | //+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
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 | } |
Line 896... | Line 1001... | ||
896 | if(StickGas < 0) StickGas = 0; |
1001 | if(StickGas < 0) StickGas = 0; |
Line 897... | Line 1002... | ||
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) |
Line 908... | Line 1013... | ||
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; |
Line 947... | Line 1053... | ||
947 | } |
1053 | } |
948 | } |
1054 | } |
Line 949... | Line 1055... | ||
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; |
- | 1057 | if(Looping_Oben || Looping_Unten) { Looping_Nick = 1; Looping_Roll = 0; Looping_Links = 0; Looping_Rechts = 0;} else Looping_Nick = 0; |
|
951 | 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 | } |
- | |
959 | 1065 | } |
|
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) |
Line 983... | Line 1089... | ||
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; |
Line 987... | Line 1093... | ||
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; |
Line 997... | Line 1105... | ||
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 |
|
Line 1002... | Line 1128... | ||
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 | { |
Line 1057... | Line 1186... | ||
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; |
Line 1210... | Line 1342... | ||
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; |
Line 1264... | Line 1396... | ||
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;}; |
Line 1277... | Line 1409... | ||
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 |
|
Line 1279... | Line 1413... | ||
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 |
Line -... | Line 1416... | ||
- | 1416 | if(TrimNick > TRIM_MAX) TrimNick = TRIM_MAX; else if(TrimNick <-TRIM_MAX) TrimNick =-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 |
|
1282 | if(TrimNick > TRIM_MAX) TrimNick = TRIM_MAX; else if(TrimNick <-TRIM_MAX) TrimNick =-TRIM_MAX; |
1429 | } |
1283 | if(TrimRoll > TRIM_MAX) TrimRoll = TRIM_MAX; else if(TrimRoll <-TRIM_MAX) TrimRoll =-TRIM_MAX; |
1430 | else // MartinR: ACC-Mode so war es |
- | 1431 | { |
|
- | 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); |
|
1284 | 1434 | //MesswertGier = (long)(MesswertGier * 2 * (long)GyroFaktorGier) / (256L / STICK_GAIN) + (long)(Integral_Gier * IntegralFaktorGier) / (2 * (44000 / STICK_GAIN)); |
|
Line 1285... | Line 1435... | ||
1285 | MesswertNick = IntegralNickMalFaktor + (long)((long)MesswertNick * GyroFaktor + (long)TrimNick * 128L) / (256L / 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)); |
Line 1301... | Line 1451... | ||
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 |
Line 1310... | Line 1461... | ||
1310 | 1461 | ||
Line 1374... | Line 1525... | ||
1374 | } |
1525 | } |
Line 1375... | Line 1526... | ||
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 |
- | 1530 | // if(Parameter_MaxHoehe < 50) // for 3 or 2-state switch height control is disabled in lowest position // MartinR :so war es |
|
1379 | if(Parameter_MaxHoehe < 50) // for 3 or 2-state switch height control is disabled in lowest position |
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 |
Line 1392... | Line 1544... | ||
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 | } |
Line 1399... | Line 1561... | ||
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 |
Line 1424... | Line 1586... | ||
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; |
Line 1443... | Line 1607... | ||
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; |
Line 1462... | Line 1627... | ||
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 | { |
Line 1475... | Line 1641... | ||
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; |
Line 1539... | Line 1712... | ||
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 |
Line 1607... | Line 1826... | ||
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 |
Line 1713... | Line 1933... | ||
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; |
|
Line -... | Line 1993... | ||
- | 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 | // +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
- | 2004 | DiffNick = MesswertNick - StickNick; // Differenz bestimmen |
|
- | 2005 | // MartinR : so war es Anfang |
|
1722 | DiffNick = MesswertNick - StickNick; // Differenz bestimmen |
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); |
- | 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 |
|
1726 | if(SummeNick < -(16000L * STICK_GAIN)) SummeNick = -(16000L * STICK_GAIN); |
2012 | // Motor Vorn |
- | 2013 | |
|
- | 2014 | +/ |
|
- | 2015 | // MartinR : so war es Ende |
|
- | 2016 | |
|
1727 | 2017 | // MartinR : geändert Anfang |
|
- | 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 |
|
1728 | if(EE_Parameter.Gyro_Stability <= 8) pd_ergebnis_nick = (EE_Parameter.Gyro_Stability * DiffNick) / 8; // PI-Regler für Nick |
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 |
- | 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 |
|
1730 | pd_ergebnis_nick += SummeNick / Ki; |
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; |
Line 1734... | Line 2041... | ||
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 |
- | 2045 | // +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
|
- | 2046 | DiffRoll = MesswertRoll - StickRoll; // Differenz bestimmen |
|
1738 | // +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
2047 | // MartinR : so war es Anfang |
1739 | DiffRoll = MesswertRoll - StickRoll; // Differenz bestimmen |
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 |
- | 2051 | if(SummeRoll > (STICK_GAIN * 16000L)) SummeRoll = (STICK_GAIN * 16000L); |
|
- | 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 |
|
1742 | if(SummeRoll > (STICK_GAIN * 16000L)) SummeRoll = (STICK_GAIN * 16000L); |
2054 | +/ |
- | 2055 | // MartinR : so war es Ende |
|
1743 | if(SummeRoll < -(16000L * STICK_GAIN)) SummeRoll = -(16000L * STICK_GAIN); |
2056 | |
- | 2057 | // MartinR : geändert Anfang |
|
- | 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 |
|
1744 | 2063 | if(SummeRoll < -(8000L * STICK_GAIN)) SummeRoll = -(8000L * STICK_GAIN);// MartinR : von 16000 auf 8000, da überlauf |
|
1745 | if(EE_Parameter.Gyro_Stability <= 8) pd_ergebnis_roll = (EE_Parameter.Gyro_Stability * DiffRoll) / 8; // PI-Regler für Roll |
2064 | //tmp_int = SummeRoll / Ki; |
- | 2065 | //pd_ergebnis_roll = DiffRoll + tmp_int; // MartinR: PI-Regler im ACC-Mode |
|
- | 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; |
|
Line 1746... | Line 2078... | ||
1746 | else pd_ergebnis_roll = ((EE_Parameter.Gyro_Stability / 2) * DiffRoll) / 4; // Überlauf verhindern |
2078 | } |
1747 | pd_ergebnis_roll += SummeRoll / Ki; |
2079 | // MartinR : geändert Ende |
1748 | 2080 | |
|
- | 2081 | tmp_int = (long)((long)Parameter_DynamicStability * (long)(GasMischanteil + abs(GierMischanteil)/2)) / 64; |
|
- | 2082 | if(pd_ergebnis_roll > tmp_int) pd_ergebnis_roll = tmp_int; |
|
Line 1749... | Line 2083... | ||
1749 | tmp_int = (long)((long)Parameter_DynamicStability * (long)(GasMischanteil + abs(GierMischanteil)/2)) / 64; |
2083 | if(pd_ergebnis_roll < -tmp_int) pd_ergebnis_roll = -tmp_int; |
1750 | if(pd_ergebnis_roll > tmp_int) pd_ergebnis_roll = tmp_int; |
2084 | |
1751 | if(pd_ergebnis_roll < -tmp_int) pd_ergebnis_roll = -tmp_int; |
2085 | */ |
1752 | 2086 | ||
Line 1772... | Line 2106... | ||
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; |
Line 1775... | Line 2109... | ||
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 |
- | 2111 | //else tmp_int = 2 * tmp_int - tmp_motorwert[i]; // MotorSmoothing // MartinR: so war es |
|
Line 1777... | Line 2112... | ||
1777 | else tmp_int = 2 * tmp_int - tmp_motorwert[i]; // MotorSmoothing |
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; |