Subversion Repositories NaviCtrl

Rev

Rev 547 | Rev 553 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
85 killagreg 1
/*#######################################################################################*/
2
/* !!! THIS IS NOT FREE SOFTWARE !!!                                                     */
3
/*#######################################################################################*/
4
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
5
// + www.MikroKopter.com
6
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
360 holgerb 7
// + Software Nutzungsbedingungen (english version: see below)
8
// + der Fa. HiSystems GmbH, Flachsmeerstrasse 2, 26802 Moormerland - nachfolgend Lizenzgeber genannt -
9
// + Der Lizenzgeber räumt dem Kunden ein nicht-ausschließliches, zeitlich und räumlich* unbeschränktes Recht ein, die im den
489 killagreg 10
// + Mikrocontroller verwendete Firmware für die Hardware Flight-Ctrl, Navi-Ctrl, BL-Ctrl, MK3Mag & PC-Programm MikroKopter-Tool
360 holgerb 11
// + - nachfolgend Software genannt - nur für private Zwecke zu nutzen.
12
// + Der Einsatz dieser Software ist nur auf oder mit Produkten des Lizenzgebers zulässig.
85 killagreg 13
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
360 holgerb 14
// + Die vom Lizenzgeber gelieferte Software ist urheberrechtlich geschützt. Alle Rechte an der Software sowie an sonstigen im
15
// + Rahmen der Vertragsanbahnung und Vertragsdurchführung überlassenen Unterlagen stehen im Verhältnis der Vertragspartner ausschließlich dem Lizenzgeber zu.
16
// + Die in der Software enthaltenen Copyright-Vermerke, Markenzeichen, andere Rechtsvorbehalte, Seriennummern sowie
17
// + sonstige der Programmidentifikation dienenden Merkmale dürfen vom Kunden nicht verändert oder unkenntlich gemacht werden.
18
// + Der Kunde trifft angemessene Vorkehrungen für den sicheren Einsatz der Software. Er wird die Software gründlich auf deren
19
// + Verwendbarkeit zu dem von ihm beabsichtigten Zweck testen, bevor er diese operativ einsetzt.
20
// + Die Haftung des Lizenzgebers wird - soweit gesetzlich zulässig - begrenzt in Höhe des typischen und vorhersehbaren
489 killagreg 21
// + Schadens. Die gesetzliche Haftung bei Personenschäden und nach dem Produkthaftungsgesetz bleibt unberührt. Dem Lizenzgeber steht jedoch der Einwand
360 holgerb 22
// + des Mitverschuldens offen.
23
// + Der Kunde trifft angemessene Vorkehrungen für den Fall, dass die Software ganz oder teilweise nicht ordnungsgemäß arbeitet.
24
// + Er wird die Software gründlich auf deren Verwendbarkeit zu dem von ihm beabsichtigten Zweck testen, bevor er diese operativ einsetzt.
25
// + Der Kunde wird er seine Daten vor Einsatz der Software nach dem Stand der Technik sichern.
26
// + Der Kunde ist darüber unterrichtet, dass der Lizenzgeber seine Daten im zur Vertragsdurchführung erforderlichen Umfang
27
// + und auf Grundlage der Datenschutzvorschriften erhebt, speichert, verarbeitet und, sofern notwendig, an Dritte übermittelt.
28
// + *) Die räumliche Nutzung bezieht sich nur auf den Einsatzort, nicht auf die Reichweite der programmierten Software.
29
// + #### ENDE DER NUTZUNGSBEDINGUNGEN ####'
30
// +  Hinweis: Informationen über erweiterte Nutzungsrechte (wie z.B. Nutzung für nicht-private Zwecke) sind auf Anfrage per Email an info(@)hisystems.de verfügbar.
85 killagreg 31
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
360 holgerb 32
// + Software LICENSING TERMS
85 killagreg 33
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
360 holgerb 34
// + of HiSystems GmbH, Flachsmeerstrasse 2, 26802 Moormerland, Germany - the Licensor -
489 killagreg 35
// + The Licensor grants the customer a non-exclusive license to use the microcontroller firmware of the Flight-Ctrl, Navi-Ctrl, BL-Ctrl, and MK3Mag hardware
360 holgerb 36
// + (the Software) exclusively for private purposes. The License is unrestricted with respect to time and territory*.
37
// + The Software may only be used with the Licensor's products.
38
// + The Software provided by the Licensor is protected by copyright. With respect to the relationship between the parties to this
39
// + agreement, all rights pertaining to the Software and other documents provided during the preparation and execution of this
40
// + agreement shall be the property of the Licensor.
41
// + The information contained in the Software copyright notices, trademarks, other legal reservations, serial numbers and other
42
// + features that can be used to identify the program may not be altered or defaced by the customer.
43
// + The customer shall be responsible for taking reasonable precautions
44
// + for the safe use of the Software. The customer shall test the Software thoroughly regarding its suitability for the
45
// + intended purpose before implementing it for actual operation. The Licensor's liability shall be limited to the extent of typical and
46
// + foreseeable damage to the extent permitted by law, notwithstanding statutory liability for bodily injury and product
47
// + liability. However, the Licensor shall be entitled to the defense of contributory negligence.
48
// + The customer will take adequate precautions in the case, that the software is not working properly. The customer will test
49
// + the software for his purpose before any operational usage. The customer will backup his data before using the software.
50
// + The customer understands that the Licensor collects, stores and processes, and, where required, forwards, customer data
51
// + to third parties to the extent necessary for executing the agreement, subject to applicable data protection and privacy regulations.
52
// + *) The territory aspect only refers to the place where the Software is used, not its programmed range.
53
// + #### END OF LICENSING TERMS ####
54
// + Note: For information on license extensions (e.g. commercial use), please contact us at info(@)hisystems.de.
85 killagreg 55
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
56
#include <stdlib.h>
57
#include <stdio.h>
58
#include "91x_lib.h"
59
#include "gpx.h"
60
#include "gpx_header.h"
119 killagreg 61
#include "timer1.h"
86 killagreg 62
#include "spi_slave.h"
63
#include "main.h"
64
#include "uart1.h"
338 holgerb 65
#include "compass.h"
66
#include "analog.h"
67
#include "main.h"
68
#include "led.h"
351 holgerb 69
#include "timer2.h"
380 holgerb 70
#include "logging.h"
532 holgerb 71
#include "ncmag.h"
85 killagreg 72
 
