Subversion Repositories FlightCtrl

Rev

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

Rev 1038 Rev 1051
Line 1... Line 1...
1
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2
// + Copyright (c) 04.2007 Holger Buss
2
// + Copyright (c) 04.2007 Holger Buss
3
// + Nur für den privaten Gebrauch
3
// + Nur für den privaten Gebrauch
4
// + www.MikroKopter.com
4
// + www.MikroKopter.com
5
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
5
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
6
// + Es gilt für das gesamte Projekt (Hardware, Software, Binärfiles, Sourcecode und Dokumentation), 
6
// + Es gilt für das gesamte Projekt (Hardware, Software, Binärfiles, Sourcecode und Dokumentation),
7
// + dass eine Nutzung (auch auszugsweise) nur für den privaten und nicht-kommerziellen Gebrauch zulässig ist. 
7
// + dass eine Nutzung (auch auszugsweise) nur für den privaten und nicht-kommerziellen Gebrauch zulässig ist.
8
// + Sollten direkte oder indirekte kommerzielle Absichten verfolgt werden, ist mit uns (info@mikrokopter.de) Kontakt 
8
// + Sollten direkte oder indirekte kommerzielle Absichten verfolgt werden, ist mit uns (info@mikrokopter.de) Kontakt
9
// + bzgl. der Nutzungsbedingungen aufzunehmen. 
9
// + bzgl. der Nutzungsbedingungen aufzunehmen.
10
// + Eine kommerzielle Nutzung ist z.B.Verkauf von MikroKoptern, Bestückung und Verkauf von Platinen oder Bausätzen,
10
// + Eine kommerzielle Nutzung ist z.B.Verkauf von MikroKoptern, Bestückung und Verkauf von Platinen oder Bausätzen,
11
// + Verkauf von Luftbildaufnahmen, usw.
11
// + Verkauf von Luftbildaufnahmen, usw.
12
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
12
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
13
// + Werden Teile des Quellcodes (mit oder ohne Modifikation) weiterverwendet oder veröffentlicht, 
13
// + Werden Teile des Quellcodes (mit oder ohne Modifikation) weiterverwendet oder veröffentlicht,
14
// + unterliegen sie auch diesen Nutzungsbedingungen und diese Nutzungsbedingungen incl. Copyright müssen dann beiliegen
14
// + unterliegen sie auch diesen Nutzungsbedingungen und diese Nutzungsbedingungen incl. Copyright müssen dann beiliegen
15
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
15
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
16
// + Sollte die Software (auch auszugesweise) oder sonstige Informationen des MikroKopter-Projekts
16
// + Sollte die Software (auch auszugesweise) oder sonstige Informationen des MikroKopter-Projekts
17
// + auf anderen Webseiten oder Medien veröffentlicht werden, muss unsere Webseite "http://www.mikrokopter.de"
17
// + auf anderen Webseiten oder Medien veröffentlicht werden, muss unsere Webseite "http://www.mikrokopter.de"
18
// + eindeutig als Ursprung verlinkt und genannt werden
18
// + eindeutig als Ursprung verlinkt und genannt werden
19
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
19
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
20
// + Keine Gewähr auf Fehlerfreiheit, Vollständigkeit oder Funktion
20
// + Keine Gewähr auf Fehlerfreiheit, Vollständigkeit oder Funktion
21
// + Benutzung auf eigene Gefahr
21
// + Benutzung auf eigene Gefahr
22
// + Wir übernehmen keinerlei Haftung für direkte oder indirekte Personen- oder Sachschäden
22
// + Wir übernehmen keinerlei Haftung für direkte oder indirekte Personen- oder Sachschäden
23
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
23
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
24
// + Die Portierung der Software (oder Teile davon) auf andere Systeme (ausser der Hardware von www.mikrokopter.de) ist nur 
24
// + Die Portierung der Software (oder Teile davon) auf andere Systeme (ausser der Hardware von www.mikrokopter.de) ist nur
25
// + mit unserer Zustimmung zulässig
25
// + mit unserer Zustimmung zulässig
26
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
26
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
27
// + Die Funktion printf_P() unterliegt ihrer eigenen Lizenz und ist hiervon nicht betroffen
27
// + Die Funktion printf_P() unterliegt ihrer eigenen Lizenz und ist hiervon nicht betroffen
28
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
28
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
29
// + Redistributions of source code (with or without modifications) must retain the above copyright notice, 
29
// + Redistributions of source code (with or without modifications) must retain the above copyright notice,
30
// + this list of conditions and the following disclaimer.
30
// + this list of conditions and the following disclaimer.
31
// +   * Neither the name of the copyright holders nor the names of contributors may be used to endorse or promote products derived
31
// +   * Neither the name of the copyright holders nor the names of contributors may be used to endorse or promote products derived
32
// +     from this software without specific prior written permission.
32
// +     from this software without specific prior written permission.
33
// +   * The use of this project (hardware, software, binary files, sources and documentation) is only permittet 
33
// +   * The use of this project (hardware, software, binary files, sources and documentation) is only permittet
34
// +     for non-commercial use (directly or indirectly)
34
// +     for non-commercial use (directly or indirectly)
35
// +     Commercial use (for excample: selling of MikroKopters, selling of PCBs, assembly, ...) is only permitted 
35
// +     Commercial use (for excample: selling of MikroKopters, selling of PCBs, assembly, ...) is only permitted
36
// +     with our written permission
36
// +     with our written permission
37
// +   * If sources or documentations are redistributet on other webpages, out webpage (http://www.MikroKopter.de) must be 
37
// +   * If sources or documentations are redistributet on other webpages, out webpage (http://www.MikroKopter.de) must be
38
// +     clearly linked as origin 
38
// +     clearly linked as origin
39
// +   * porting to systems other than hardware from www.mikrokopter.de is not allowed
39
// +   * porting to systems other than hardware from www.mikrokopter.de is not allowed
40
// +  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
40
// +  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
41
// +  AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
41
// +  AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
42
// +  IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
42
// +  IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
43
// +  ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
43
// +  ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
Line 45... Line 45...
45
// +  CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
45
// +  CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
46
// +  SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
46
// +  SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
47
// +  INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
47
// +  INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
48
// +  CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
48
// +  CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
49
// +  ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
49
// +  ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
50
// +  POSSIBILITY OF SUCH DAMAGE. 
50
// +  POSSIBILITY OF SUCH DAMAGE.
51
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
51
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
52
#include "main.h"
52
#include "main.h"
Line 53... Line 53...
53
 
