Rev 514 | Rev 614 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 514 | Rev 604 | ||
---|---|---|---|
Line 17... | Line 17... | ||
17 | EE_Parameter.Kanalbelegung[K_POTI4] = 8; |
17 | EE_Parameter.Kanalbelegung[K_POTI4] = 8; |
18 | EE_Parameter.GlobalConfig = CFG_ACHSENKOPPLUNG_AKTIV;//CFG_HOEHENREGELUNG | /*CFG_HOEHEN_SCHALTER |*/ CFG_KOMPASS_AKTIV | CFG_KOMPASS_FIX;//0x01; |
18 | EE_Parameter.GlobalConfig = CFG_ACHSENKOPPLUNG_AKTIV;//CFG_HOEHENREGELUNG | /*CFG_HOEHEN_SCHALTER |*/ CFG_KOMPASS_AKTIV | CFG_KOMPASS_FIX;//0x01; |
19 | EE_Parameter.Hoehe_MinGas = 30; |
19 | EE_Parameter.Hoehe_MinGas = 30; |
20 | EE_Parameter.MaxHoehe = 251; // Wert : 0-250 251 -> Poti1 |
20 | EE_Parameter.MaxHoehe = 251; // Wert : 0-250 251 -> Poti1 |
21 | EE_Parameter.Hoehe_P = 10; // Wert : 0-32 |
21 | EE_Parameter.Hoehe_P = 10; // Wert : 0-32 |
22 | EE_Parameter.Luftdruck_D = 50; // Wert : 0-250 |
22 | EE_Parameter.Luftdruck_D = 30; // Wert : 0-250 |
23 | EE_Parameter.Hoehe_ACC_Wirkung = 50; // Wert : 0-250 |
23 | EE_Parameter.Hoehe_ACC_Wirkung = 30; // Wert : 0-250 |
24 | EE_Parameter.Hoehe_Verstaerkung = 4; // Wert : 0-50 |
24 | EE_Parameter.Hoehe_Verstaerkung = 4; // Wert : 0-50 |
25 | EE_Parameter.Stick_P = 4; //2 // Wert : 1-6 |
25 | EE_Parameter.Stick_P = 4; //2 // Wert : 1-6 |
26 | EE_Parameter.Stick_D = 8; //8 // Wert : 0-64 |
26 | EE_Parameter.Stick_D = 8; //8 // Wert : 0-64 |
27 | EE_Parameter.Gier_P = 14; // Wert : 1-20 |
27 | EE_Parameter.Gier_P = 12; // Wert : 1-20 |
28 | EE_Parameter.Gas_Min = 15; // Wert : 0-32 |
28 | EE_Parameter.Gas_Min = 15; // Wert : 0-32 |
29 | EE_Parameter.Gas_Max = 250; // Wert : 33-250 |
29 | EE_Parameter.Gas_Max = 250; // Wert : 33-250 |
30 | EE_Parameter.GyroAccFaktor = 26; // Wert : 1-64 |
30 | EE_Parameter.GyroAccFaktor = 26; // Wert : 1-64 |
31 | EE_Parameter.KompassWirkung = 128; // Wert : 0-250 |
31 | EE_Parameter.KompassWirkung = 128; // Wert : 0-250 |
32 | EE_Parameter.Gyro_P = 120; //80 // Wert : 0-250 |
32 | EE_Parameter.Gyro_P = 80; // Wert : 0-250 |
33 | EE_Parameter.Gyro_I = 150; // Wert : 0-250 |
33 | EE_Parameter.Gyro_I = 150; // Wert : 0-250 |
34 | EE_Parameter.UnterspannungsWarnung = 94; // Wert : 0-250 |
34 | EE_Parameter.UnterspannungsWarnung = 94; // Wert : 0-250 |
35 | EE_Parameter.NotGas = 35; // Wert : 0-250 // Gaswert bei Empangsverlust |
35 | EE_Parameter.NotGas = 35; // Wert : 0-250 // Gaswert bei Empangsverlust |
36 | EE_Parameter.NotGasZeit = 20; // Wert : 0-250 // Zeit bis auf NotGas geschaltet wird, wg. Rx-Problemen |
36 | EE_Parameter.NotGasZeit = 20; // Wert : 0-250 // Zeit bis auf NotGas geschaltet wird, wg. Rx-Problemen |
37 | EE_Parameter.UfoAusrichtung = 0; // X oder + Formation |
37 | EE_Parameter.UfoAusrichtung = 0; // X oder + Formation |
Line 75... | Line 75... | ||
75 | EE_Parameter.Kanalbelegung[K_POTI4] = 8; |
75 | EE_Parameter.Kanalbelegung[K_POTI4] = 8; |
76 | EE_Parameter.GlobalConfig = CFG_ACHSENKOPPLUNG_AKTIV;//CFG_HOEHENREGELUNG | /*CFG_HOEHEN_SCHALTER |*/ CFG_KOMPASS_AKTIV;//0x01; |
76 | EE_Parameter.GlobalConfig = CFG_ACHSENKOPPLUNG_AKTIV;//CFG_HOEHENREGELUNG | /*CFG_HOEHEN_SCHALTER |*/ CFG_KOMPASS_AKTIV;//0x01; |
77 | EE_Parameter.Hoehe_MinGas = 30; |
77 | EE_Parameter.Hoehe_MinGas = 30; |
78 | EE_Parameter.MaxHoehe = 251; // Wert : 0-250 251 -> Poti1 |
78 | EE_Parameter.MaxHoehe = 251; // Wert : 0-250 251 -> Poti1 |
79 | EE_Parameter.Hoehe_P = 10; // Wert : 0-32 |
79 | EE_Parameter.Hoehe_P = 10; // Wert : 0-32 |
80 | EE_Parameter.Luftdruck_D = 50; // Wert : 0-250 |
80 | EE_Parameter.Luftdruck_D = 30; // Wert : 0-250 |
81 | EE_Parameter.Hoehe_ACC_Wirkung = 50; // Wert : 0-250 |
81 | EE_Parameter.Hoehe_ACC_Wirkung = 30; // Wert : 0-250 |
82 | EE_Parameter.Hoehe_Verstaerkung = 2; // Wert : 0-50 |
82 | EE_Parameter.Hoehe_Verstaerkung = 3; // Wert : 0-50 |
83 | EE_Parameter.Stick_P = 4; //2 // Wert : 1-6 |
83 | EE_Parameter.Stick_P = 3; //2 // Wert : 1-6 |
84 | EE_Parameter.Stick_D = 0; //8 // Wert : 0-64 |
84 | EE_Parameter.Stick_D = 4; //8 // Wert : 0-64 |
85 | EE_Parameter.Gier_P = 10; // Wert : 1-20 |
85 | EE_Parameter.Gier_P = 6; // Wert : 1-20 |
86 | EE_Parameter.Gas_Min = 15; // Wert : 0-32 |
86 | EE_Parameter.Gas_Min = 15; // Wert : 0-32 |
87 | EE_Parameter.Gas_Max = 250; // Wert : 33-250 |
87 | EE_Parameter.Gas_Max = 250; // Wert : 33-250 |
88 | EE_Parameter.GyroAccFaktor = 26; // Wert : 1-64 |
88 | EE_Parameter.GyroAccFaktor = 26; // Wert : 1-64 |
89 | EE_Parameter.KompassWirkung = 128; // Wert : 0-250 |
89 | EE_Parameter.KompassWirkung = 128; // Wert : 0-250 |
90 | EE_Parameter.Gyro_P = 175; //80 // Wert : 0-250 |
90 | EE_Parameter.Gyro_P = 80; // Wert : 0-250 |
91 | EE_Parameter.Gyro_I = 175; // Wert : 0-250 |
91 | EE_Parameter.Gyro_I = 120; // Wert : 0-250 |
92 | EE_Parameter.UnterspannungsWarnung = 94; // Wert : 0-250 |
92 | EE_Parameter.UnterspannungsWarnung = 94; // Wert : 0-250 |
93 | EE_Parameter.NotGas = 35; // Wert : 0-250 // Gaswert bei Empangsverlust |
93 | EE_Parameter.NotGas = 35; // Wert : 0-250 // Gaswert bei Empangsverlust |
94 | EE_Parameter.NotGasZeit = 20; // Wert : 0-250 // Zeit bis auf NotGas geschaltet wird, wg. Rx-Problemen |
94 | EE_Parameter.NotGasZeit = 20; // Wert : 0-250 // Zeit bis auf NotGas geschaltet wird, wg. Rx-Problemen |
95 | EE_Parameter.UfoAusrichtung = 0; // X oder + Formation |
95 | EE_Parameter.UfoAusrichtung = 0; // X oder + Formation |
96 | EE_Parameter.I_Faktor = 32; |
96 | EE_Parameter.I_Faktor = 32; |
Line 134... | Line 134... | ||
134 | EE_Parameter.Kanalbelegung[K_POTI4] = 8; |
134 | EE_Parameter.Kanalbelegung[K_POTI4] = 8; |
135 | EE_Parameter.GlobalConfig = CFG_DREHRATEN_BEGRENZER | CFG_ACHSENKOPPLUNG_AKTIV;///*CFG_HOEHEN_SCHALTER |*/ CFG_KOMPASS_AKTIV;//0x01; |
135 | EE_Parameter.GlobalConfig = CFG_DREHRATEN_BEGRENZER | CFG_ACHSENKOPPLUNG_AKTIV;///*CFG_HOEHEN_SCHALTER |*/ CFG_KOMPASS_AKTIV;//0x01; |
136 | EE_Parameter.Hoehe_MinGas = 30; |
136 | EE_Parameter.Hoehe_MinGas = 30; |
137 | EE_Parameter.MaxHoehe = 251; // Wert : 0-250 251 -> Poti1 |
137 | EE_Parameter.MaxHoehe = 251; // Wert : 0-250 251 -> Poti1 |
138 | EE_Parameter.Hoehe_P = 10; // Wert : 0-32 |
138 | EE_Parameter.Hoehe_P = 10; // Wert : 0-32 |
139 | EE_Parameter.Luftdruck_D = 50; // Wert : 0-250 |
139 | EE_Parameter.Luftdruck_D = 30; // Wert : 0-250 |
140 | EE_Parameter.Hoehe_ACC_Wirkung = 50; // Wert : 0-250 |
140 | EE_Parameter.Hoehe_ACC_Wirkung = 30; // Wert : 0-250 |
141 | EE_Parameter.Hoehe_Verstaerkung = 2; // Wert : 0-50 |
141 | EE_Parameter.Hoehe_Verstaerkung = 2; // Wert : 0-50 |
142 | EE_Parameter.Stick_P = 3; //2 // Wert : 1-6 |
142 | EE_Parameter.Stick_P = 2; //2 // Wert : 1-6 |
143 | EE_Parameter.Stick_D = 0; //8 // Wert : 0-64 |
143 | EE_Parameter.Stick_D = 4; //8 // Wert : 0-64 |
144 | EE_Parameter.Gier_P = 8; // Wert : 1-20 |
144 | EE_Parameter.Gier_P = 6; // Wert : 1-20 |
145 | EE_Parameter.Gas_Min = 15; // Wert : 0-32 |
145 | EE_Parameter.Gas_Min = 15; // Wert : 0-32 |
146 | EE_Parameter.Gas_Max = 250; // Wert : 33-250 |
146 | EE_Parameter.Gas_Max = 250; // Wert : 33-250 |
147 | EE_Parameter.GyroAccFaktor = 26; // Wert : 1-64 |
147 | EE_Parameter.GyroAccFaktor = 26; // Wert : 1-64 |
148 | EE_Parameter.KompassWirkung = 128; // Wert : 0-250 |
148 | EE_Parameter.KompassWirkung = 128; // Wert : 0-250 |
149 | EE_Parameter.Gyro_P = 200; //80 // Wert : 0-250 |
149 | EE_Parameter.Gyro_P = 100; // Wert : 0-250 |
150 | EE_Parameter.Gyro_I = 175; // Wert : 0-250 |
150 | EE_Parameter.Gyro_I = 140; // Wert : 0-250 |
151 | EE_Parameter.UnterspannungsWarnung = 94; // Wert : 0-250 |
151 | EE_Parameter.UnterspannungsWarnung = 94; // Wert : 0-250 |
152 | EE_Parameter.NotGas = 35; // Wert : 0-250 // Gaswert bei Empangsverlust |
152 | EE_Parameter.NotGas = 35; // Wert : 0-250 // Gaswert bei Empangsverlust |
153 | EE_Parameter.NotGasZeit = 20; // Wert : 0-250 // Zeit bis auf NotGas geschaltet wird, wg. Rx-Problemen |
153 | EE_Parameter.NotGasZeit = 20; // Wert : 0-250 // Zeit bis auf NotGas geschaltet wird, wg. Rx-Problemen |
154 | EE_Parameter.UfoAusrichtung = 0; // X oder + Formation |
154 | EE_Parameter.UfoAusrichtung = 0; // X oder + Formation |
155 | EE_Parameter.I_Faktor = 10; |
155 | EE_Parameter.I_Faktor = 16; |
156 | EE_Parameter.UserParam1 = 20 * 4; // zur freien Verwendung |
156 | EE_Parameter.UserParam1 = 20 * 4; // zur freien Verwendung |
157 | EE_Parameter.UserParam2 = 0; // zur freien Verwendung |
157 | EE_Parameter.UserParam2 = 0; // zur freien Verwendung |
158 | EE_Parameter.UserParam3 = 0; // zur freien Verwendung |
158 | EE_Parameter.UserParam3 = 0; // zur freien Verwendung |
159 | EE_Parameter.UserParam4 = 0; // zur freien Verwendung |
159 | EE_Parameter.UserParam4 = 0; // zur freien Verwendung |
160 | EE_Parameter.UserParam5 = 0; // zur freien Verwendung |
160 | EE_Parameter.UserParam5 = 0; // zur freien Verwendung |