Subversion Repositories NaviCtrl

Rev

Rev 721 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
717 holgerb 1
/*#######################################################################################*/
2
/* !!! THIS IS NOT FREE SOFTWARE !!!                                                     */
3
/*#######################################################################################*/
4
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
5
// + www.MikroKopter.com
6
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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
10
// + Mikrocontroller verwendete Firmware für die Hardware Flight-Ctrl, Navi-Ctrl, BL-Ctrl, MK3Mag & PC-Programm MikroKopter-Tool
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.
13
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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
21
// + Schadens. Die gesetzliche Haftung bei Personenschäden und nach dem Produkthaftungsgesetz bleibt unberührt. Dem Lizenzgeber steht jedoch der Einwand
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.
31
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
32
// + Software LICENSING TERMS
33
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
34
// + of HiSystems GmbH, Flachsmeerstrasse 2, 26802 Moormerland, Germany - the Licensor -
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
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.
55
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
56
#include <stdio.h>
57
#include <stdlib.h>
58
#include "91x_lib.h"
59
#include "main.h"
60
#include "timer1.h"
61
#include "timer2.h"
62
#include "uart1.h"
63
#include "triggerlog.h"
64
#include "gpx.h"
65
#include "ssc.h"
66
#include "settings.h"
67
#include "led.h"
68
#include "logging.h"
69
#include "timer1.h"
70
#include "gps.h"
71
#include "spi_slave.h"
72
 
73
u16 Logged_TRIG_Counter = 0;
74
u16 TRIG_Filenum = 0;
75
u8  BlitzSchuhConnected = 1;
76
 
77
TrigLog_t TrigLogging;
78
 
79
void TriggerInput(void) // triggerinput on IO1 
80
{
81
 TrigLogging.Longitude = GPSData.Position.Longitude;
82
 TrigLogging.Latitude = GPSData.Position.Latitude;
83
 TrigLogging.Count++;
84
 TrigLogging.AltiBaro = NaviData.Altimeter * 5; // in cm
85
 TrigLogging.AltiGPS = GPSData.Position.Altitude;
86
 TrigLogging.ShutterCounter = NaviData_Volatile.ShutterCounter;
87
 
88
 TrigLogging.Hour = SystemTime.Hour;
89
 TrigLogging.Min = SystemTime.Min;
90
 TrigLogging.Sec = SystemTime.Sec;
91
 TrigLogging.mSec = SystemTime.mSec;
92
 TrigLogging.ServoControlNick = ServoParams.NickControl;
93
 TrigLogging.ServoControlPoi = POI_KameraNick;
94
 if(SimulationFlags) TrigLogging.Yaw = CompassSetpointCorrected;
95
 else TrigLogging.Yaw = GyroCompassCorrected;
96
 TrigLogging.NewData++;
97
}
98
 
99
const s8 TRIG_DOCUMENT_FOOTER[] =
100
{
101
         "\r\n"
102
         "#Triggerlogfile closed\r\n"
103
};
104
 
105
//________________________________________________________________________________________________________________________________________
106
// Function:    TRIG_DocumentInit(TRIG_Document_t *)
107
//
108
// Description: This function initializes the kml-document for further use.
109
//
110
//
111
// Returnvalue: '1' if document was initialized
112
//________________________________________________________________________________________________________________________________________
113
 
114
u8 TRIG_DocumentInit(TRIG_Document_t *doc)
115
{                                                                                                              
116
        doc->state       = TRIG_DOC_CLOSED;                                                                                                     // state of the kml-document
117
        doc->file        = NULL;
118
        return(1);
119
}
120
 
121
 
122
//________________________________________________________________________________________________________________________________________
123
// Function:    DocumentClose(TRIG_Document_t *doc);
124
//
125
// Description: This function closes the document specified by doc.
126
//
127
//
128
// Returnvalue: '1' if the KML- file could be closed.
129
//________________________________________________________________________________________________________________________________________
130
 