53
 
54
unsigned char EEPromArray[E2END+1] EEMEM;
54
unsigned char EEPromArray[E2END+1] EEMEM;
55
unsigned char PlatinenVersion = 10;
55
unsigned char PlatinenVersion = 10;
56
unsigned char SendVersionToNavi = 1;
56
unsigned char SendVersionToNavi = 1;
57
// -- Parametersatz aus EEPROM lesen ---
57
// -- Parametersatz aus EEPROM lesen ---
58
// number [1..5]   
58
// number [1..5]
59
void ReadParameterSet(unsigned char number, unsigned char *buffer, unsigned char length)
59
void ReadParameterSet(unsigned char number, unsigned char *buffer, unsigned char length)
60
{
60
{
61
   if((number > 5)||(number < 1)) number = 3;
61
   if((number > 5)||(number < 1)) number = 3;
62
   number--;
62
   number--;
63
   eeprom_read_block(buffer, &EEPromArray[EEPROM_ADR_PARAM_BEGIN + length * number], length);
63
   eeprom_read_block(buffer, &EEPromArray[EEPROM_ADR_PARAM_BEGIN + length * number], length);
64
   LED_Init();
64
   LED_Init();
Line 65... Line 65...
65
}
65
}
66
 
66
 
67
// -- Parametersatz ins EEPROM schreiben ---
67
// -- Parametersatz ins EEPROM schreiben ---
68
// number [1..5]   
68
// number [1..5]
69
void WriteParameterSet(unsigned char number, unsigned char *buffer, unsigned char length)
69
void WriteParameterSet(unsigned char number, unsigned char *buffer, unsigned char length)
70
{
70
{
71
   if(number > 5) number = 5;  
71
   if(number > 5) number = 5;
72
   if(number < 1) return;
72
   if(number < 1) return;
73
   number--;
73
   number--;
74
   eeprom_write_block(buffer, &EEPromArray[EEPROM_ADR_PARAM_BEGIN + length * number], length);
74
   eeprom_write_block(buffer, &EEPromArray[EEPROM_ADR_PARAM_BEGIN + length * number], length);
Line 78... Line 78...
78
 
78
 
79
unsigned char GetActiveParamSetNumber(void)
79
unsigned char GetActiveParamSetNumber(void)
80
{
80
{
81
 unsigned char set;
81
 unsigned char set;
82
 set = eeprom_read_byte(&EEPromArray[EEPROM_ADR_ACTIVE_SET]);
82
 set = eeprom_read_byte(&EEPromArray[EEPROM_ADR_ACTIVE_SET]);
83
 if(set > 5)
83
 if(set > 5)
84
  {
84
  {
85
   set = 2;  
85
   set = 2;
86
   eeprom_write_byte(&EEPromArray[EEPROM_ADR_ACTIVE_SET], set);                                 // diesen Parametersatz als aktuell merken
86
   eeprom_write_byte(&EEPromArray[EEPROM_ADR_ACTIVE_SET], set);                                 // diesen Parametersatz als aktuell merken
87
  }
87
  }
88
 return(set);
88
 return(set);
Line 89... Line 89...
89
}
89
}
90
 
90
 
Line 95... Line 95...
95
 if(PPM_in[EE_Parameter.Kanalbelegung[K_NICK]] > -20) stick = 0;
95
 if(PPM_in[EE_Parameter.Kanalbelegung[K_NICK]] > -20) stick = 0;
96
 if((PPM_in[EE_Parameter.Kanalbelegung[K_NICK]] < -70) && !stick)
96
 if((PPM_in[EE_Parameter.Kanalbelegung[K_NICK]] < -70) && !stick)
97
  {
97
  {
98
   stick = 1;
98
   stick = 1;
99
   WinkelOut.CalcState++;
99
   WinkelOut.CalcState++;
100
   if(WinkelOut.CalcState > 4)
100
   if(WinkelOut.CalcState > 4)
101
    {
101
    {
102
//     WinkelOut.CalcState = 0; // in Uart.c
102
//     WinkelOut.CalcState = 0; // in Uart.c
103
     beeptime = 1000;
103
     beeptime = 1000;
104
    }
104
    }
105
   else Piep(WinkelOut.CalcState);
105
   else Piep(WinkelOut.CalcState);
106
  }
106
  }
107
  DebugOut.Analog[19] = WinkelOut.CalcState;
107
  DebugOut.Analog[19] = WinkelOut.CalcState;
108
}
108
}
Line 113... Line 113...
113
//############################################################################
113
//############################################################################
114
{
114
{
115
        unsigned int timer;
115
        unsigned int timer;
Line 116... Line 116...
116
 
116
 
117
        //unsigned int timer2 = 0;
117
        //unsigned int timer2 = 0;
118
    DDRB  = 0x00;
118
    DDRB  = 0x00;
119
    PORTB = 0x00;
119
    PORTB = 0x00;
120
    for(timer = 0; timer < 1000; timer++); // verzögern
120
    for(timer = 0; timer < 1000; timer++); // verzögern
121
    if(PINB & 0x01)
121
    if(PINB & 0x01)
122
     {
122
     {
123
      if(PINB & 0x02) PlatinenVersion = 13;
123
      if(PINB & 0x02) PlatinenVersion = 13;
124
       else           PlatinenVersion = 11;
124
       else           PlatinenVersion = 11;
125
     }
125
     }
126
    else
126
    else
127
     {
127
     {
128
      if(PINB & 0x02) PlatinenVersion = 20;
128
      if(PINB & 0x02) PlatinenVersion = 20;
129
       else           PlatinenVersion = 10;
129
       else           PlatinenVersion = 10;
Line 130... Line 130...
130
     }
130
     }
131
 
131
 
132
    DDRC  = 0x81; // SCL
132
    DDRC  = 0x81; // SCL
133
    DDRC  |=0x40; // HEF4017 Reset
133
    DDRC  |=0x40; // HEF4017 Reset
134
    PORTC = 0xff; // Pullup SDA
134
    PORTC = 0xff; // Pullup SDA
135
    DDRB  = 0x1B; // LEDs und Druckoffset
135
    DDRB  = 0x1B; // LEDs und Druckoffset
136
    PORTB = 0x01; // LED_Rot
136
    PORTB = 0x01; // LED_Rot
137
    DDRD  = 0x3E; // Speaker & TXD & J3 J4 J5
137
    DDRD  = 0x3E; // Speaker & TXD & J3 J4 J5
138
    DDRD  |=0x80; // J7 -> Servo signal
138
    DDRD  |=0x80; // J7 -> Servo signal
139
        PORTD = 0x77; // LED
139
        PORTD = 0x77; // LED
140
 
140
 
141
   
141
 
142
    MCUSR &=~(1<<WDRF);
142
    MCUSR &=~(1<<WDRF);
Line 143... Line 143...
143
    WDTCSR |= (1<<WDCE)|(1<<WDE);
143
    WDTCSR |= (1<<WDCE)|(1<<WDE);
Line 144... Line 144...
144
    WDTCSR = 0;
144
    WDTCSR = 0;
Line 145... Line 145...
145
 
145
 
146
    beeptime = 2000;
146
    beeptime = 2000;
147
 
147
 
148
        StickGier = 0; PPM_in[K_GAS] = 0;StickRoll = 0; StickNick = 0;
148
        StickGier = 0; PPM_in[K_GAS] = 0;StickRoll = 0; StickNick = 0;
149
 
149
 
150
    ROT_OFF;
150
    ROT_OFF;
151
   
151
 
152
    Timer_Init();
152
    Timer_Init();
153
        UART_Init();
153
        UART_Init();
154
    rc_sum_init();
154
    rc_sum_init();
Line 155... Line -...
155
        ADC_Init();
-
 
156
        i2c_init();
-
 
157
        SPI_MasterInit();
-
 
158
   
-
 
159
        sei();
-
 
160
 
-
 
161
    VersionInfo.Hauptversion = VERSION_HAUPTVERSION;
-
 
162
    VersionInfo.Nebenversion = VERSION_NEBENVERSION;
155
        ADC_Init();
163
    VersionInfo.PCKompatibel = VERSION_KOMPATIBEL;
156
        i2c_init();
Line 164... Line 157...
164
    VersionInfo.NaviKompatibel = NAVI_KOMPATIBEL;
157
        SPI_MasterInit();
Line 165... Line 158...
165
    VersionInfo.Hardware = 1; // FlightCtrl
158
 
166
        VersionInfo.Patch        = VERSION_INDEX;
159
        sei();
167
   
160
 
168
        printf("\n\rFlightControl\n\rHardware:%d.%d\n\rSoftware:V%d.%d%c ",PlatinenVersion/10,PlatinenVersion%10, VERSION_HAUPTVERSION, VERSION_NEBENVERSION,VERSION_INDEX + 'a');
161
        printf("\n\rFlightControl\n\rHardware:%d.%d\n\rSoftware:V%d.%d%c ",PlatinenVersion/10,PlatinenVersion%10, VERSION_MAJOR, VERSION_MINOR,VERSION_PATCH + 'a');
169
        printf("\n\r==============================");
162
        printf("\n\r==============================");
170
 
163
 
171
        GRN_ON;
164
        GRN_ON;
172
 
165
 
173
#define EE_DATENREVISION 72 // wird angepasst, wenn sich die EEPROM-Daten geändert haben
166
#define EE_DATENREVISION 72 // wird angepasst, wenn sich die EEPROM-Daten geändert haben
174
        ReadParameterSet(0, (unsigned char *) &EE_Parameter.Kanalbelegung[0], 9); // read only the first bytes
167
        ReadParameterSet(0, (unsigned char *) &EE_Parameter.Kanalbelegung[0], 9); // read only the first bytes
175
    // valid Stick-Settings?
168
    // valid Stick-Settings?
176
    if(eeprom_read_byte(&EEPromArray[EEPROM_ADR_VALID]) == 255 || eeprom_read_byte(&EEPromArray[EEPROM_ADR_VALID]) < 72 ||
169
    if(eeprom_read_byte(&EEPromArray[EEPROM_ADR_VALID]) == 255 || eeprom_read_byte(&EEPromArray[EEPROM_ADR_VALID]) < 72 ||
177
        EE_Parameter.Kanalbelegung[0] > 9 || EE_Parameter.Kanalbelegung[1] > 9 || EE_Parameter.Kanalbelegung[2] > 9 || EE_Parameter.Kanalbelegung[3] > 9)
170
        EE_Parameter.Kanalbelegung[0] > 9 || EE_Parameter.Kanalbelegung[1] > 9 || EE_Parameter.Kanalbelegung[2] > 9 || EE_Parameter.Kanalbelegung[3] > 9)
178
           {
171
           {
179
            printf("\n\rInit. EEPROM: Generating Default-Parameter and Stick-Settings...");
172
            printf("\n\rInit. EEPROM: Generating Default-Parameter and Stick-Settings...");
180
        DefaultStickMapping();
173
        DefaultStickMapping();
181
       }
174
       }
182
    else if(eeprom_read_byte(&EEPromArray[EEPROM_ADR_VALID]) != EE_DATENREVISION) printf("\n\rInit. EEPROM: Generating Default-Parameter using old Stick Settings");
175
    else if(eeprom_read_byte(&EEPromArray[EEPROM_ADR_VALID]) != EE_DATENREVISION) printf("\n\rInit. EEPROM: Generating Default-Parameter using old Stick Settings");
183
 
176
 
184
    if(eeprom_read_byte(&EEPromArray[EEPROM_ADR_VALID]) != EE_DATENREVISION)
177
    if(eeprom_read_byte(&EEPromArray[EEPROM_ADR_VALID]) != EE_DATENREVISION)
185
        {
178
        {
186
          DefaultKonstanten1();
179
          DefaultKonstanten1();
187
          for (unsigned char i=1;i<6;i++)  
180
          for (unsigned char i=1;i<6;i++)
188
      {
181
      {
Line 189... Line 182...
189
       if(i==2) DefaultKonstanten2(); // Kamera
182
       if(i==2) DefaultKonstanten2(); // Kamera
190
       if(i==3) DefaultKonstanten3(); // Beginner
183
       if(i==3) DefaultKonstanten3(); // Beginner
191
       if(i>3)  DefaultKonstanten2(); // Kamera
184
       if(i>3)  DefaultKonstanten2(); // Kamera
192
       WriteParameterSet(i, (unsigned char *) &EE_Parameter.Kanalbelegung[0], STRUCT_PARAM_LAENGE);
185
       WriteParameterSet(i, (unsigned char *) &EE_Parameter.Kanalbelegung[0], STRUCT_PARAM_LAENGE);
193
      }
186
      }
194
          eeprom_write_byte(&EEPromArray[EEPROM_ADR_ACTIVE_SET], 3); // default-Setting
187
          eeprom_write_byte(&EEPromArray[EEPROM_ADR_ACTIVE_SET], 3); // default-Setting
195
          eeprom_write_byte(&EEPromArray[EEPROM_ADR_VALID], EE_DATENREVISION);
188
          eeprom_write_byte(&EEPromArray[EEPROM_ADR_VALID], EE_DATENREVISION);
Line 196... Line 189...
196
        }
189
        }
197
 
190
 
198
    if(eeprom_read_byte(&EEPromArray[EEPROM_ADR_ACC_NICK]) > 4)
191
    if(eeprom_read_byte(&EEPromArray[EEPROM_ADR_ACC_NICK]) > 4)
199
     {
192
     {
200
       printf("\n\rACC nicht abgeglichen!");
193
       printf("\n\rACC nicht abgeglichen!");
201
     }
194
     }
202
       
195
 
203
        ReadParameterSet(GetActiveParamSetNumber(), (unsigned char *) &EE_Parameter.Kanalbelegung[0], STRUCT_PARAM_LAENGE);
196
        ReadParameterSet(GetActiveParamSetNumber(), (unsigned char *) &EE_Parameter.Kanalbelegung[0], STRUCT_PARAM_LAENGE);
204
    printf("\n\rBenutze Parametersatz %d", GetActiveParamSetNumber());
197
    printf("\n\rBenutze Parametersatz %d", GetActiveParamSetNumber());
205
 
198
 
206
   
199
 
Line 207... Line 200...
207
        if(EE_Parameter.GlobalConfig & CFG_HOEHENREGELUNG)
200
        if(EE_Parameter.GlobalConfig & CFG_HOEHENREGELUNG)
208
         {
201
         {
209
           printf("\n\rAbgleich Luftdrucksensor..");
202
           printf("\n\rAbgleich Luftdrucksensor..");
210
           timer = SetDelay(1000);  
203
           timer = SetDelay(1000);
-
 
204
       SucheLuftruckOffset();
Line 211... Line -...
211
       SucheLuftruckOffset();
-
 
212
           while (!CheckDelay(timer));
205
           while (!CheckDelay(timer));
213
       printf("OK\n\r");
206
       printf("OK\n\r");
214
        }
207
        }
215
       
208
 
216
        SetNeutral();
209
        SetNeutral();
217
 
210
 
218
        ROT_OFF;
211
        ROT_OFF;
219
   
212
 
220
    beeptime = 2000;
213
    beeptime = 2000;
221
    ExternControl.Digital[0] = 0x55;   
214
    ExternControl.Digital[0] = 0x55;
222
 
215
 
223
   
216
 
224
        printf("\n\rSteuerung: ");
217
        printf("\n\rSteuerung: ");
225
        if (EE_Parameter.GlobalConfig & CFG_HEADING_HOLD) printf("HeadingHold");
218
        if (EE_Parameter.GlobalConfig & CFG_HEADING_HOLD) printf("HeadingHold");
226
        else printf("Neutral");
219
        else printf("Neutral");
227
       
220
 
228
        printf("\n\n\r");
221
        printf("\n\n\r");
229
               
222
 
230
    LcdClear();
223
    LcdClear();
231
    I2CTimeout = 5000;
224
    I2CTimeout = 5000;
232
    WinkelOut.Orientation = 1;
225
    WinkelOut.Orientation = 1;
233
        while (1)
226
        while (1)
234
        {
227
        {
235
       
228
 
236
                if(UpdateMotor)      // ReglerIntervall
-
 
237
            {
-
 
238
                    UpdateMotor=0;
229
                if(UpdateMotor)      // ReglerIntervall
239
//PORTD |= 0x08;
230
            {
240
            if(WinkelOut.CalcState) CalMk3Mag();
231
                    UpdateMotor=0;
241
            else MotorRegler();  
232
//PORTD |= 0x08;
242
//PORTD &= ~0x08;
233
            if(WinkelOut.CalcState) CalMk3Mag();
243
            SendMotorData();
234
            else MotorRegler();
244
            ROT_OFF;
235
//PORTD &= ~0x08;
245
            if(PcZugriff) PcZugriff--;
236
            SendMotorData();
246
             else
237
            ROT_OFF;
247
              {
238
            if(PcZugriff) PcZugriff--;
248
               DubWiseKeys[0] = 0;
239
             else
249
               DubWiseKeys[1] = 0;
240
              {
250
                           ExternControl.Config = 0;
241
                           ExternControl.Config = 0;
251
               ExternStickNick = 0;
242
               ExternStickNick = 0;
252
               ExternStickRoll = 0;
243
               ExternStickRoll = 0;
253
               ExternStickGier = 0;
244
               ExternStickGier = 0;
254
              }
245
              }
255
            if(SenderOkay)  SenderOkay--;
246
            if(SenderOkay)  SenderOkay--;
256
            if(!I2CTimeout)
247
            if(!I2CTimeout)
257
                {
248
                {
258
                 I2CTimeout = 5;
249
                 I2CTimeout = 5;
259
                 i2c_reset();
250
                 i2c_reset();
260
                  if((BeepMuster == 0xffff) && MotorenEin)
251
                  if((BeepMuster == 0xffff) && MotorenEin)
261
                   {
252
                   {
262
                    beeptime = 10000;
253
                    beeptime = 10000;
263
                    BeepMuster = 0x0080;
254
                    BeepMuster = 0x0080;
264
                   }
255
                   }
265
                }
256
                }
266
            else        
257
            else
267
                {
258
                {
268
                 I2CTimeout--;
259
                 I2CTimeout--;
269
                 ROT_OFF;
260
                 ROT_OFF;
270
                }
261
                }
271
            if(SIO_DEBUG && (!UpdateMotor || !MotorenEin))
262
            if(SIO_DEBUG && (!UpdateMotor || !MotorenEin))
272
              {
263
              {
273
               DatenUebertragung();
264
               DatenUebertragung();
274
               BearbeiteRxDaten();
265
               BearbeiteRxDaten();
275
              }
266
              }
276
              else BearbeiteRxDaten();
267
              else BearbeiteRxDaten();
277
         if(CheckDelay(timer))
268
         if(CheckDelay(timer))
278
            {
269
            {
279
            if(UBat < EE_Parameter.UnterspannungsWarnung)
270
            if(UBat < EE_Parameter.UnterspannungsWarnung)
280
                {    
271
                {
281
                  if(BeepMuster == 0xffff)
272
                  if(BeepMuster == 0xffff)
282
                   {
273
                   {
Line 283... Line 274...
283
                    beeptime = 6000;
274
                    beeptime = 6000;
284
                    BeepMuster = 0x0300;
275
                    BeepMuster = 0x0300;
285
                   }
276
                   }
286
                }
277
                }
287
/*           if(SendVersionToNavi)
278
/*           if(SendVersionToNavi)
288
              {
279
              {
289
               SPI_StartTransmitPacket(SPI_CMD_VERSION);//#
280
               SPI_StartTransmitPacket(SPI_CMD_VERSION);//#
290
               SendVersionToNavi = 0;
281
               SendVersionToNavi = 0;