Subversion Repositories NaviCtrl

Rev

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