131
u8 TRIG_DocumentClose(TRIG_Document_t *doc)
132
{
133
 
134
        u8 retvalue = 1;
135
 
136
        if(doc == NULL) return(0);
137
 
138
        while(doc->state != TRIG_DOC_CLOSED)                                                            // close linestring, placemark and document before closing the file on the memorycard
139
        {
140
                switch(doc->state)
141
                {
142
                        case TRIG_DOC_LINESTRING_OPENED:
143
                                TRIG_LineStringEnd(doc);                                                        // write terminating tag to end linestring.
144
                                break;
145
 
146
                        case TRIG_DOC_PLACEMARK_OPENED:                                                 // write terminating tag to close placemark.
147
                                TRIG_PlaceMarkClose(doc);
148
                                break;
149
 
150
                        case TRIG_DOC_OPENED:                                                                   // close the file on the memorycard
151
                                if(doc->file != NULL)
152
                                {
153
                                        fwrite_((void*)TRIG_DOCUMENT_FOOTER, sizeof(TRIG_DOCUMENT_FOOTER)-1,1,doc->file);       // write the KML- footer to the document.
154
                                        fclose_(doc->file);
155
                                        retvalue = 1;
156
                                }
157
                                doc->state = TRIG_DOC_CLOSED;
158
                                break;
159
 
160
                        default:
161
                                doc->state = TRIG_DOC_CLOSED;
162
                                break;
163
 
164
                }
165
        }
166
        return(retvalue);
167
}
168
 
169
//________________________________________________________________________________________________________________________________________
170
// Function:    u8 TRIG_PlaceMarkOpen(TRIG_Document_t *doc);
171
//
172
// Description: This function adds a placemark to the document.
173
//
174
//
175
// Returnvalue: '1' if the PlaceMark could be opened
176
//________________________________________________________________________________________________________________________________________
177
 
178
u8 TRIG_PlaceMarkOpen(TRIG_Document_t *doc)
179
{
180
        u8 retvalue = 0;
181
        if(doc->state == TRIG_DOC_OPENED)
182
        {
183
                if(doc->file != NULL)
184
                {
185
                        doc->state = TRIG_DOC_PLACEMARK_OPENED;
186
                        retvalue = 1;
187
//                      fwrite_((void*)TRIG_PLACEMARK_HEADER, sizeof(TRIG_PLACEMARK_HEADER)-1,1,doc->file);
188
                }
189
        }
190
        return(retvalue);
191
}
192
 
193
//________________________________________________________________________________________________________________________________________
194
// Function:    u8 PlaceMarkClose(TRIG_PlaceMark_t *place, File *file);
195
//
196
// Description: This function ends the placemark opened before.
197
//
198
//
199
// Returnvalue: 1' if the PlaceMark could be closed
200
//________________________________________________________________________________________________________________________________________
201
 
202
u8 TRIG_PlaceMarkClose(TRIG_Document_t *doc)
203
{
204
 
205
        u8 retvalue = 0;                                                                                                                        // close the Placemark-tag of the corosponding document.
206
 
207
        if(doc->state == TRIG_DOC_PLACEMARK_OPENED)
208
        {
209
                if(doc->file != NULL)
210
                {
211
                        doc->state = TRIG_DOC_OPENED;
212
//                      fwrite_((void*)TRIG_PLACEMARK_FOOTER, sizeof(TRIG_PLACEMARK_FOOTER)-1,1,doc->file);
213
                        retvalue = 1;
214
                }
215
        }
216
 
217
        return(retvalue);
218
}
219
 
220
//________________________________________________________________________________________________________________________________________
221
// Function:    u8 LineStringBegin(TRIG_Document_t *doc);
222
//
223
// Description: This function ends the placemark opened before.
224
//
225
//
226
// Returnvalue: '1' if the LineString could be started
227
//________________________________________________________________________________________________________________________________________
228
 
229
u8 TRIG_LineStringBegin(TRIG_Document_t *doc)
230
{
231
 
232
        u8 retvalue = 0;
233
 
234
        if(doc->state == TRIG_DOC_PLACEMARK_OPENED)
235
        {
236
                if(doc->file != NULL)
237
                {
238
                        doc->state = TRIG_DOC_LINESTRING_OPENED;
239
//                      fwrite_((void*)TRIG_LINESTRING_HEADER, sizeof(TRIG_LINESTRING_HEADER)-1,1,doc->file);
240
                        Logged_TRIG_Counter = 0;
241
                        TrigLogging.NewData = 0;
242
                        retvalue = 1;
243
                }
244
        }
245
        return(retvalue);
246
}
247
 
