Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
205 | Nick666 | 1 | /*####################################################################################### |
2 | Flight Control |
||
3 | #######################################################################################*/ |
||
4 | |||
5 | #ifndef _FC_H |
||
6 | #define _FC_H |
||
7 | |||
8 | extern volatile unsigned char Timeout; |
||
9 | extern unsigned char Sekunde,Minute; |
||
10 | extern volatile long IntegralNick,IntegralNick2; |
||
11 | extern volatile long IntegralRoll,IntegralRoll2; |
||
12 | extern volatile long Mess_IntegralNick,Mess_IntegralNick2; |
||
13 | extern volatile long Mess_IntegralRoll,Mess_IntegralRoll2; |
||
14 | extern volatile long Mess_Integral_Hoch; |
||
15 | extern volatile long Integral_Gier,Mess_Integral_Gier,Mess_Integral_Gier2; |
||
16 | extern volatile int KompassValue; |
||
17 | extern volatile int KompassStartwert; |
||
18 | extern volatile int KompassRichtung; |
||
19 | extern int HoehenWert; |
||
20 | extern int SollHoehe; |
||
21 | extern volatile int MesswertNick,MesswertRoll,MesswertGier; |
||
22 | extern volatile int AdNeutralNick,AdNeutralRoll,AdNeutralGier, Mittelwert_AccNick, Mittelwert_AccRoll; |
||
23 | extern volatile int NeutralAccX, NeutralAccY,Mittelwert_AccHoch; |
||
24 | extern volatile float NeutralAccZ; |
||
25 | |||
26 | |||
27 | void MotorRegler(void); |
||
28 | void SendMotorData(void); |
||
29 | void CalibrierMittelwert(void); |
||
30 | void Mittelwert(void); |
||
31 | void SetNeutral(void); |
||
235 | Nick666 | 32 | void Piep(unsigned char Anzahl); |
33 | void DefaultKonstanten1(void); |
||
34 | void DefaultKonstanten2(void); |
||
205 | Nick666 | 35 | |
36 | unsigned char h,m,s; |
||
37 | volatile unsigned char Timeout ; |
||
38 | unsigned char CosinusNickWinkel, CosinusRollWinkel; |
||
39 | volatile long IntegralNick,IntegralNick2; |
||
40 | volatile long IntegralRoll,IntegralRoll2; |
||
41 | volatile long Integral_Gier; |
||
42 | volatile long Mess_IntegralNick,Mess_IntegralNick2; |
||
43 | volatile long Mess_IntegralRoll,Mess_IntegralRoll2; |
||
44 | volatile long Mess_Integral_Gier; |
||
45 | volatile int DiffNick,DiffRoll; |
||
46 | extern int Poti1, Poti2, Poti3, Poti4; |
||
47 | volatile unsigned char Motor_Vorne,Motor_Hinten,Motor_Rechts,Motor_Links, Count; |
||
48 | unsigned char MotorWert[5]; |
||
49 | volatile unsigned char SenderOkay; |
||
50 | int StickNick,StickRoll,StickGier; |
||
51 | char MotorenEin; |
||
52 | extern void DefaultKonstanten(void); |
||
53 | |||
54 | #define STRUCT_PARAM_LAENGE 58 |
||
55 | struct mk_param_struct |
||
56 | { |
||
57 | unsigned char Kanalbelegung[8]; // GAS[0], GIER[1],NICK[2], ROLL[3], POTI1, POTI2, POTI3 |
||
58 | unsigned char GlobalConfig; // 0x01=Höhenregler aktiv,0x02=Kompass aktiv, 0x04=GPS aktiv, 0x08=Heading Hold aktiv |
||
59 | unsigned char Hoehe_MinGas; // Wert : 0-100 |
||
60 | unsigned char Luftdruck_D; // Wert : 0-250 |
||
61 | unsigned char MaxHoehe; // Wert : 0-32 |
||
62 | unsigned char Hoehe_P; // Wert : 0-32 |
||
63 | unsigned char Hoehe_Verstaerkung; // Wert : 0-50 |
||
64 | unsigned char Hoehe_ACC_Wirkung; // Wert : 0-250 |
||
65 | unsigned char Stick_P; // Wert : 1-6 |
||
66 | unsigned char Stick_D; // Wert : 0-64 |
||
67 | unsigned char Gier_P; // Wert : 1-20 |
||
68 | unsigned char Gas_Min; // Wert : 0-32 |
||
69 | unsigned char Gas_Max; // Wert : 33-250 |
||
70 | unsigned char GyroAccFaktor; // Wert : 1-64 |
||
71 | unsigned char KompassWirkung; // Wert : 0-32 |
||
72 | unsigned char Gyro_P; // Wert : 10-250 |
||
73 | unsigned char Gyro_I; // Wert : 0-250 |
||
74 | unsigned char UnterspannungsWarnung; // Wert : 0-250 |
||
75 | unsigned char NotGas; // Wert : 0-250 //Gaswert bei Empängsverlust |
||
76 | unsigned char NotGasZeit; // Wert : 0-250 // Zeitbis auf NotGas geschaltet wird, wg. Rx-Problemen |
||
77 | unsigned char UfoAusrichtung; // X oder + Formation |
||
78 | unsigned char I_Faktor; // Wert : 0-250 |
||
79 | unsigned char UserParam1; // Wert : 0-250 |
||
80 | unsigned char UserParam2; // Wert : 0-250 |
||
81 | unsigned char UserParam3; // Wert : 0-250 |
||
82 | unsigned char UserParam4; // Wert : 0-250 |
||
83 | unsigned char ServoNickControl; // Wert : 0-250 // Stellung des Servos |
||
84 | unsigned char ServoNickComp; // Wert : 0-250 // Einfluss Gyro/Servo |
||
85 | unsigned char ServoNickMin; // Wert : 0-250 // Anschlag |
||
86 | unsigned char ServoNickMax; // Wert : 0-250 // Anschlag |
||
87 | unsigned char ServoNickRefresh; // Wert : 0-250 // Richtung Einfluss Gyro/Servo |
||
88 | unsigned char ServoNickCompInvert; // Wert : 0-250 // Richtung Einfluss Gyro/Servo |
||
89 | unsigned char Reserved[7]; |
||
90 | char Name[12]; |
||
91 | }; |
||
92 | |||
93 | |||
94 | |||
95 | |||
96 | extern struct mk_param_struct EE_Parameter; |
||
97 | |||
98 | extern unsigned char Parameter_Luftdruck_D; |
||
99 | extern unsigned char Parameter_MaxHoehe; |
||
100 | extern unsigned char Parameter_Hoehe_P; |
||
101 | extern unsigned char Parameter_Hoehe_ACC_Wirkung; |
||
102 | extern unsigned char Parameter_KompassWirkung; |
||
103 | extern unsigned char Parameter_Gyro_P; |
||
104 | extern unsigned char Parameter_Gyro_I; |
||
105 | extern unsigned char Parameter_Gier_P; |
||
106 | extern unsigned char Parameter_ServoNickControl; |
||
107 | |||
108 | #endif //_FC_H |
||
109 |