73
//________________________________________________________________________________________________________________________________________
74
// Function:    GPX_DocumentInit(GPX_Document_t *)
75
//
76
// Description: This function initializes the gpx-document for further use.
77
//
78
//
79
// Returnvalue: '1' if document was initialized
80
//________________________________________________________________________________________________________________________________________
81
 
82
u8 GPX_DocumentInit(GPX_Document_t *doc)
83
{
84
        if(doc->state != GPX_DOC_CLOSED) GPX_DocumentClose(doc);                                                // close file if it was opened before
85
        doc->state       = GPX_DOC_CLOSED;                                                                                                      // init state of the gpx-document
86
        doc->file        = NULL;
87
        return(1);
88
}
89
 
90
//________________________________________________________________________________________________________________________________________
91
// Function:    GPX_Document_Open(s8 *name, GPX_Document_t *doc);
92
//
93
// Description: This function opens a new gpx-document with the specified name and creates the document header within the file.
94
//
95
//
96
// Returnvalue: '1' if the gpx-file could be created.
97
//________________________________________________________________________________________________________________________________________
98
 
338 holgerb 99
 
85 killagreg 100
u8 GPX_DocumentOpen(s8 *name, GPX_Document_t *doc)
101
{
532 holgerb 102
        s8 string[200];
85 killagreg 103
        u8 retvalue = 0;
530 holgerb 104
        u8 BLv = 1;
532 holgerb 105
        LicenseS_t *tmp_license;
106
        tmp_license = (LicenseS_t *) LicensePtr;
85 killagreg 107
 
108
        if(doc == NULL) return(0);
109
        GPX_DocumentInit(doc);                                                                                                          // intialize the document with resetvalues
110
        doc->file = fopen_(name,'a');                                                                                           // open a new file with the specified filename on the memorycard.
111
 
530 holgerb 112
        if(Motor_Version[0] & MOTOR_STATE_BL30) BLv = 3;
113
        else if(Motor_Version[0] & MOTOR_STATE_NEW_PROTOCOL_MASK) BLv = 2;
114
 
85 killagreg 115
        if(doc->file != NULL)                                                                                                           // could the file be opened?
116
        {
117
                retvalue = 1;                                                                                                                   // the document could be created on the drive.
118
                doc->state = GPX_DOC_OPENED;                                                                                            // change document state to opened. At next a placemark has to be opened.
338 holgerb 119
                fwrite_((void*)GPX_DOCUMENT_HEADER1, sizeof(GPX_DOCUMENT_HEADER1)-1,1,doc->file);// write the gpx-header to the document.
548 holgerb 120
                sprintf(string, "<desc>FC HW:%d.%d SW:%d.%02d%c + NC HW:%d.%d SW:%d.%02d%c + BL HW:V%d SW:%d.%02d", (FC_Version.Hardware & 0x7F)/10,(FC_Version.Hardware & 0x7F)%10, FC_Version.Major, FC_Version.Minor, 'a'+FC_Version.Patch, UART_VersionInfo.HWMajor/10, UART_VersionInfo.HWMajor%10, VERSION_MAJOR,  VERSION_MINOR, 'a'+ VERSION_PATCH,BLv,UART_VersionInfo.BL_Firmware/100,UART_VersionInfo.BL_Firmware%100);
338 holgerb 121
                fputs_(string, doc->file);
530 holgerb 122
                if(FC.RedundanceBlOperation) sprintf(string, " (Redundant)</desc>\r\n");
123
                else sprintf(string, "</desc>\r\n");
124
                fputs_(string, doc->file);
532 holgerb 125
        sprintf(string, "<extensions>\r\n");  fputs_(string, doc->file);
126
         sprintf(string, "<MK_Time>%imin</MK_Time>\r\n",FlugMinutenGesamt);fputs_(string, doc->file);
127
         sprintf(string, "<License>\r\n");      fputs_(string, doc->file);
128
           if(tmp_license->User[0] != 0)
129
           {
130
                sprintf(string, "<name>%s</name>\r\n",tmp_license->User); fputs_(string, doc->file);
131
                sprintf(string, "<email>%s</email>\r\n",tmp_license->eMail); fputs_(string, doc->file);
132
                sprintf(string, "<features>%s</features>\r\n",tmp_license->Feature); fputs_(string, doc->file);
133
                sprintf(string, "<expires>%s</expires>\r\n",tmp_license->Expire);fputs_(string, doc->file);
134
           }
135
           else
136
           {
137
            sprintf(string, "<info>No License installed</info>\r\n");   fputs_(string, doc->file);
138
           }
139
          sprintf(string, "</License>\r\n"); fputs_(string, doc->file);
140
          sprintf(string, "<settings>\r\n"); fputs_(string, doc->file);
141
                sprintf(string, "<Number>%i</Number>\r\n",Parameter.ActiveSetting);fputs_(string, doc->file);
142
                sprintf(string, "<CompassOffset>%i</CompassOffset>\r\n",FC.FromFC_CompassOffset/10);fputs_(string, doc->file);
143
                sprintf(string, "<FCOrientation>%i</FCOrientation>\r\n",Parameter.OrientationAngle*15);fputs_(string, doc->file);
144
                sprintf(string, "<GeoMag>%i</GeoMag>\r\n",GeoMagDec/10);fputs_(string, doc->file);
145
                if(Compass_I2CPort == NCMAG_PORT_EXTERN) sprintf(string, "<MagSensor>external (%i)</MagSensor>\r\n",NCMAG_Orientation);
146
                else sprintf(string, "<MagSensor>internal</MagSensor>\r\n");fputs_(string, doc->file);
147
                if(AbsoluteFlyingAltitude) {sprintf(string, "<MaxAltitude>%i</MaxAltitude>\r\n",AbsoluteFlyingAltitude);fputs_(string, doc->file);}
148
                if(AbsoluteFlyingRange_m) {sprintf(string, "<FlyRange>%i</FlyRange>\r\n",AbsoluteFlyingRange_m);fputs_(string, doc->file);}
149
                if(AutoDescendRange_m) {sprintf(string, "<Descend>%i</Descend>\r\n",AutoDescendRange_m);fputs_(string, doc->file);};
548 holgerb 150
 
151
 
152
                if((Parameter.GlobalConfig & FC_CFG_HEADING_HOLD))                      {sprintf(string, "<HeadingHold>ON!</HeadingHold>\r\n");fputs_(string, doc->file);}
153
                if((Parameter.GlobalConfig & FC_CFG_KOMPASS_FIX))                       {sprintf(string, "<KompassFixedValue>ON!</KompassFixedValue>\r\n");fputs_(string, doc->file);}
154
                if((Parameter.GlobalConfig & FC_CFG_DREHRATEN_BEGRENZER))       {sprintf(string, "<RotationRateLimiter>ON!</RotationRateLimiter>\r\n");fputs_(string, doc->file);}
155
                if(!(Parameter.GlobalConfig & FC_CFG_ACHSENKOPPLUNG_AKTIV)) {sprintf(string, "<AxisCoupling>OFF!</AxisCoupling>\r\n");fputs_(string, doc->file);}
156
                if(!(Parameter.GlobalConfig & FC_CFG_KOMPASS_AKTIV))            {sprintf(string, "<KompassActive>OFF!</KompassActive>\r\n");fputs_(string, doc->file);}
157
                if((Parameter.GlobalConfig3 & CFG3_VARIO_FAILSAFE))                     {sprintf(string, "<VarioFailsafe>On</VarioFailsafe>\r\n");fputs_(string, doc->file);}
158
                if((Parameter.ExtraConfig & CFG_3_3V_REFERENCE))                        {sprintf(string, "<3.3V_Reference>On</3.3V_Reference>\r\n");fputs_(string, doc->file);}
159
                if((Parameter.ExtraConfig & CFG_IGNORE_MAG_ERR_AT_STARTUP))     {sprintf(string, "<IgnoreMagnetError>ON!</IgnoreMagnetError>\r\n");fputs_(string, doc->file);}
160
 
161
 
532 holgerb 162
                sprintf(string, "<Bytes>%02x,%02x,%02x</Bytes>\r\n",Parameter.GlobalConfig,Parameter.ExtraConfig,Parameter.GlobalConfig3);fputs_(string, doc->file);
163
          sprintf(string, "</settings>\r\n"); fputs_(string, doc->file);
164
        sprintf(string, "</extensions>\r\n"); fputs_(string, doc->file);
165
 
166
                fwrite_((void*)GPX_DOCUMENT_METADATA_END, sizeof(GPX_DOCUMENT_METADATA_END)-1,1,doc->file);// write the gpx-header to the document.
85 killagreg 167
        }
338 holgerb 168
        Logging_FCStatusFlags1 = 0;
169
        Logging_FCStatusFlags2 = 0;
380 holgerb 170
    Logged_GPX_Counter = 0;
436 holgerb 171
        LogFC_WP_EventChannel = 0;
530 holgerb 172
        Logging_BL_MinOfMaxPWM = BL_MinOfMaxPWM;
85 killagreg 173
        return(retvalue);
174
}
175
 