248
//________________________________________________________________________________________________________________________________________
249
// Function:    u8 TRIG_LineStringEnd(TRIG_Document_t *doc)
250
//
251
// Description: This function ends the placemark opened before.
252
//
253
//
254
// Returnvalue: '1' if the LineString could be terminated
255
//________________________________________________________________________________________________________________________________________
256
 
257
u8 TRIG_LineStringEnd(TRIG_Document_t *doc)
258
{
259
        u8 retvalue = 0;
260
        if(doc->state == TRIG_DOC_LINESTRING_OPENED)
261
        {
262
                if(doc->file != NULL)
263
                {
264
                        doc->state = TRIG_DOC_PLACEMARK_OPENED;
265
//                      fwrite_((void*)TRIG_LINESTRING_FOOTER, sizeof(TRIG_LINESTRING_FOOTER)-1,1,doc->file);
266
                        retvalue = 1;
267
                }
268
        }
269
        return(retvalue);
270
}
271
 
272
//________________________________________________________________________________________________________________________________________
273
// Function:    TRIG_Document_Open(void);
274
//
275
// Description: This function opens a new KML- document with the specified name and creates the document header within the file.
276
//
277
//
278
// Returnvalue: '1' if the KML- file could be created.
279
//________________________________________________________________________________________________________________________________________
280
 
281
u8 TRIG_DocumentOpen(s8 *name, TRIG_Document_t *doc)
282
{
283
 
284
        u8 retvalue = 0;
285
        s8 string[150];
286
 
287
        if(doc == NULL) return(0);
288
 
289
        TRIG_DocumentInit(doc);                                                                                                         // intialize the document with resetvalues
290
        doc->file = fopen_(name,'a');                                                                                           // open a new file with the specified filename on the memorycard.
291
 
292
        if(doc->file != NULL)                                                                                                           // could the file be opened?
293
        {
294
                retvalue = 1;                                                                                                                   // the document could be created on the drive.
295
                doc->state = TRIG_DOC_OPENED;                                                                                           // change document state to opened. At next a placemark has to be opened.
296
                sprintf(string, "#Counter;Time;Longitude;Latitude;GPSAltitude[m](raw);BaroAltitude[m];Compass[deg];ServoSetpoint(raw);ServoPoi[deg]");
297
                fputs_(string, doc->file);
298
                sprintf(string, "\r\n#%4i.%02i.%02i Nr:%i (%02i%02i%02i%02i.GPX)", SystemTime.Year, SystemTime.Month, SystemTime.Day, TRIG_Filenum, SystemTime.Year%100, SystemTime.Month, SystemTime.Day, GPX_Filenum);
299
                fputs_(string, doc->file);
300
                if(SimulationFlags) { sprintf(string, " SIMULATED"); fputs_(string, doc->file);};
301
                if(BlitzSchuhConnected){ sprintf(string, "\r\n#External hotshoe sensor connected");     fputs_(string, doc->file);};
302
        }
303
        return(retvalue);
304
}
305
 
306
 
307
//________________________________________________________________________________________________________________________________________
308
// Function:    u8 LineStringAddPoint(gps_data_t, TRIG_Document_t *doc)
309
//
310
// Description: This function adds a point to the specified document.
311
//
312
//
313
// Returnvalue: '1' if a ppoint was added could be started
314
//________________________________________________________________________________________________________________________________________
315
 
