Subversion Repositories FlightCtrl

Rev

Rev 1254 | Rev 1272 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1254 Rev 1255
Line 34... Line 34...
34
 EE_Parameter.GyroAccFaktor = 30;      // Wert : 1-64
34
 EE_Parameter.GyroAccFaktor = 30;      // Wert : 1-64
35
 EE_Parameter.KompassWirkung = 128;    // Wert : 0-250
35
 EE_Parameter.KompassWirkung = 128;    // Wert : 0-250
36
 EE_Parameter.Gyro_P = 80;             // Wert : 0-250
36
 EE_Parameter.Gyro_P = 80;             // Wert : 0-250
37
 EE_Parameter.Gyro_I = 150;            // Wert : 0-250
37
 EE_Parameter.Gyro_I = 150;            // Wert : 0-250
38
 EE_Parameter.Gyro_D = 3;              // Wert : 0-250
38
 EE_Parameter.Gyro_D = 3;              // Wert : 0-250
39
 EE_Parameter.UnterspannungsWarnung = 32; // Wert : 0-250 ( Automatische Zellenerkennung bei < 50)
39
 EE_Parameter.UnterspannungsWarnung = 33; // Wert : 0-250 ( Automatische Zellenerkennung bei < 50)
40
 EE_Parameter.NotGas = 35;                // Wert : 0-250     // Gaswert bei Empangsverlust
40
 EE_Parameter.NotGas = 35;                // Wert : 0-250     // Gaswert bei Empangsverlust
41
 EE_Parameter.NotGasZeit = 30;            // Wert : 0-250     // Zeit bis auf NotGas geschaltet wird, wg. Rx-Problemen
41
 EE_Parameter.NotGasZeit = 30;            // Wert : 0-250     // Zeit bis auf NotGas geschaltet wird, wg. Rx-Problemen
42
 EE_Parameter.UfoAusrichtung = 0;         // X oder + Formation
42
 EE_Parameter.UfoAusrichtung = 0;         // X oder + Formation
43
 EE_Parameter.I_Faktor = 32;
43
 EE_Parameter.I_Faktor = 32;
44
 EE_Parameter.UserParam1 =   0;           // zur freien Verwendung
44
 EE_Parameter.UserParam1 =   0;           // zur freien Verwendung
Line 112... Line 112...
112
 EE_Parameter.GyroAccFaktor = 30;         // Wert : 1-64
112
 EE_Parameter.GyroAccFaktor = 30;         // Wert : 1-64
113
 EE_Parameter.KompassWirkung = 128;       // Wert : 0-250
113
 EE_Parameter.KompassWirkung = 128;       // Wert : 0-250
114
 EE_Parameter.Gyro_P = 90;                // Wert : 0-250
114
 EE_Parameter.Gyro_P = 90;                // Wert : 0-250
115
 EE_Parameter.Gyro_I = 120;               // Wert : 0-250
115
 EE_Parameter.Gyro_I = 120;               // Wert : 0-250
116
 EE_Parameter.Gyro_D = 3;                 // Wert : 0-250
116
 EE_Parameter.Gyro_D = 3;                 // Wert : 0-250
117
 EE_Parameter.UnterspannungsWarnung = 32; // Wert : 0-250 ( Automatische Zellenerkennung bei < 50)
117
 EE_Parameter.UnterspannungsWarnung = 33; // Wert : 0-250 ( Automatische Zellenerkennung bei < 50)
118
 EE_Parameter.NotGas = 35;                // Wert : 0-250     // Gaswert bei Empangsverlust
118
 EE_Parameter.NotGas = 35;                // Wert : 0-250     // Gaswert bei Empangsverlust
119
 EE_Parameter.NotGasZeit = 30;            // Wert : 0-250     // Zeit bis auf NotGas geschaltet wird, wg. Rx-Problemen
119
 EE_Parameter.NotGasZeit = 30;            // Wert : 0-250     // Zeit bis auf NotGas geschaltet wird, wg. Rx-Problemen
120
 EE_Parameter.UfoAusrichtung = 0;         // X oder + Formation
120
 EE_Parameter.UfoAusrichtung = 0;         // X oder + Formation
121
 EE_Parameter.I_Faktor = 32;
121
 EE_Parameter.I_Faktor = 32;
122
 EE_Parameter.UserParam1 =   0;           // zur freien Verwendung
122
 EE_Parameter.UserParam1 =   0;           // zur freien Verwendung
Line 191... Line 191...
191
 EE_Parameter.GyroAccFaktor = 30;         // Wert : 1-64
191
 EE_Parameter.GyroAccFaktor = 30;         // Wert : 1-64
192
 EE_Parameter.KompassWirkung = 128;       // Wert : 0-250
192
 EE_Parameter.KompassWirkung = 128;       // Wert : 0-250
193
 EE_Parameter.Gyro_P = 100;               // Wert : 0-250
193
 EE_Parameter.Gyro_P = 100;               // Wert : 0-250
194
 EE_Parameter.Gyro_I = 120;               // Wert : 0-250
194
 EE_Parameter.Gyro_I = 120;               // Wert : 0-250
195
 EE_Parameter.Gyro_D = 3;                 // Wert : 0-250
195
 EE_Parameter.Gyro_D = 3;                 // Wert : 0-250
196
 EE_Parameter.UnterspannungsWarnung = 32; // Wert : 0-250 ( Automatische Zellenerkennung bei < 50)
196
 EE_Parameter.UnterspannungsWarnung = 33; // Wert : 0-250 ( Automatische Zellenerkennung bei < 50)
197
 EE_Parameter.NotGas = 35;                // Wert : 0-250     // Gaswert bei Empangsverlust
197
 EE_Parameter.NotGas = 35;                // Wert : 0-250     // Gaswert bei Empangsverlust
198
 EE_Parameter.NotGasZeit = 20;            // Wert : 0-250     // Zeit bis auf NotGas geschaltet wird, wg. Rx-Problemen
198
 EE_Parameter.NotGasZeit = 20;            // Wert : 0-250     // Zeit bis auf NotGas geschaltet wird, wg. Rx-Problemen
199
 EE_Parameter.UfoAusrichtung = 0;         // X oder + Formation
199
 EE_Parameter.UfoAusrichtung = 0;         // X oder + Formation
200
 EE_Parameter.I_Faktor = 16;
200
 EE_Parameter.I_Faktor = 16;
201
 EE_Parameter.UserParam1 =   0;           // zur freien Verwendung
201
 EE_Parameter.UserParam1 =   0;           // zur freien Verwendung