176
//________________________________________________________________________________________________________________________________________
177
// Function:    DocumentClose(GPX_Document_t *doc);
178
//
179
// Description: This function closes the document specified by doc.
180
//
181
//
182
// Returnvalue: '1' if the gpx-file could be closed.
183
//________________________________________________________________________________________________________________________________________
184
 
185
u8 GPX_DocumentClose(GPX_Document_t *doc)
186
{
187
 
188
        u8 retvalue = 1;
189
 
190
        if(doc == NULL) return(0);
191
 
378 holgerb 192
        while(doc->state != GPX_DOC_CLOSED)                                                             // close linestring, placemark and document before closing the file on the memorycard
94 killagreg 193
        {
85 killagreg 194
                switch(doc->state)
195
                {
196
                        case GPX_DOC_TRACKSEGMENT_OPENED:
197
                                GPX_TrackSegmentEnd(doc);                                               // write terminating tag to end tracksegment.
198
                                break;
199
 
104 killagreg 200
                        case GPX_DOC_TRACK_OPENED:                                                              // write terminating tag to close track.
85 killagreg 201
                                GPX_TrackEnd(doc);
202
                                break;
203
 
204
                        case GPX_DOC_OPENED:                                                                    // close the file on the memorycard
205
                                if(doc->file != NULL)
206
                                {
207
                                        fwrite_((void*)GPX_DOCUMENT_FOOTER, sizeof(GPX_DOCUMENT_FOOTER)-1,1,doc->file); // write the gpx-footer to the document.
208
                                        fclose_(doc->file);
209
                                        retvalue = 1;
210
                                }
211
                                doc->state = GPX_DOC_CLOSED;
212
                                break;
213
 
214
                        default:
215
                                doc->state = GPX_DOC_CLOSED;
216
                                break;
217
                }
218
        }
219
        return(retvalue);
220
}
221
 