316
u8 TRIG_LineStringAddPoint(TRIG_Document_t *doc)
317
{
318
 
319
        u8 retvalue = 0;
320
        s8 string[70];
321
        s32 rel_altitude = 0;
322
 
323
        if(doc == NULL) return(0);
324
 
325
        if(GPSData.Position.Status != INVALID)
326
        {
327
                if(doc->state == TRIG_DOC_LINESTRING_OPENED)
328
                {
329
                        if(doc->file != NULL)
330
                        {
331
                                s32 i1, i2;
332
                                u8 sign;
333
// Counter
334
                                sprintf(string,"\r\n%d",TrigLogging.Count);
335
                                fputs_(string, doc->file);
336
// Time
337
                                sprintf(string, ";%04d-%02d-%02dT%02d:%02d:%02d.%dZ",SystemTime.Year, SystemTime.Month, SystemTime.Day, SystemTime.Hour, SystemTime.Min, SystemTime.Sec,SystemTime.mSec/100);
338
                                fputs_(string, doc->file);
339
// Position
340
                                if(TrigLogging.Latitude < 0) sign = '-';
341
                                else sign = '+';
342
                                i1 = abs(TrigLogging.Latitude)/10000000L;
343
                                i2 = abs(TrigLogging.Latitude)%10000000L;
344
                                sprintf(string,";%c%ld.%07ld",sign, i1, i2);
345
                                fputs_(string, doc->file);
346
 
347
                                if(TrigLogging.Longitude < 0) sign = '-';
348
                                else sign = '+';
349
                                i1 = abs(TrigLogging.Longitude)/10000000L;
350
                                i2 = abs(TrigLogging.Longitude)%10000000L;
351
                                sprintf(string,";%c%ld.%07ld",sign, i1, i2);
352
                                fputs_(string, doc->file);
353
                                // calculate relative altitude with respect to the altitude of the home position
354
// Altitude GPS
355
                                rel_altitude = TrigLogging.AltiGPS;// - NaviData.HomePosition.Altitude;
356
//                              if(rel_altitude < 0) rel_altitude = 0; // avoid negative altitudes in log
357
                                i1 = rel_altitude/1000L;
358
                                i2 = rel_altitude%1000L;
359
                                sprintf(string,";%ld.%03ld",i1, abs(i2));
360
                                fputs_(string, doc->file);
361
// Altitude Baro
362
                                sprintf(string,";%ld.%02d",TrigLogging.AltiBaro/100,abs(TrigLogging.AltiBaro%100));
363
                                fputs_(string, doc->file);
364
// Yaw angle
365
                                sprintf(string,";%d.%d",TrigLogging.Yaw/10,abs(TrigLogging.Yaw%10));
366
                                fputs_(string, doc->file);
367
// ServoSet; ServoPoi
368
                                sprintf(string,";%d;%d.%d",TrigLogging.ServoControlNick,TrigLogging.ServoControlPoi/10,abs(TrigLogging.ServoControlPoi%10));
369
                                fputs_(string, doc->file);
370
 
371
                                Logged_TRIG_Counter++;
372
                                retvalue = 1;
373
                        }
374
                }
375
        }
376
        else
377
        {
378
                if(doc->state == TRIG_DOC_LINESTRING_OPENED)
379
                {
380
                        if(doc->file != NULL)
381
                        {
382
                                sprintf(string,"\r\n");
383
                                fputs_(string, doc->file);
384
                                Logged_TRIG_Counter++;
385
                                retvalue = 1;
386
                        }
387
                }
388
        }
389
        return(retvalue);
390
}
391
 
392
//________________________________________________________________________________________________________________________________________
393
// Function:    u8 TRIG_LoggGPSCoordinates(gps_data_t *, TRIG_Document_t *)
394
//
395
// Description: This function opens adds gpscoordinates to an KML-Document. The document will be opened, if not already done
396
//
397
//
398
// Returnvalue: '1' if an gps coordinate was logged
399
//________________________________________________________________________________________________________________________________________
400
 
401
u8 TRIG_LoggGPSCoordinates(TRIG_Document_t *doc)
402
{
403
        u8 retval = 0;
404
        while(doc->state != TRIG_DOC_LINESTRING_OPENED)                                 // automatic create document with default filename on the card.
405
        {
406
                switch(doc->state)
407
                {
408
                        case TRIG_DOC_CLOSED:                                                                   // document hasn't been opened yet therefore it will be initialized automatically
409
//                              retval = TRIG_DocumentOpen("default.kml",doc);  // open the kml-document with a standardname.
410
                        break;
411
 
412
                        case TRIG_DOC_OPENED:                                                                   // if a document has been opened before but no placemark exists:
413
                                retval = TRIG_PlaceMarkOpen(doc);
414
                        break;
415
 
416
                        case TRIG_DOC_PLACEMARK_OPENED:                                                 // add linestring to the placemark
417
                                retval = TRIG_LineStringBegin(doc);
418
                        break;
419
 
420
                        default:
421
                                retval = 0;
422
                        break;
423
 
424
                }
425
                if(retval != 1) return(retval); // stop on error
426
        }
427
 
428
        if(doc->state == TRIG_DOC_LINESTRING_OPENED)                                            // if the document was opened add coordinates to the document.
429
        {
430
                retval = TRIG_LineStringAddPoint(doc);
431
        }
432
        return(retval);
433
}
434
 
435
 
436
 
437
//----------------------------------------------------------------------------------------------------
438
s8* GenerateTriggLogFileName(void)
439
{
440
        static u16 filenum = 0; // file name counter
441
        static s8 filename[40];
442
 
443
        static DateTime_t LastTime = {0,0,0,0,0,0,0,0};
444
        if(filenum < GPX_Filenum) filenum = GPX_Filenum;
445
        if(SystemTime.Valid)
446
        {
447
                // if the day has been changed
448
                if((LastTime.Year != SystemTime.Year) || (LastTime.Month != SystemTime.Month) || (LastTime.Day != SystemTime.Day))
449
                {
450
                        LastTime.Year = SystemTime.Year;
451
                        LastTime.Month = SystemTime.Month;
452
                        LastTime.Day = SystemTime.Day;
453
                        LastTime.Valid = 1;
454
                        filenum = 0; // reset file counter
455
                }
456
        if(!(SimulationFlags & SIMULATION_ACTIVE))
457
        {
458
                if(filenum < 100) sprintf(filename, "/LOG/%04i%02i%02i/GPX/%02i%02i%02i%02i.TXT", SystemTime.Year, SystemTime.Month, SystemTime.Day, SystemTime.Year % 100, SystemTime.Month, SystemTime.Day, filenum);
459
                else sprintf(filename, "/LOG/%04i%02i%02i/GPX/GPS%05i.TXT", SystemTime.Year, SystemTime.Month, SystemTime.Day, filenum);
460
        }
461
        else
462
        {
463
                if(filenum < 100 && SystemTime.Year > 2000) sprintf(filename, "/SIMULATE/%04i%02i%02i/GPX/S%i%02i%02i%02i.TXT", SystemTime.Year, SystemTime.Month, SystemTime.Day, SystemTime.Year % 10, SystemTime.Month, SystemTime.Day, filenum);
464
                else sprintf(filename, "/SIMULATE/%04i%02i%02i/GPX/SIM%05i.TXT", SystemTime.Year, SystemTime.Month, SystemTime.Day, filenum);
465
        }
466
                TRIG_Filenum = filenum;
467
                filenum++;
468
                return filename;
469
        }
470
        else return NULL;
471
}
472
 
473
 
474
 