338 holgerb 222
 
223
 
85 killagreg 224
//________________________________________________________________________________________________________________________________________
225
// Function:    u8 GPX_TrackBegin(GPX_Document_t);
226
//
227
// Description: This function adds a track to the document.
228
//
229
//
230
// Returnvalue: '1' if the track could be opened
231
//________________________________________________________________________________________________________________________________________
232
 
233
u8 GPX_TrackBegin(GPX_Document_t *doc)
234
{
235
 
236
        u8 retvalue = 0;
237
        if(doc->state == GPX_DOC_OPENED)
238
        {
239
                if(doc->file != NULL)
240
                {
241
                        doc->state = GPX_DOC_TRACK_OPENED;
242
                        retvalue = 1;
243
                        fwrite_((void*)GPX_TRACK_HEADER, sizeof(GPX_TRACK_HEADER)-1,1,doc->file);
244
                }
245
        }
246
        return(retvalue);
247
}
248
 
338 holgerb 249
 
85 killagreg 250
//________________________________________________________________________________________________________________________________________
251
// Function:    u8 GPX_TrackEnd(KML_Document_t *doc)
252
//
253
// Description: This function ends the track opened before.
254
//
255
//
256
// Returnvalue: 1' if the track could be closed
257
//________________________________________________________________________________________________________________________________________
258
 
259
u8 GPX_TrackEnd(GPX_Document_t *doc)
260
{
261
 
262
        u8 retvalue = 0;
263
 
264
        if(doc->state == GPX_DOC_TRACK_OPENED)
265
        {
266
                if(doc->file != NULL)
267
                {
268
                        doc->state = GPX_DOC_OPENED;
269
                        fwrite_((void*)GPX_TRACK_FOOTER, sizeof(GPX_TRACK_FOOTER)-1,1,doc->file);
270
                        retvalue = 1;
271
                }
272
        }
273
 
274
        return(retvalue);
275
}
276
 
277
//________________________________________________________________________________________________________________________________________
278
// Function:    u8 GPX_TrackSegmentBegin(GPX_Document_t *doc);
279
//
280
// Description: This function starts a track segment.
281
//
282
//
283
// Returnvalue: '1' if the track segement could be started
284
//________________________________________________________________________________________________________________________________________
285
 
286
u8 GPX_TrackSegmentBegin(GPX_Document_t *doc)
287
{
288
 
289
        u8 retvalue = 0;
290
 
291
        if(doc->state == GPX_DOC_TRACK_OPENED)
292
        {
293
                if(doc->file != NULL)
294
                {
295
                        doc->state = GPX_DOC_TRACKSEGMENT_OPENED;
296
                        fwrite_((void*)GPX_TRACKSEGMENT_HEADER, sizeof(GPX_TRACKSEGMENT_HEADER)-1,1,doc->file);
297
                        retvalue = 1;
298
                }
299
        }
300
        return(retvalue);
301
}
302
 
303
//________________________________________________________________________________________________________________________________________
304
// Function:    u8 GPX_TrackSegmentEnd(GPX_Document_t *doc);
305
//
306
// Description: This function ends the tracksegment opened before.
307
//
308
//
309
// Returnvalue: '1' if the track segment could be terminated
310
//________________________________________________________________________________________________________________________________________
311
 
312
u8 GPX_TrackSegmentEnd(GPX_Document_t *doc)
313
{
314
 
315
        u8 retvalue = 0;
316
        if(doc->state == GPX_DOC_TRACKSEGMENT_OPENED)
317
        {
318
                if(doc->file != NULL)
319
                {
320
                        doc->state = GPX_DOC_TRACK_OPENED;
321
                        fwrite_((void*)GPX_TRACKSEGMENT_FOOTER, sizeof(GPX_TRACKSEGMENT_FOOTER)-1,1,doc->file);
322
                        retvalue = 1;
323
                }
324
        }
325
        return(retvalue);
326
}
327
 
328
//________________________________________________________________________________________________________________________________________
329
// Function:    u8 GPX_TrackSegementAddPoint(GPS_Pos_t * pGPS_Position ,GPX_Document_t *doc);
330
//
331
// Description: This function adds a pointof a track segement to the specified document.
332
//
333
//
334
// Returnvalue: '1' if a point was added
335
//________________________________________________________________________________________________________________________________________
336
 