475
//----------------------------------------------------------------------------------------------------
476
// logs the current gps position to a csv file
477
logfilestate_t LoggingTrigger(u32 LogDelay)
478
{
479
        static  logfilestate_t logfilestate = LOGFILE_IDLE; // the current logfilestate
480
        static  s8* logfilename = NULL;                                         // the pointer to the logfilename
481
        static  u32 logtimer = 0, flushtimer = 0;               // the log update timer
482
        static  TRIG_Document_t logfile;                                        // the logfilehandle
483
        static  u32 appendtimer = 0;            // the log update timer
484
        static  u8 logging_active = 0;
485
 
486
        // initialize if LogDelay is zero
487
        if(!LogDelay)
488
        {
489
                switch(logfilestate)
490
                {
491
                        case LOGFILE_OPENED:
492
                                TRIG_DocumentClose(&logfile); // try to close it
493
                                break;
494
                        default:
495
                                break;
496
                }
497
                logfilestate = LOGFILE_IDLE;
498
                logfilename = NULL;
499
                TRIG_DocumentInit(&logfile);
500
                logtimer = SetDelay(0); // set logtimer to now
501
                return logfilestate;
502
        }
503
        // no init
504
        if(CheckDelay(logtimer) || (TrigLogging.NewData && logging_active))
505
        {
506
                logtimer = SetDelay(LogDelay);  // standard interval
507
 
508
                if(FC.StatusFlags & FC_STATUS_MOTOR_RUN)
509
                {
510
                        logging_active = 1;
511
                        appendtimer = SetDelay(APPEND_LOG_TIME_MS);
512
                }
513
                else
514
                {
515
                        if(CheckDelay(appendtimer)) logging_active = 0;
516
                }
517
 
518
                if(logging_active)
519
                {
520
                        switch(logfilestate)
521
                        {
522
                                case LOGFILE_IDLE:
523
                                case LOGFILE_CLOSED:
524
                                        if(GPX_logging_active == 2)       // start after GPX-Log 
525
                                        {
526
                                                logfilestate = LOGFILE_START;
527
                                        }
528
                                        break;
529
                                case LOGFILE_START:
530
                                        // find unused logfile name
531
                                        do
532
                                        {        // try to generate a new logfile name
533
                                                 logfilename = GenerateTriggLogFileName();
534
                                        }while((logfilename != NULL) && fexist_(logfilename));
535
                                        // if logfilename exist
536
                                        if(logfilename != NULL)
537
                                        {
538
                                                // try to create the log file
539
                                                if(TRIG_DocumentOpen(logfilename, &logfile))
540
                                                {
541
                                                        flushtimer = SetDelay(LOG_FLUSH_INTERVAL);
542
                                                        logfilestate = LOGFILE_OPENED; // goto next step
543
                                                        UART1_PutString("\r\nOpening trigger-file:");
544
                                                        UART1_PutString(logfilename);
545
                                                        UART1_PutString("\r\n");
546
TrigLogging.NewData = 0;
547
TrigLogging.Count = 0;
548
fflush_(logfile.file);
549
                                                }
550
                                                else // could not be openend
551
                                                {
552
                                                        logfilestate = LOGFILE_ERROR;
553
                                                        UART1_PutString("\r\nError opening trigger-file: ");
554
                                                        UART1_PutString(logfilename);
555
                                                        UART1_PutString("\r\n");
556
                                                        logtimer = SetDelay(10);  // try again in open logfile in 10 mili sec
557
                                                        SD_LoggingError = 1;
558
                                                }
559
                                        }
560
                                        else
561
                                        {
562
                                                logfilestate = LOGFILE_ERROR;
563
                                                UART1_PutString("\r\nError getting free trigger-file name\r\n");
564
                                                SD_LoggingError = 2;
565
                                        }
566
                                        // else retry in next loop
567
                                        break;
568
                                case LOGFILE_OPENED:
569
                                        // append new gps log data
570
if(TrigLogging.NewData)
571
 {
572
TrigLogging.NewData--;
573
                                        if((GPSData.Status != INVALID))// && (GPSData.Flags & FLAG_GPSFIXOK) && (GPSData.SatFix == SATFIX_3D))
574
                                        {
575
                                                if(!TRIG_LoggGPSCoordinates(&logfile))
576
                                                {       // error logging data
577
                                                        UART1_PutString("\r\nError logging to trigger-file\r\n");
578
                                                        SD_LoggingError = 3;
579
                                                        TRIG_DocumentClose(&logfile);
580
                                                        logfilestate = LOGFILE_ERROR;
581
                                                        TrigLogging.NewData = 0;
582
                                                }
583
                                                else // sucessfully logged
584
                                                {
585
                                                        SD_LoggingError = 0;
586
//                                                      if(CheckDelay(flushtimer))
587
                                                        {
588
//                                                              flushtimer = SetDelay(LOG_FLUSH_INTERVAL);
589
                                                                fflush_(logfile.file);
590
                                                        }
591
                                                }
592
 
593
                                        }
594
 }
595
                                        break;
596
 
597
                                case LOGFILE_ERROR:
598
                                        break;
599
 
600
                                default:
601
                                        logfilestate = LOGFILE_IDLE;
602
                                        break;
603
                        }
604
                } // EOF motors are not running
605
                else // model is not flying
606
                {   // close log file if opened
607
                        if(logfilestate == LOGFILE_OPENED)
608
                        {
609
                                if(TRIG_DocumentClose(&logfile))
610
                                {
611
                                        UART1_PutString("\r\nClosing trigger-file\r\n");
612
                                        logfilestate = LOGFILE_CLOSED;
613
                                }
614
                                else  // could not be closed
615
                                {
616
                                        UART1_PutString("\r\nError closing trigger-file\r\n");
617
                                        SD_LoggingError = 4;
618
                                        logfilestate =  LOGFILE_ERROR;
619
                                }
620
                        }
621
                } //EOF motors are not running
622
        } // EOF Check LogTimer
623
 
624
        return logfilestate;
625
}
626
 
627
 
628