345 holgerb 337
u8 GPX_TrackSegementAddPoint(GPX_Document_t *doc,unsigned char part)
85 killagreg 338
{
339
 
340
        u8 retvalue = 0;
530 holgerb 341
        s8 string[120];
386 holgerb 342
        s8 name[] = "----\0";
85 killagreg 343
 
344
        if(doc == NULL) return(0);
345
 
434 holgerb 346
//      if((GPSData.Position.Status != INVALID) && (NaviData.HomePosition.Status != INVALID))
85 killagreg 347
        {
348
                if(doc->state == GPX_DOC_TRACKSEGMENT_OPENED)
349
                {
350
                        if(doc->file != NULL)
351
                        {
86 killagreg 352
                                s32 i32_1, i32_2;
353
                                s16 i16_1;
354
                                u8 u8_1, u8_2;
85 killagreg 355
                                // write <trkpt> tag
345 holgerb 356
                        switch(part)
357
                          {
358
                           case 0:
380 holgerb 359
                                Logged_GPX_Counter++;
434 holgerb 360
                    if(GPSData.Position.Status != INVALID)
361
                            {
362
                                 if(GPSData.Position.Latitude < 0) u8_1 = '-';
363
                                 else u8_1 = '+';
364
                                 i32_1 = abs(GPSData.Position.Latitude)/10000000L;
365
                                 i32_2 = abs(GPSData.Position.Latitude)%10000000L;
366
                                 sprintf(string, "<trkpt lat=\"%c%ld.%07ld\" ",u8_1, i32_1, i32_2);
367
                                 fputs_(string, doc->file);
368
                                 if(GPSData.Position.Longitude < 0) u8_1 = '-';
369
                                 else u8_1 = '+';
370
                                 i32_1 = abs(GPSData.Position.Longitude)/10000000L;
371
                                 i32_2 = abs(GPSData.Position.Longitude)%10000000L;
372
                                 sprintf(string, "lon=\"%c%ld.%07ld\">\r\n",u8_1, i32_1, i32_2);
436 holgerb 373
                            } else sprintf(string, "<trkpt lat=\"\" lon=\"\">");
434 holgerb 374
                           fputs_(string, doc->file);
345 holgerb 375
                           break;
376
                           case 1:
547 holgerb 377
                                // write <ele> tag
378
                                i32_2 = abs(GPSData.Position.Altitude - NaviData.HomePosition.Altitude);
436 holgerb 379
                    if(GPSData.Position.Status == INVALID) i32_2 = 0;
86 killagreg 380
                                i32_1 = i32_2/1000L;
381
                                i32_2 = i32_2%1000L;
547 holgerb 382
                                if(GPSData.Position.Altitude < 0) i32_1 *= -1;
86 killagreg 383
                                sprintf(string,"<ele>%ld.%03ld</ele>\r\n",i32_1, i32_2);
85 killagreg 384
                                fputs_(string, doc->file);
385
                                // write <time> tag     only at a resolution of one second
531 holgerb 386
//                              sprintf(string, "<time>%04d-%02d-%02dT%02d:%02d:%02dZ</time>\r\n",SystemTime.Year, SystemTime.Month, SystemTime.Day, SystemTime.Hour, SystemTime.Min, SystemTime.Sec);
387
                                sprintf(string, "<time>%04d-%02d-%02dT%02d:%02d:%02d.%dZ</time>\r\n",SystemTime.Year, SystemTime.Month, SystemTime.Day, SystemTime.Hour, SystemTime.Min, SystemTime.Sec,SystemTime.mSec/100);
85 killagreg 388
                                fputs_(string, doc->file);
86 killagreg 389
                                // write <sat> tag
390
                                sprintf(string, "<sat>%d</sat>\r\n", NaviData.SatsInUse);
391
                                fputs_(string, doc->file);
94 killagreg 392
                                // todo: add  <extensions> tag with additional data to be logged
86 killagreg 393
                                sprintf(string, "<extensions>\r\n");
394
                                fputs_(string, doc->file);
345 holgerb 395
                           break;
396
                           case 2:
419 holgerb 397
                                // Flight duration
398
                                sprintf(string, "<FlightTime>%d</FlightTime>\r\n", NaviData.FlyingTime);
399
                                fputs_(string, doc->file);
400
                            // Status of the complete MikroKopter
401
                                sprintf(string, "<ErrorCode>%03d</ErrorCode>\r\n",ErrorCode);
402
                                fputs_(string, doc->file);
403
                                // Flags
404
                                sprintf(string, "<FCFlags2>0x%02x,0x%02x</FCFlags2>\r\n",Logging_FCStatusFlags1,Logging_FCStatusFlags2);
405
                                fputs_(string, doc->file);
428 holgerb 406
                                Logging_FCStatusFlags1 = FC.StatusFlags;
407
                                Logging_FCStatusFlags2 = FC.StatusFlags2;
419 holgerb 408
                                // NC Mode (contains the status)
409
                                sprintf(string, "<NCFlag>0x%02X</NCFlag>\r\n", NCFlags);
410
                                fputs_(string, doc->file);
125 killagreg 411
                                // Altimeter according to air pressure
436 holgerb 412
                                sprintf(string, "<Speak>%d</Speak>\r\n",FC.FromFC_SpeakHoTT);
413
                                FC.FromFC_SpeakHoTT = 0; // can be cleared now
414
                                fputs_(string, doc->file);
415
                                // Altimeter according to air pressure
338 holgerb 416
                                sprintf(string, "<Altimeter>%d,'%c'</Altimeter>\r\n", NaviData.Altimeter,FromFC_VarioCharacter);
126 killagreg 417
                                fputs_(string, doc->file);
140 killagreg 418
                                // Variometer according to air pressure
419
                                sprintf(string, "<Variometer>%d</Variometer>\r\n", NaviData.Variometer);
420
                                fputs_(string, doc->file);
345 holgerb 421
                           break;
422
                           case 3:
86 killagreg 423
                                // Ubat
424
                                u8_1 = NaviData.UBat / 10;
425
                                u8_2 = NaviData.UBat % 10;
426
                                sprintf(string, "<Voltage>%d.%01d</Voltage>\r\n", u8_1, u8_2);
427
                                fputs_(string, doc->file);
206 killagreg 428
                                // Current
429
                                u8_1 = NaviData.Current / 10;
430
                                u8_2 = NaviData.Current % 10;
431
                                sprintf(string, "<Current>%d.%01d</Current>\r\n", u8_1, u8_2);
432
                                fputs_(string, doc->file);
433
                                // Capacity
434
                                sprintf(string, "<Capacity>%d</Capacity>\r\n", NaviData.UsedCapacity);
435
                                fputs_(string, doc->file);
345 holgerb 436
                           break;
437
                           case 4:
419 holgerb 438
/*                              if(FC.RC_RSSI)
414 holgerb 439
                                {
440
                                 sprintf(string, "<RCRSSI>%d</RCRSSI>\r\n", FC.RC_RSSI);
441
                                 fputs_(string, doc->file);
442
                                }
419 holgerb 443
*/                              // Compassind deg
86 killagreg 444
                                i16_1 = FromFlightCtrl.GyroHeading / 10;
510 holgerb 445
                                sprintf(string, "<Compass>%03d,%03d,%03d,%03d</Compass>\r\n", i16_1,ToFlightCtrl.CompassHeading,CompassSetpointCorrected/10,GyroCompassCorrected/10);
86 killagreg 446
                                fputs_(string, doc->file);
489 killagreg 447
                                // magnetic field
419 holgerb 448
                                sprintf(string, "<MagnetField>%03d</MagnetField>\r\n",(u16) (EarthMagneticFieldFiltered/5));
449
                                fputs_(string, doc->file);
489 killagreg 450
                                // magnetic inclination & error
419 holgerb 451
                                sprintf(string, "<MagnetInclination>%02d,%02d</MagnetInclination>\r\n",(s16)EarthMagneticInclinationFiltered/10,(s16)(EarthMagneticInclinationFiltered/10 - EarthMagneticInclinationTheoretic));
452
                                fputs_(string, doc->file);
92 killagreg 453
                                // Nick Angle ind deg
531 holgerb 454
                                i16_1 = abs(FromFlightCtrl.AngleNick);
455
                                if(FromFlightCtrl.AngleNick < 0)        sprintf(string, "<NickAngle>-%d.%d</NickAngle>\r\n",i16_1/10,i16_1%10);
456
                                else                                                            sprintf(string, "<NickAngle>%d.%d</NickAngle>\r\n",i16_1/10,i16_1%10);
86 killagreg 457
                                fputs_(string, doc->file);
92 killagreg 458
                                // Roll Angle in deg
531 holgerb 459
                                i16_1 = abs(FromFlightCtrl.AngleRoll);
460
                                if(FromFlightCtrl.AngleRoll < 0)        sprintf(string, "<RollAngle>-%d.%d</RollAngle>\r\n",i16_1/10,i16_1%10);
461
                                else                                                            sprintf(string, "<RollAngle>%d.%d</RollAngle>\r\n",i16_1/10,i16_1%10);
86 killagreg 462
                                fputs_(string, doc->file);
345 holgerb 463
                           break;
464
                           case 5:
338 holgerb 465
                                // BL Information
530 holgerb 466
                switch(AmountOfMotors)
467
                                 {
468
                                  case 4:
469
                                                sprintf(string, "<MotorCurrent>%d,%d,%d,%d</MotorCurrent>\r\n",BL3_Current(0),BL3_Current(1),BL3_Current(2),BL3_Current(3));
470
                                                fputs_(string, doc->file);
471
                                                sprintf(string, "<BL_Temperature>%d,%d,%d,%d</BL_Temperature>\r\n",Motor[0].Temperature,Motor[1].Temperature,Motor[2].Temperature,Motor[3].Temperature);
472
                                                fputs_(string, doc->file);
473
                                                sprintf(string, "<MotorNOK>%d,%d,%d,%d</MotorNOK>\r\n",Motor[0].NotReadyCnt,Motor[1].NotReadyCnt,Motor[2].NotReadyCnt,Motor[3].NotReadyCnt);
474
                                                fputs_(string, doc->file);
475
                                                break;
476
                                  case 6:
477
                                                sprintf(string, "<MotorCurrent>%d,%d,%d,%d,%d,%d</MotorCurrent>\r\n",BL3_Current(0),BL3_Current(1),BL3_Current(2),BL3_Current(3),BL3_Current(4),BL3_Current(5));
478
                                                fputs_(string, doc->file);
479
                                                sprintf(string, "<BL_Temperature>%d,%d,%d,%d,%d,%d</BL_Temperature>\r\n",Motor[0].Temperature,Motor[1].Temperature,Motor[2].Temperature,Motor[3].Temperature,Motor[4].Temperature,Motor[5].Temperature);
480
                                                fputs_(string, doc->file);
481
                                                sprintf(string, "<MotorNOK>%d,%d,%d,%d,%d,%d</MotorNOK>\r\n",Motor[0].NotReadyCnt,Motor[1].NotReadyCnt,Motor[2].NotReadyCnt,Motor[3].NotReadyCnt,Motor[4].NotReadyCnt,Motor[5].NotReadyCnt);
482
                                                fputs_(string, doc->file);
483
                                                break;
484
                                  case 8:
485
                                                sprintf(string, "<MotorCurrent>%d,%d,%d,%d,%d,%d,%d,%d</MotorCurrent>\r\n",BL3_Current(0),BL3_Current(1),BL3_Current(2),BL3_Current(3),BL3_Current(4),BL3_Current(5),BL3_Current(6),BL3_Current(7));
486
                                                fputs_(string, doc->file);
487
                                                sprintf(string, "<BL_Temperature>%d,%d,%d,%d,%d,%d,%d,%d</BL_Temperature>\r\n",Motor[0].Temperature,Motor[1].Temperature,Motor[2].Temperature,Motor[3].Temperature,Motor[4].Temperature,Motor[5].Temperature,Motor[6].Temperature,Motor[7].Temperature);
488
                                                fputs_(string, doc->file);
489
                                                sprintf(string, "<MotorNOK>%d,%d,%d,%d,%d,%d,%d,%d</MotorNOK>\r\n",Motor[0].NotReadyCnt,Motor[1].NotReadyCnt,Motor[2].NotReadyCnt,Motor[3].NotReadyCnt,Motor[4].NotReadyCnt,Motor[5].NotReadyCnt,Motor[6].NotReadyCnt,Motor[7].NotReadyCnt);
490
                                                fputs_(string, doc->file);
491
                                                break;
492
                                  default:
493
                                                sprintf(string, "<MotorCurrent>%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d</MotorCurrent>\r\n",BL3_Current(0),BL3_Current(1),BL3_Current(2),BL3_Current(3),BL3_Current(4),BL3_Current(5),BL3_Current(6),BL3_Current(7),BL3_Current(8),BL3_Current(9),BL3_Current(10),BL3_Current(11));
494
                                                fputs_(string, doc->file);
495
                                                sprintf(string, "<BL_Temperature>%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d</BL_Temperature>\r\n",Motor[0].Temperature,Motor[1].Temperature,Motor[2].Temperature,Motor[3].Temperature,Motor[4].Temperature,Motor[5].Temperature,Motor[6].Temperature,Motor[7].Temperature,Motor[8].Temperature,Motor[9].Temperature,Motor[10].Temperature,Motor[11].Temperature);
496
                                                fputs_(string, doc->file);
497
                                                sprintf(string, "<MotorNOK>%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d</MotorNOK>\r\n",Motor[0].NotReadyCnt,Motor[1].NotReadyCnt,Motor[2].NotReadyCnt,Motor[3].NotReadyCnt,Motor[4].NotReadyCnt,Motor[5].NotReadyCnt,Motor[6].NotReadyCnt,Motor[7].NotReadyCnt,Motor[8].NotReadyCnt,Motor[9].NotReadyCnt,Motor[10].NotReadyCnt,Motor[11].NotReadyCnt);
498
                                                fputs_(string, doc->file);
499
                                                break;
500
                                  }
345 holgerb 501
                           break;
502
                           case 6:
358 holgerb 503
/*                              sprintf(string, "<BL_State>0x%02x,0x%02x,0x%02x,0x%02x,0x%02x,0x%02x,0x%02x,0x%02x,0x%02x,0x%02x,0x%02x,0x%02x</BL_State>\r\n",Motor.State[0],Motor.State[1],Motor.State[2],Motor.State[3],Motor.State[4],Motor.State[5],Motor.State[6],Motor.State[7],Motor.State[8],Motor.State[9],Motor.State[10],Motor.State[11]);
338 holgerb 504
                                fputs_(string, doc->file);
358 holgerb 505
                                sprintf(string, "<BL_MaxPWM>%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d</BL_MaxPWM>\r\n",Motor.MaxPWM[0],Motor.MaxPWM[1],Motor.MaxPWM[2],Motor.MaxPWM[3],Motor.MaxPWM[4],Motor.MaxPWM[5],Motor.MaxPWM[6],Motor.MaxPWM[7],Motor.MaxPWM[8],Motor.MaxPWM[9],Motor.MaxPWM[10],Motor.MaxPWM[11]);
506
                                fputs_(string, doc->file);
530 holgerb 507
*/                              sprintf(string, "<AvaiableMotorPower>%03d</AvaiableMotorPower>\r\n",Logging_BL_MinOfMaxPWM);
508
                                Logging_BL_MinOfMaxPWM = BL_MinOfMaxPWM;
358 holgerb 509
                                fputs_(string, doc->file);
338 holgerb 510
                                sprintf(string, "<FC_I2C_ErrorCounter>%03d</FC_I2C_ErrorCounter>\r\n",(s16)FC_I2C_ErrorConter);
511
                                fputs_(string, doc->file);
419 holgerb 512
                                sprintf(string, "<FC_SPI_ErrorCounter>%03d</FC_SPI_ErrorCounter>\r\n",(s16)DebugOut.Analog[12]);
513
                                fputs_(string, doc->file);
338 holgerb 514
                                // Analog inputs of the NC
515
                                sprintf(string, "<AnalogInputs>%d,%d,%d,%d</AnalogInputs>\r\n",AnalogData.Ch4,AnalogData.Ch5,AnalogData.Ch6,AnalogData.Ch7);
516
                                fputs_(string, doc->file);
351 holgerb 517
                                sprintf(string, "<Servo>%d,%d,%d</Servo>\r\n", ServoParams.NickControl,ServoParams.RollControl,POI_KameraNick/10);      // Raw Poti-Values of the Servo control and the POI_Nick in 1°
518
                                fputs_(string, doc->file);
386 holgerb 519
 
520
                                if(GPS_pWaypoint != NULL) // if WP exist
521
                                 {                                        // copy that name
522
                                  u8 i;
489 killagreg 523
                                   for(i=0;i<4;i++)
386 holgerb 524
                                    {
525
                                         name[i] = GPS_pWaypoint->Name[i];
526
                                         if(name[i] < ' ') name[i] = ' ';
527
                                        }
528
                                 }
421 holgerb 529
                                sprintf(string, "<WP>%s,%d,%d,%d</WP>\r\n",name,NaviData.WaypointIndex,NaviData.WaypointNumber,LogFC_WP_EventChannel);   // x of y Waypoints and the actual value of the Event Channel
530
                                LogFC_WP_EventChannel = 0; // can be cleared now
351 holgerb 531
                                fputs_(string, doc->file);
345 holgerb 532
                           break;
533
                           case 7:
92 killagreg 534
                                // Target Bearing in deg
86 killagreg 535
                                sprintf(string, "<TargetBearing>%03d</TargetBearing>\r\n", NaviData.TargetPositionDeviation.Bearing);
536
                                fputs_(string, doc->file);
92 killagreg 537
                                // Target Distance in dm
86 killagreg 538
                                sprintf(string, "<TargetDistance>%d</TargetDistance>\r\n", NaviData.TargetPositionDeviation.Distance);
539
                                fputs_(string, doc->file);
419 holgerb 540
                                // Course in deg
541
                                i16_1 = GPSData.Heading/100000L;
542
                                sprintf(string, "<Course>%03d</Course>\r\n", i16_1);
543
                                fputs_(string, doc->file);
544
                                // Ground Speed in cm/s
545
                                sprintf(string, "<GroundSpeed>%d</GroundSpeed>\r\n", NaviData.GroundSpeed);
546
                                fputs_(string, doc->file);
547
                                // Vertical Speed in cm/s
548
                                sprintf(string, "<VerticalSpeed>%d</VerticalSpeed>\r\n", NaviData.TopSpeed);
549
                                fputs_(string, doc->file);
345 holgerb 550
                           break;
551
                           case 8:
101 holgerb 552
                                // RC Sticks as Nick/Roll/Yaw
338 holgerb 553
                                sprintf(string, "<RCSticks>%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d</RCSticks>\r\n", FC.StickNick,FC.StickRoll, FC.StickYaw, FC.StickGas,FC.Poti[0],FC.Poti[1],FC.Poti[2],FC.Poti[3],FC.Poti[4],FC.Poti[5],FC.Poti[6],FC.Poti[7]);
101 holgerb 554
                                fputs_(string, doc->file);
94 killagreg 555
                                // GPS Sticks as Nick/Roll/Yaw
419 holgerb 556
                                sprintf(string, "<GPSSticks>%d,%d,%d,'%c'</GPSSticks>\r\n", ToFlightCtrl.GPSStick.Nick, ToFlightCtrl.GPSStick.Roll, 0 ,NC_GPS_ModeCharacter);
94 killagreg 557
                                fputs_(string, doc->file);
419 holgerb 558
                                // RC Quality
559
                                sprintf(string, "<RCQuality>%d</RCQuality>\r\n", FC.RC_Quality);
560
                                fputs_(string, doc->file);
453 holgerb 561
                                // Navigation Update speed (in 0.1Hz)
457 holgerb 562
//                              sprintf(string, "<NaviUpdate>%d,%d</NaviUpdate>\r\n",FreqGpsProcessedIn5Sec,FreqNewGpsDataIn5Sec);
563
//                              fputs_(string, doc->file);
86 killagreg 564
                                // eof extensions
547 holgerb 565
                                i32_2 = abs(GPSData.Position.Altitude);
566
                    if(GPSData.Position.Status == INVALID) i32_2 = 0;
567
                                i32_1 = i32_2/1000L;
568
                                i32_2 = i32_2%1000L;
569
                                if(GPSData.Position.Altitude < 0) i32_1 *= -1;
570
                                sprintf(string,"<ele_raw>%ld.%03ld</ele_raw>\r\n",i32_1, i32_2);
571
                                fputs_(string, doc->file);
572
 
86 killagreg 573
                                sprintf(string, "</extensions>\r\n");
574
                                fputs_(string, doc->file);
85 killagreg 575
                                sprintf(string, "</trkpt>\r\n");
576
                                fputs_(string, doc->file);
345 holgerb 577
                           break;
578
                          }
579
                        retvalue = 1;
85 killagreg 580
                        }
581
                }
582
        }
583
        return(retvalue);
584
}
585
 
586
//________________________________________________________________________________________________________________________________________
587
// Function:    u8 KML_LoggGPSCoordinates(gps_data_t *, KML_Document_t *)
588
//
589
// Description: This function opens and adds gpscoordinates to an GPX-Document. The document will be opened, if not already done
590
//
591
//
592
// Returnvalue: '1' if an gps coordinate was logged
593
//________________________________________________________________________________________________________________________________________
594
 
345 holgerb 595
u8 GPX_LoggGPSCoordinates(GPX_Document_t *doc,unsigned char part)
85 killagreg 596
{
597
        u8 retval = 0;
378 holgerb 598
        while(doc->state != GPX_DOC_TRACKSEGMENT_OPENED)                                // automatic create document with default filename on the card.
85 killagreg 599
        {
600
                switch(doc->state)
601
                {
602
                        case GPX_DOC_CLOSED:                                                                    // document hasn't been opened yet therefore it will be initialized automatically
324 killagreg 603
                                retval = GPX_DocumentOpen("default.gpx",doc);           // open the gpx-document with a standardname.
85 killagreg 604
                        break;
605
 
606
                        case GPX_DOC_OPENED:                                                                    // if a document has been opened before but no track exists:
607
                                retval = GPX_TrackBegin(doc);
608
                        break;
609
 
610
                        case GPX_DOC_TRACK_OPENED:                                                              // add tracksegement to the track
611
                                retval = GPX_TrackSegmentBegin(doc);
612
                        break;
613
 
614
                        default:
615
                                retval = 0;
616
                        break;
617
 
618
                }
619
                if(retval != 1) return(retval); // stop on error
620
        }
621
 
622
        if(doc->state == GPX_DOC_TRACKSEGMENT_OPENED)                                           // if the document was opened add coordinates to the document.
623
        {
345 holgerb 624
                retval = GPX_TrackSegementAddPoint(doc,part);                                           // add a track segment point
85 killagreg 625
        }
626
        return(retval);
627
}
628