Subversion Repositories NaviCtrl

Rev

Rev 777 | Rev 787 | 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"
582 holgerb 72
#include "uart0.h"
676 holgerb 73
#include "settings.h"
720 ingob 74
#include "crc16.h"
85 killagreg 75
 
720 ingob 76
 
77
u16 Check16File;
78
u16 Check16Block;
79
 
85 killagreg 80
//________________________________________________________________________________________________________________________________________
81
// Function:    GPX_DocumentInit(GPX_Document_t *)
82
//
83
// Description: This function initializes the gpx-document for further use.
84
//
85
//
86
// Returnvalue: '1' if document was initialized
87
//________________________________________________________________________________________________________________________________________
88
 
89
u8 GPX_DocumentInit(GPX_Document_t *doc)
90
{
91
        if(doc->state != GPX_DOC_CLOSED) GPX_DocumentClose(doc);                                                // close file if it was opened before
92
        doc->state       = GPX_DOC_CLOSED;                                                                                                      // init state of the gpx-document
93
        doc->file        = NULL;
94
        return(1);
95
}
96
 
720 ingob 97
 
98
 
99
u16 CheckSumAndWrite(u16 *checksum, s8 * const string, File_t * const file)
100
{
101
   u8 i=0;
102
        while(string[i] != 0)
103
        {
104
                *checksum = CRC16x(*checksum, string[i]);
105
                i++;
106
        }
107
 
108
  return fputs_(string, file);                                                                                                                          // write to SD scard
109
 
110
 
111
}
112
 
85 killagreg 113
//________________________________________________________________________________________________________________________________________
114
// Function:    GPX_Document_Open(s8 *name, GPX_Document_t *doc);
115
//
116
// Description: This function opens a new gpx-document with the specified name and creates the document header within the file.
117
//
118
//
119
// Returnvalue: '1' if the gpx-file could be created.
120
//________________________________________________________________________________________________________________________________________
121
 
338 holgerb 122
 
85 killagreg 123
u8 GPX_DocumentOpen(s8 *name, GPX_Document_t *doc)
124
{
532 holgerb 125
        s8 string[200];
85 killagreg 126
        u8 retvalue = 0;
530 holgerb 127
        u8 BLv = 1;
676 holgerb 128
        u16 gps_receive_config;
532 holgerb 129
        LicenseS_t *tmp_license;
130
        tmp_license = (LicenseS_t *) LicensePtr;
85 killagreg 131
 
720 ingob 132
        Check16File = 0x55AA;
133
 
85 killagreg 134
        if(doc == NULL) return(0);
135
        GPX_DocumentInit(doc);                                                                                                          // intialize the document with resetvalues
136
        doc->file = fopen_(name,'a');                                                                                           // open a new file with the specified filename on the memorycard.
137
 
530 holgerb 138
        if(Motor_Version[0] & MOTOR_STATE_BL30) BLv = 3;
139
        else if(Motor_Version[0] & MOTOR_STATE_NEW_PROTOCOL_MASK) BLv = 2;
140
 
85 killagreg 141
        if(doc->file != NULL)                                                                                                           // could the file be opened?
142
        {
143
                retvalue = 1;                                                                                                                   // the document could be created on the drive.
144
                doc->state = GPX_DOC_OPENED;                                                                                            // change document state to opened. At next a placemark has to be opened.
338 holgerb 145
                fwrite_((void*)GPX_DOCUMENT_HEADER1, sizeof(GPX_DOCUMENT_HEADER1)-1,1,doc->file);// write the gpx-header to the document.
548 holgerb 146
                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);
779 holgerb 147
                // desc is der Start der Checksummenberechnung
720 ingob 148
                CheckSumAndWrite(&Check16File,string, doc->file);
149
                if(SimulationFlags) { sprintf(string, " SIMULATED"); CheckSumAndWrite(&Check16File,string, doc->file);};
614 holgerb 150
                if(FC.StatusFlags3 & FC_STATUS3_REDUNDANCE_AKTIVE) sprintf(string, " (Redundant)</desc>\r\n");
530 holgerb 151
                else sprintf(string, "</desc>\r\n");
720 ingob 152
                CheckSumAndWrite(&Check16File,string, doc->file);
779 holgerb 153
                if(OEM_String[0] == 255)
154
                 {
155
                        sprintf(string, "<link href=\"http://www.mikrokopter.de\">\r\n<text>MikroKopter</text>\r\n</link>\r\n"); CheckSumAndWrite(&Check16File,string, doc->file);
156
                 }
720 ingob 157
        sprintf(string, "<extensions>\r\n");  CheckSumAndWrite(&Check16File,string, doc->file);
158
         sprintf(string, "<MK_Time>%imin</MK_Time>\r\n",FlugMinutenGesamt);CheckSumAndWrite(&Check16File,string, doc->file);
676 holgerb 159
//++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
720 ingob 160
     sprintf(string, "<GpsVersion>%d.%03d</GpsVersion>\r\n",GPS_Version/1000,GPS_Version%1000);CheckSumAndWrite(&Check16File,string, doc->file);
676 holgerb 161
         if(GPS_Version >= 3000)
162
          {
163
             Settings_GetParamValue(PID_GPS_SYSTEM_CFG,&gps_receive_config);
164
                 sprintf(string, "<GNSS_System>%d</GNSS_System>\r\n",gps_receive_config);
720 ingob 165
                 CheckSumAndWrite(&Check16File,string, doc->file);
676 holgerb 166
          }
587 holgerb 167
//++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
720 ingob 168
         sprintf(string, "<License>\r\n");      CheckSumAndWrite(&Check16File,string, doc->file);
532 holgerb 169
           if(tmp_license->User[0] != 0)
170
           {
720 ingob 171
                sprintf(string, "<name>%s</name>\r\n",tmp_license->User); CheckSumAndWrite(&Check16File,string, doc->file);
172
                sprintf(string, "<email>%s</email>\r\n",tmp_license->eMail); CheckSumAndWrite(&Check16File,string, doc->file);
764 holgerb 173
                if(OEM_String[0] != 255) {sprintf(string, "<manufacturer>%s</manufacturer>\r\n",OEM_String); CheckSumAndWrite(&Check16File,string, doc->file);}
174
                else {sprintf(string, "<manufacturer>HiSystems GmbH</manufacturer>\r\n"); CheckSumAndWrite(&Check16File,string, doc->file);}
720 ingob 175
                sprintf(string, "<features>%s</features>\r\n",tmp_license->Feature); CheckSumAndWrite(&Check16File,string, doc->file);
176
                sprintf(string, "<expires>%s</expires>\r\n",tmp_license->Expire);CheckSumAndWrite(&Check16File,string, doc->file);
532 holgerb 177
           }
178
           else
179
           {
720 ingob 180
            sprintf(string, "<info>No License installed</info>\r\n");   CheckSumAndWrite(&Check16File,string, doc->file);
532 holgerb 181
           }
720 ingob 182
          sprintf(string, "</License>\r\n"); CheckSumAndWrite(&Check16File,string, doc->file);
587 holgerb 183
//++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
720 ingob 184
          sprintf(string, "<settings>\r\n"); CheckSumAndWrite(&Check16File,string, doc->file);
185
                sprintf(string, "<Number>%i,%s</Number>\r\n",Parameter.ActiveSetting,EE_Parameter.Name);CheckSumAndWrite(&Check16File,string, doc->file);
587 holgerb 186
        //++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
187
        // Reciever     Type
720 ingob 188
                sprintf(string, "<Receiver>");CheckSumAndWrite(&Check16File,string, doc->file);
587 holgerb 189
                switch(Parameter.ReceiverType)
190
                {
191
                case RECEIVER_PPM:                              sprintf(string, "PPM");         break;
192
                case RECEIVER_SPEKTRUM:                 sprintf(string, "SPEKTRUM");    break;
193
                case RECEIVER_SPEKTRUM_HI_RES:  sprintf(string, "SPEKTRUM_HI_RES");     break;
194
                case RECEIVER_SPEKTRUM_LOW_RES: sprintf(string, "SPEKTRUM_LOW_RES");    break;
195
                case RECEIVER_JETI:                     sprintf(string, "JETI");        break;
196
                case RECEIVER_ACT_DSL:                  sprintf(string, "ACT_DSL");     break;
197
                case RECEIVER_HOTT:                     sprintf(string, "HOTT");        break;
198
                case RECEIVER_SBUS:                     sprintf(string, "SBUS");        break;
199
                case RECEIVER_USER:                     sprintf(string, "USER");        break;
200
                default:                                                sprintf(string, "? %d",Parameter.ReceiverType); break;
201
                }              
720 ingob 202
                CheckSumAndWrite(&Check16File,string, doc->file);
203
                sprintf(string, "</Receiver>\r\n"); CheckSumAndWrite(&Check16File,string, doc->file);
587 holgerb 204
        //++++++++++++++++++++++++++++++++++++++++++++++++++++++++++            
720 ingob 205
                if(FC.FromFC_CompassOffset > 30) {sprintf(string, "<CompassOffset>%i !</CompassOffset>\r\n",FC.FromFC_CompassOffset/10);CheckSumAndWrite(&Check16File,string, doc->file);}
206
                else {sprintf(string, "<CompassOffset>%i</CompassOffset>\r\n",FC.FromFC_CompassOffset/10);CheckSumAndWrite(&Check16File,string, doc->file);}
207
                sprintf(string, "<FCOrientation>%i</FCOrientation>\r\n",Parameter.OrientationAngle*15);CheckSumAndWrite(&Check16File,string, doc->file);
208
                sprintf(string, "<GeoMag>%i.%1d</GeoMag>\r\n",GeoMagDec/10,abs(GeoMagDec)%10);CheckSumAndWrite(&Check16File,string, doc->file);
209
        sprintf(string, "<Neutral>%d,%d,%d</Neutral>\r\n", FC.AdNeutralNick,FC.AdNeutralRoll,FC.AdNeutralYaw);CheckSumAndWrite(&Check16File,string, doc->file);
210
        sprintf(string, "<Kalibr.>%d,%d,%d</Kalibr.>\r\n", FC.BoatNeutralNick,FC.BoatNeutralRoll,FC.BoatNeutralYaw);CheckSumAndWrite(&Check16File,string, doc->file);
211
                if((FC.StatusFlags3 & FC_STATUS3_BOAT)) {sprintf(string, "<BoatMode>On</BoatMode>\r\n");CheckSumAndWrite(&Check16File,string, doc->file);}
212
                if(Parameter.Driftkomp) {sprintf(string, "<DriftComp>%i</DriftComp>\r\n",Parameter.Driftkomp);CheckSumAndWrite(&Check16File,string, doc->file);};
779 holgerb 213
        sprintf(string, "<BaroKompens.>%i</BaroKompens.>\r\n",LuftdruckTemperaturKompensation);CheckSumAndWrite(&Check16File,string, doc->file);
214
        sprintf(string, "<FcTemperat.>%i.%1i</FcTemperat.>\r\n",FC_Temperatur/10,abs(FC_Temperatur)%10);CheckSumAndWrite(&Check16File,string, doc->file);
587 holgerb 215
        //++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
216
        // Magnetometer
686 holgerb 217
                if(Compass_I2CPort == NCMAG_PORT_EXTERN) sprintf(string, "<MagSensor>external2,(%i),",NCMAG_Orientation);
218
                else if(NCMAG_Compass_use_Orientation) sprintf(string, "<MagSensor>external1,(%i),",NCMAG_Orientation);
587 holgerb 219
                else sprintf(string, "<MagSensor>internal,");
686 holgerb 220
 
720 ingob 221
                CheckSumAndWrite(&Check16File,string, doc->file);
587 holgerb 222
                switch(NCMAG_SensorType)
223
                {
224
                 case TYPE_HMC5843:             sprintf(string, "HMC");         break;
225
                 case TYPE_LSM303DLH:           sprintf(string, "DLH");         break;
226
                 case TYPE_LSM303DLM:           sprintf(string, "DLM");         break;
592 holgerb 227
                 case TYPE_LSM303D:             sprintf(string, "D");           break;
587 holgerb 228
                 default:  sprintf(string, "? %d",NCMAG_SensorType);    break;
229
                }
720 ingob 230
                CheckSumAndWrite(&Check16File,string, doc->file);
231
                sprintf(string, "</MagSensor>\r\n");CheckSumAndWrite(&Check16File,string, doc->file);
587 holgerb 232
        //++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
720 ingob 233
                sprintf(string, "<FailSafeTime>%d</FailSafeTime>\r\n",Parameter.FailSafeTime);CheckSumAndWrite(&Check16File,string, doc->file);
234
                if(AbsoluteFlyingAltitude) {sprintf(string, "<MaxAltitude>%i</MaxAltitude>\r\n",AbsoluteFlyingAltitude);CheckSumAndWrite(&Check16File,string, doc->file);}
235
                if(AbsoluteFlyingRange_m) {sprintf(string, "<FlyRange>%i</FlyRange>\r\n",AbsoluteFlyingRange_m);CheckSumAndWrite(&Check16File,string, doc->file);}
236
                if(AutoDescendRange_m) {sprintf(string, "<Descend>%i</Descend>\r\n",AutoDescendRange_m);CheckSumAndWrite(&Check16File,string, doc->file);};
548 holgerb 237
 
720 ingob 238
                if((Parameter.GlobalConfig & FC_CFG_HEADING_HOLD))                      {sprintf(string, "<HeadingHold>ON!</HeadingHold>\r\n");CheckSumAndWrite(&Check16File,string, doc->file);}
239
                if((Parameter.GlobalConfig & FC_CFG_KOMPASS_FIX))                       {sprintf(string, "<KompassFixedValue>ON!</KompassFixedValue>\r\n");CheckSumAndWrite(&Check16File,string, doc->file);}
240
                if((Parameter.GlobalConfig & FC_CFG_DREHRATEN_BEGRENZER))       {sprintf(string, "<RotationRateLimiter>ON!</RotationRateLimiter>\r\n");CheckSumAndWrite(&Check16File,string, doc->file);}
241
                if(!(Parameter.GlobalConfig & FC_CFG_ACHSENKOPPLUNG_AKTIV)) {sprintf(string, "<AxisCoupling>OFF!</AxisCoupling>\r\n");CheckSumAndWrite(&Check16File,string, doc->file);}
242
                if(!(Parameter.GlobalConfig & FC_CFG_KOMPASS_AKTIV))            {sprintf(string, "<CompassActive>OFF!</CompassActive>\r\n");CheckSumAndWrite(&Check16File,string, doc->file);}
243
                if((Parameter.GlobalConfig3 & CFG3_VARIO_FAILSAFE))                     {sprintf(string, "<VarioFailsafe>On</VarioFailsafe>\r\n");CheckSumAndWrite(&Check16File,string, doc->file);}
244
                if((Parameter.ExtraConfig & CFG_3_3V_REFERENCE))                        {sprintf(string, "<3.3V_Reference>On</3.3V_Reference>\r\n");CheckSumAndWrite(&Check16File,string, doc->file);}
245
                if((Parameter.ExtraConfig & CFG_IGNORE_MAG_ERR_AT_STARTUP))     {sprintf(string, "<IgnoreMagnetError>ON!</IgnoreMagnetError>\r\n");CheckSumAndWrite(&Check16File,string, doc->file);}
246
                if(FC.FromFC_DisableDeclination)                                                        {sprintf(string, "<DisableDeclinationCalc>ON!</DisableDeclinationCalc>\r\n");CheckSumAndWrite(&Check16File,string, doc->file);}
548 holgerb 247
 
761 holgerb 248
                if(IO1_Function == IO1FUNC_PARACHUTE)                                           {sprintf(string, "<IO1Function>Parachute!</IO1Function>\r\n");CheckSumAndWrite(&Check16File,string, doc->file);}
249
 
720 ingob 250
                sprintf(string, "<Bytes>%02x,%02x,%02x</Bytes>\r\n",Parameter.GlobalConfig,Parameter.ExtraConfig,Parameter.GlobalConfig3);CheckSumAndWrite(&Check16File,string, doc->file);
251
          sprintf(string, "</settings>\r\n"); CheckSumAndWrite(&Check16File,string, doc->file);
252
        sprintf(string, "</extensions>\r\n"); CheckSumAndWrite(&Check16File,string, doc->file);
532 holgerb 253
                fwrite_((void*)GPX_DOCUMENT_METADATA_END, sizeof(GPX_DOCUMENT_METADATA_END)-1,1,doc->file);// write the gpx-header to the document.
720 ingob 254
 
85 killagreg 255
        }
338 holgerb 256
        Logging_FCStatusFlags1 = 0;
257
        Logging_FCStatusFlags2 = 0;
380 holgerb 258
    Logged_GPX_Counter = 0;
436 holgerb 259
        LogFC_WP_EventChannel = 0;
530 holgerb 260
        Logging_BL_MinOfMaxPWM = BL_MinOfMaxPWM;
720 ingob 261
 
262
        Check16Block = Check16File;                                     // init. value for first block
263
 
85 killagreg 264
        return(retvalue);
265
}
266
 
267
//________________________________________________________________________________________________________________________________________
268
// Function:    DocumentClose(GPX_Document_t *doc);
269
//
270
// Description: This function closes the document specified by doc.
271
//
272
//
273
// Returnvalue: '1' if the gpx-file could be closed.
274
//________________________________________________________________________________________________________________________________________
275
 
276
u8 GPX_DocumentClose(GPX_Document_t *doc)
277
{
278
 
279
        u8 retvalue = 1;
720 ingob 280
        s8 string[50];
85 killagreg 281
 
282
        if(doc == NULL) return(0);
283
 
378 holgerb 284
        while(doc->state != GPX_DOC_CLOSED)                                                             // close linestring, placemark and document before closing the file on the memorycard
94 killagreg 285
        {
85 killagreg 286
                switch(doc->state)
287
                {
288
                        case GPX_DOC_TRACKSEGMENT_OPENED:
289
                                GPX_TrackSegmentEnd(doc);                                               // write terminating tag to end tracksegment.
290
                                break;
291
 
104 killagreg 292
                        case GPX_DOC_TRACK_OPENED:                                                              // write terminating tag to close track.
85 killagreg 293
                                GPX_TrackEnd(doc);
294
                                break;
295
 
296
                        case GPX_DOC_OPENED:                                                                    // close the file on the memorycard
297
                                if(doc->file != NULL)
298
                                {
777 holgerb 299
                                        sprintf(string, "<!-- FcTemperature:%d.%1d -->\r\n",FC_Temperatur/10,abs(FC_Temperatur)%10);
300
                                        fputs_(string, doc->file);
301
 
720 ingob 302
                                        sprintf(string, "<!-- %d -->\r\n", Check16File);
303
                                    fputs_(string, doc->file);
85 killagreg 304
                                        fwrite_((void*)GPX_DOCUMENT_FOOTER, sizeof(GPX_DOCUMENT_FOOTER)-1,1,doc->file); // write the gpx-footer to the document.
777 holgerb 305
 
85 killagreg 306
                                        fclose_(doc->file);
307
                                        retvalue = 1;
308
                                }
309
                                doc->state = GPX_DOC_CLOSED;
310
                                break;
311
 
312
                        default:
313
                                doc->state = GPX_DOC_CLOSED;
314
                                break;
315
                }
316
        }
317
        return(retvalue);
318
}
319
 
338 holgerb 320
 
321
 
85 killagreg 322
//________________________________________________________________________________________________________________________________________
323
// Function:    u8 GPX_TrackBegin(GPX_Document_t);
324
//
325
// Description: This function adds a track to the document.
326
//
327
//
328
// Returnvalue: '1' if the track could be opened
329
//________________________________________________________________________________________________________________________________________
330
 
331
u8 GPX_TrackBegin(GPX_Document_t *doc)
332
{
333
 
334
        u8 retvalue = 0;
335
        if(doc->state == GPX_DOC_OPENED)
336
        {
337
                if(doc->file != NULL)
338
                {
339
                        doc->state = GPX_DOC_TRACK_OPENED;
340
                        retvalue = 1;
341
                        fwrite_((void*)GPX_TRACK_HEADER, sizeof(GPX_TRACK_HEADER)-1,1,doc->file);
342
                }
343
        }
344
        return(retvalue);
345
}
346
 
338 holgerb 347
 
85 killagreg 348
//________________________________________________________________________________________________________________________________________
349
// Function:    u8 GPX_TrackEnd(KML_Document_t *doc)
350
//
351
// Description: This function ends the track opened before.
352
//
353
//
354
// Returnvalue: 1' if the track could be closed
355
//________________________________________________________________________________________________________________________________________
356
 
357
u8 GPX_TrackEnd(GPX_Document_t *doc)
358
{
359
 
360
        u8 retvalue = 0;
361
 
362
        if(doc->state == GPX_DOC_TRACK_OPENED)
363
        {
364
                if(doc->file != NULL)
365
                {
366
                        doc->state = GPX_DOC_OPENED;
367
                        fwrite_((void*)GPX_TRACK_FOOTER, sizeof(GPX_TRACK_FOOTER)-1,1,doc->file);
368
                        retvalue = 1;
369
                }
370
        }
371
 
372
        return(retvalue);
373
}
374
 
375
//________________________________________________________________________________________________________________________________________
376
// Function:    u8 GPX_TrackSegmentBegin(GPX_Document_t *doc);
377
//
378
// Description: This function starts a track segment.
379
//
380
//
381
// Returnvalue: '1' if the track segement could be started
382
//________________________________________________________________________________________________________________________________________
383
 
384
u8 GPX_TrackSegmentBegin(GPX_Document_t *doc)
385
{
386
 
387
        u8 retvalue = 0;
388
 
389
        if(doc->state == GPX_DOC_TRACK_OPENED)
390
        {
391
                if(doc->file != NULL)
392
                {
393
                        doc->state = GPX_DOC_TRACKSEGMENT_OPENED;
394
                        fwrite_((void*)GPX_TRACKSEGMENT_HEADER, sizeof(GPX_TRACKSEGMENT_HEADER)-1,1,doc->file);
395
                        retvalue = 1;
396
                }
397
        }
398
        return(retvalue);
399
}
400
 
401
//________________________________________________________________________________________________________________________________________
402
// Function:    u8 GPX_TrackSegmentEnd(GPX_Document_t *doc);
403
//
404
// Description: This function ends the tracksegment opened before.
405
//
406
//
407
// Returnvalue: '1' if the track segment could be terminated
408
//________________________________________________________________________________________________________________________________________
409
 
410
u8 GPX_TrackSegmentEnd(GPX_Document_t *doc)
411
{
412
 
413
        u8 retvalue = 0;
414
        if(doc->state == GPX_DOC_TRACKSEGMENT_OPENED)
415
        {
416
                if(doc->file != NULL)
417
                {
418
                        doc->state = GPX_DOC_TRACK_OPENED;
419
                        fwrite_((void*)GPX_TRACKSEGMENT_FOOTER, sizeof(GPX_TRACKSEGMENT_FOOTER)-1,1,doc->file);
420
                        retvalue = 1;
421
                }
422
        }
423
        return(retvalue);
424
}
425
 
426
//________________________________________________________________________________________________________________________________________
427
// Function:    u8 GPX_TrackSegementAddPoint(GPS_Pos_t * pGPS_Position ,GPX_Document_t *doc);
428
//
429
// Description: This function adds a pointof a track segement to the specified document.
430
//
431
//
432
// Returnvalue: '1' if a point was added
433
//________________________________________________________________________________________________________________________________________
434
 
345 holgerb 435
u8 GPX_TrackSegementAddPoint(GPX_Document_t *doc,unsigned char part)
85 killagreg 436
{
437
 
438
        u8 retvalue = 0;
633 holgerb 439
        static u8 LastLoggedFlags2 = 0;
709 holgerb 440
        s8 string[150];
386 holgerb 441
        s8 name[] = "----\0";
720 ingob 442
 
443
 
85 killagreg 444
 
445
        if(doc == NULL) return(0);
446
 
434 holgerb 447
//      if((GPSData.Position.Status != INVALID) && (NaviData.HomePosition.Status != INVALID))
85 killagreg 448
        {
449
                if(doc->state == GPX_DOC_TRACKSEGMENT_OPENED)
450
                {
451
                        if(doc->file != NULL)
452
                        {
553 holgerb 453
                                static s32 altitude; // store to make sure they are all recorded in one timestamp
86 killagreg 454
                                s32 i32_1, i32_2;
455
                                s16 i16_1;
456
                                u8 u8_1, u8_2;
85 killagreg 457
                                // write <trkpt> tag
345 holgerb 458
                        switch(part)
459
                          {
460
                           case 0:
380 holgerb 461
                                Logged_GPX_Counter++;
434 holgerb 462
                    if(GPSData.Position.Status != INVALID)
463
                            {
464
                                 if(GPSData.Position.Latitude < 0) u8_1 = '-';
465
                                 else u8_1 = '+';
466
                                 i32_1 = abs(GPSData.Position.Latitude)/10000000L;
467
                                 i32_2 = abs(GPSData.Position.Latitude)%10000000L;
468
                                 sprintf(string, "<trkpt lat=\"%c%ld.%07ld\" ",u8_1, i32_1, i32_2);
720 ingob 469
                                 CheckSumAndWrite(&Check16Block,string, doc->file);
434 holgerb 470
                                 if(GPSData.Position.Longitude < 0) u8_1 = '-';
471
                                 else u8_1 = '+';
472
                                 i32_1 = abs(GPSData.Position.Longitude)/10000000L;
473
                                 i32_2 = abs(GPSData.Position.Longitude)%10000000L;
474
                                 sprintf(string, "lon=\"%c%ld.%07ld\">\r\n",u8_1, i32_1, i32_2);
436 holgerb 475
                            } else sprintf(string, "<trkpt lat=\"\" lon=\"\">");
720 ingob 476
                           CheckSumAndWrite(&Check16Block,string, doc->file);
553 holgerb 477
                           altitude = GPSData.Position.Altitude;
345 holgerb 478
                           break;
479
                           case 1:
547 holgerb 480
                                // write <ele> tag
553 holgerb 481
                                i32_2 = altitude - NaviData.HomePosition.Altitude;
436 holgerb 482
                    if(GPSData.Position.Status == INVALID) i32_2 = 0;
86 killagreg 483
                                i32_1 = i32_2/1000L;
484
                                i32_2 = i32_2%1000L;
573 holgerb 485
                                if(altitude - NaviData.HomePosition.Altitude < 0)       sprintf(string,"<ele>-%ld.%03ld</ele>\r\n",labs(i32_1),labs(i32_2));
553 holgerb 486
                                else                                                                                            sprintf(string,"<ele>%ld.%03ld</ele>\r\n",i32_1,i32_2);
720 ingob 487
                                CheckSumAndWrite(&Check16Block,string, doc->file);
553 holgerb 488
                                // write <time> tag     only at a resolution of 1/100 second
531 holgerb 489
                                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);
720 ingob 490
                                CheckSumAndWrite(&Check16Block,string, doc->file);
86 killagreg 491
                                // write <sat> tag
492
                                sprintf(string, "<sat>%d</sat>\r\n", NaviData.SatsInUse);
720 ingob 493
                                CheckSumAndWrite(&Check16Block,string, doc->file);
94 killagreg 494
                                // todo: add  <extensions> tag with additional data to be logged
86 killagreg 495
                                sprintf(string, "<extensions>\r\n");
720 ingob 496
                                CheckSumAndWrite(&Check16Block,string, doc->file);
345 holgerb 497
                           break;
498
                           case 2:
419 holgerb 499
                                // Flight duration
500
                                sprintf(string, "<FlightTime>%d</FlightTime>\r\n", NaviData.FlyingTime);
720 ingob 501
                                CheckSumAndWrite(&Check16Block,string, doc->file);
419 holgerb 502
                            // Status of the complete MikroKopter
503
                                sprintf(string, "<ErrorCode>%03d</ErrorCode>\r\n",ErrorCode);
720 ingob 504
                                CheckSumAndWrite(&Check16Block,string, doc->file);
419 holgerb 505
                                // Flags
633 holgerb 506
                                if(LastLoggedFlags2 & FC_STATUS2_OUT1_ACTIVE && !(FC.StatusFlags2 & FC_STATUS2_OUT1_ACTIVE)) Logging_FCStatusFlags2 &= ~FC_STATUS2_OUT1_ACTIVE; // to avoid that the OUT-Flags are longer high than required
507
                                if(LastLoggedFlags2 & FC_STATUS2_OUT2_ACTIVE && !(FC.StatusFlags2 & FC_STATUS2_OUT2_ACTIVE)) Logging_FCStatusFlags2 &= ~FC_STATUS2_OUT2_ACTIVE;
419 holgerb 508
                                sprintf(string, "<FCFlags2>0x%02x,0x%02x</FCFlags2>\r\n",Logging_FCStatusFlags1,Logging_FCStatusFlags2);
720 ingob 509
                                CheckSumAndWrite(&Check16Block,string, doc->file);
633 holgerb 510
                                LastLoggedFlags2 = Logging_FCStatusFlags2;
428 holgerb 511
                                Logging_FCStatusFlags1 = FC.StatusFlags;
512
                                Logging_FCStatusFlags2 = FC.StatusFlags2;
419 holgerb 513
                                // NC Mode (contains the status)
514
                                sprintf(string, "<NCFlag>0x%02X</NCFlag>\r\n", NCFlags);
720 ingob 515
                                CheckSumAndWrite(&Check16Block,string, doc->file);
125 killagreg 516
                                // Altimeter according to air pressure
436 holgerb 517
                                sprintf(string, "<Speak>%d</Speak>\r\n",FC.FromFC_SpeakHoTT);
518
                                FC.FromFC_SpeakHoTT = 0; // can be cleared now
720 ingob 519
                                CheckSumAndWrite(&Check16Block,string, doc->file);
436 holgerb 520
                                // Altimeter according to air pressure
739 holgerb 521
                                sprintf(string, "<Altimeter>%d,'%c'</Altimeter>\r\n", NaviData.Altimeter_5cm,FromFC_VarioCharacter);
720 ingob 522
                                CheckSumAndWrite(&Check16Block,string, doc->file);
140 killagreg 523
                                // Variometer according to air pressure
524
                                sprintf(string, "<Variometer>%d</Variometer>\r\n", NaviData.Variometer);
720 ingob 525
                                CheckSumAndWrite(&Check16Block,string, doc->file);
345 holgerb 526
                           break;
527
                           case 3:
86 killagreg 528
                                // Ubat
593 holgerb 529
                                u8_1 = FC.BAT_Voltage / 10;
530
                                u8_2 = FC.BAT_Voltage % 10;
86 killagreg 531
                                sprintf(string, "<Voltage>%d.%01d</Voltage>\r\n", u8_1, u8_2);
720 ingob 532
                                CheckSumAndWrite(&Check16Block,string, doc->file);
206 killagreg 533
                                // Current
566 holgerb 534
                                sprintf(string, "<Current>%d.%01d</Current>\r\n", NaviData.Current / 10, NaviData.Current % 10);
720 ingob 535
                                CheckSumAndWrite(&Check16Block,string, doc->file);
206 killagreg 536
                                // Capacity
537
                                sprintf(string, "<Capacity>%d</Capacity>\r\n", NaviData.UsedCapacity);
720 ingob 538
                                CheckSumAndWrite(&Check16Block,string, doc->file);
345 holgerb 539
                           break;
540
                           case 4:
557 holgerb 541
                                // Compass in deg
587 holgerb 542
                                if(SimulationFlags) sprintf(string, "<Compass>%03d,%03d,%03d.%1d,%03d.0</Compass>\r\n",SimulatedDirection,SimulatedDirection,CompassSetpointCorrected/10,CompassSetpointCorrected%10,SimulatedDirection);
543
                                else sprintf(string, "<Compass>%03d,%03d,%03d.%1d,%03d.%1d</Compass>\r\n",FromFlightCtrl.GyroHeading/10,ToFlightCtrl.CompassHeading,CompassSetpointCorrected/10,CompassSetpointCorrected%10,GyroCompassCorrected/10,GyroCompassCorrected%10);
720 ingob 544
                                CheckSumAndWrite(&Check16Block,string, doc->file);
489 killagreg 545
                                // magnetic field
419 holgerb 546
                                sprintf(string, "<MagnetField>%03d</MagnetField>\r\n",(u16) (EarthMagneticFieldFiltered/5));
720 ingob 547
                                CheckSumAndWrite(&Check16Block,string, doc->file);
489 killagreg 548
                                // magnetic inclination & error
419 holgerb 549
                                sprintf(string, "<MagnetInclination>%02d,%02d</MagnetInclination>\r\n",(s16)EarthMagneticInclinationFiltered/10,(s16)(EarthMagneticInclinationFiltered/10 - EarthMagneticInclinationTheoretic));
720 ingob 550
                                CheckSumAndWrite(&Check16Block,string, doc->file);
92 killagreg 551
                                // Nick Angle ind deg
531 holgerb 552
                                i16_1 = abs(FromFlightCtrl.AngleNick);
553
                                if(FromFlightCtrl.AngleNick < 0)        sprintf(string, "<NickAngle>-%d.%d</NickAngle>\r\n",i16_1/10,i16_1%10);
554
                                else                                                            sprintf(string, "<NickAngle>%d.%d</NickAngle>\r\n",i16_1/10,i16_1%10);
720 ingob 555
                                CheckSumAndWrite(&Check16Block,string, doc->file);
92 killagreg 556
                                // Roll Angle in deg
531 holgerb 557
                                i16_1 = abs(FromFlightCtrl.AngleRoll);
558
                                if(FromFlightCtrl.AngleRoll < 0)        sprintf(string, "<RollAngle>-%d.%d</RollAngle>\r\n",i16_1/10,i16_1%10);
559
                                else                                                            sprintf(string, "<RollAngle>%d.%d</RollAngle>\r\n",i16_1/10,i16_1%10);
720 ingob 560
                                CheckSumAndWrite(&Check16Block,string, doc->file);
345 holgerb 561
                           break;
562
                           case 5:
338 holgerb 563
                                // BL Information
530 holgerb 564
                switch(AmountOfMotors)
565
                                 {
566
                                  case 4:
567
                                                sprintf(string, "<MotorCurrent>%d,%d,%d,%d</MotorCurrent>\r\n",BL3_Current(0),BL3_Current(1),BL3_Current(2),BL3_Current(3));
720 ingob 568
                                                CheckSumAndWrite(&Check16Block,string, doc->file);
530 holgerb 569
                                                sprintf(string, "<BL_Temperature>%d,%d,%d,%d</BL_Temperature>\r\n",Motor[0].Temperature,Motor[1].Temperature,Motor[2].Temperature,Motor[3].Temperature);
720 ingob 570
                                                CheckSumAndWrite(&Check16Block,string, doc->file);
530 holgerb 571
                                                sprintf(string, "<MotorNOK>%d,%d,%d,%d</MotorNOK>\r\n",Motor[0].NotReadyCnt,Motor[1].NotReadyCnt,Motor[2].NotReadyCnt,Motor[3].NotReadyCnt);
720 ingob 572
                                                CheckSumAndWrite(&Check16Block,string, doc->file);
530 holgerb 573
                                                break;
574
                                  case 6:
575
                                                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));
720 ingob 576
                                                CheckSumAndWrite(&Check16Block,string, doc->file);
530 holgerb 577
                                                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);
720 ingob 578
                                                CheckSumAndWrite(&Check16Block,string, doc->file);
530 holgerb 579
                                                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);
720 ingob 580
                                                CheckSumAndWrite(&Check16Block,string, doc->file);
530 holgerb 581
                                                break;
582
                                  case 8:
583
                                                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));
720 ingob 584
                                                CheckSumAndWrite(&Check16Block,string, doc->file);
530 holgerb 585
                                                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);
720 ingob 586
                                                CheckSumAndWrite(&Check16Block,string, doc->file);
530 holgerb 587
                                                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);
720 ingob 588
                                                CheckSumAndWrite(&Check16Block,string, doc->file);
530 holgerb 589
                                                break;
603 holgerb 590
                                  case 10:
591
                                  case 12:
530 holgerb 592
                                                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));
720 ingob 593
                                                CheckSumAndWrite(&Check16Block,string, doc->file);
530 holgerb 594
                                                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);
720 ingob 595
                                                CheckSumAndWrite(&Check16Block,string, doc->file);
530 holgerb 596
                                                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);
720 ingob 597
                                                CheckSumAndWrite(&Check16Block,string, doc->file);
530 holgerb 598
                                                break;
603 holgerb 599
                                  default:
639 holgerb 600
                                                sprintf(string, "<MotorCurrent>%d,%d,%d,%d,%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),BL3_Current(12),BL3_Current(13),BL3_Current(14),BL3_Current(15));
720 ingob 601
                                                CheckSumAndWrite(&Check16Block,string, doc->file);
603 holgerb 602
                                                sprintf(string, "<BL_Temperature>%d,%d,%d,%d,%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,Motor[12].Temperature,Motor[13].Temperature,Motor[14].Temperature,Motor[15].Temperature);
720 ingob 603
                                                CheckSumAndWrite(&Check16Block,string, doc->file);
603 holgerb 604
                                                sprintf(string, "<MotorNOK>%d,%d,%d,%d,%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,Motor[12].NotReadyCnt,Motor[13].NotReadyCnt,Motor[14].NotReadyCnt,Motor[15].NotReadyCnt);
720 ingob 605
                                                CheckSumAndWrite(&Check16Block,string, doc->file);
603 holgerb 606
                                                break;
530 holgerb 607
                                  }
345 holgerb 608
                           break;
609
                           case 6:
358 holgerb 610
/*                              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]);
720 ingob 611
                                CheckSumAndWrite(&Check16Block,string, doc->file);
358 holgerb 612
                                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]);
720 ingob 613
                                CheckSumAndWrite(&Check16Block,string, doc->file);
530 holgerb 614
*/                              sprintf(string, "<AvaiableMotorPower>%03d</AvaiableMotorPower>\r\n",Logging_BL_MinOfMaxPWM);
615
                                Logging_BL_MinOfMaxPWM = BL_MinOfMaxPWM;
720 ingob 616
                                CheckSumAndWrite(&Check16Block,string, doc->file);
581 holgerb 617
 
618
                                // Gas values 
619
                                if(LoggingGasCnt > 1) LoggingGasFilter = LoggingGasFilter / LoggingGasCnt;
612 holgerb 620
                                sprintf(string, "<Gas>%03d,%03d</Gas>\r\n",(u16)LoggingGasFilter,HoverGas);
581 holgerb 621
                                LoggingGasCnt = 0;
622
 
720 ingob 623
                                CheckSumAndWrite(&Check16Block,string, doc->file);
338 holgerb 624
                                sprintf(string, "<FC_I2C_ErrorCounter>%03d</FC_I2C_ErrorCounter>\r\n",(s16)FC_I2C_ErrorConter);
720 ingob 625
                                CheckSumAndWrite(&Check16Block,string, doc->file);
419 holgerb 626
                                sprintf(string, "<FC_SPI_ErrorCounter>%03d</FC_SPI_ErrorCounter>\r\n",(s16)DebugOut.Analog[12]);
720 ingob 627
                                CheckSumAndWrite(&Check16Block,string, doc->file);
338 holgerb 628
                                // Analog inputs of the NC
629
                                sprintf(string, "<AnalogInputs>%d,%d,%d,%d</AnalogInputs>\r\n",AnalogData.Ch4,AnalogData.Ch5,AnalogData.Ch6,AnalogData.Ch7);
720 ingob 630
                                CheckSumAndWrite(&Check16Block,string, doc->file);
351 holgerb 631
                                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°
720 ingob 632
                                CheckSumAndWrite(&Check16Block,string, doc->file);
386 holgerb 633
 
614 holgerb 634
                        if(NC_GPS_ModeCharacter == 'F') // Failsafe Point is active
635
                        {
636
                                sprintf(string, "<WP>FAIL,%d,%d,%d</WP>\r\n",NaviData.WaypointIndex,NaviData.WaypointNumber,LogFC_WP_EventChannel);      // x of y Waypoints and the actual value of the Event Channel
637
                                LogFC_WP_EventChannel = 0;
638
                        }
639
                         else
640
                        {
386 holgerb 641
                                if(GPS_pWaypoint != NULL) // if WP exist
642
                                 {                                        // copy that name
643
                                  u8 i;
489 killagreg 644
                                   for(i=0;i<4;i++)
386 holgerb 645
                                    {
646
                                         name[i] = GPS_pWaypoint->Name[i];
647
                                         if(name[i] < ' ') name[i] = ' ';
648
                                        }
649
                                 }
421 holgerb 650
                                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
651
                                LogFC_WP_EventChannel = 0; // can be cleared now
614 holgerb 652
                          }
720 ingob 653
                                CheckSumAndWrite(&Check16Block,string, doc->file);
614 holgerb 654
 
603 holgerb 655
                                sprintf(string, "<ShutterCnt>%d</ShutterCnt>\r\n",NaviData_Volatile.ShutterCounter);   
656
                                LogFC_WP_EventChannel = 0; // can be cleared now
720 ingob 657
                                CheckSumAndWrite(&Check16Block,string, doc->file);
345 holgerb 658
                           break;
659
                           case 7:
92 killagreg 660
                                // Target Bearing in deg
86 killagreg 661
                                sprintf(string, "<TargetBearing>%03d</TargetBearing>\r\n", NaviData.TargetPositionDeviation.Bearing);
720 ingob 662
                                CheckSumAndWrite(&Check16Block,string, doc->file);
92 killagreg 663
                                // Target Distance in dm
735 holgerb 664
                                sprintf(string, "<TargetDistance>%d</TargetDistance>\r\n", NaviData.TargetPositionDeviation.Distance_dm);
720 ingob 665
                                CheckSumAndWrite(&Check16Block,string, doc->file);
419 holgerb 666
                                // Course in deg
566 holgerb 667
                                sprintf(string, "<Course>%03d</Course>\r\n", NaviData.Heading);
720 ingob 668
                                CheckSumAndWrite(&Check16Block,string, doc->file);
419 holgerb 669
                                // Ground Speed in cm/s
670
                                sprintf(string, "<GroundSpeed>%d</GroundSpeed>\r\n", NaviData.GroundSpeed);
720 ingob 671
                                CheckSumAndWrite(&Check16Block,string, doc->file);
419 holgerb 672
                                // Vertical Speed in cm/s
673
                                sprintf(string, "<VerticalSpeed>%d</VerticalSpeed>\r\n", NaviData.TopSpeed);
720 ingob 674
                                CheckSumAndWrite(&Check16Block,string, doc->file);
101 holgerb 675
                                // RC Sticks as Nick/Roll/Yaw
338 holgerb 676
                                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]);
720 ingob 677
                                CheckSumAndWrite(&Check16Block,string, doc->file);
94 killagreg 678
                                // GPS Sticks as Nick/Roll/Yaw
419 holgerb 679
                                sprintf(string, "<GPSSticks>%d,%d,%d,'%c'</GPSSticks>\r\n", ToFlightCtrl.GPSStick.Nick, ToFlightCtrl.GPSStick.Roll, 0 ,NC_GPS_ModeCharacter);
720 ingob 680
                                CheckSumAndWrite(&Check16Block,string, doc->file);
419 holgerb 681
                                // RC Quality
682
                                sprintf(string, "<RCQuality>%d</RCQuality>\r\n", FC.RC_Quality);
720 ingob 683
                                CheckSumAndWrite(&Check16Block,string, doc->file);
581 holgerb 684
                                // raw GPS altitude
685
                                i32_2 = altitude;
686
                    if(GPSData.Position.Status == INVALID) i32_2 = 0;
687
                                i32_1 = i32_2/1000L;
688
                                i32_2 = i32_2%1000L;
689
                                if(altitude < 0) sprintf(string,"<ele_raw>-%ld.%03ld</ele_raw>\r\n",labs(i32_1),labs(i32_2));
690
                                else                     sprintf(string,"<ele_raw>%ld.%03ld</ele_raw>\r\n",i32_1,i32_2);
720 ingob 691
                                CheckSumAndWrite(&Check16Block,string, doc->file);
581 holgerb 692
                           break;
693
                           case 8:
574 holgerb 694
                                // Drift compensation
695
/*
573 holgerb 696
                                if(Parameter.Driftkomp)
697
                                 {
698
                                  sprintf(string, "<Neutral>%d,%d,%d</Neutral>\r\n", FC.AdNeutralNick,FC.AdNeutralRoll,FC.AdNeutralYaw);
720 ingob 699
                                  CheckSumAndWrite(&Check16Block,string, doc->file);
573 holgerb 700
                                 }
574 holgerb 701
*/
702
                                // Navigation Update speed (in 0.1Hz)
661 holgerb 703
                                sprintf(string, "<GPSInfo>%d,%d,%d</GPSInfo>\r\n",FreqNewGpsData,GPSData.Flags,GPSData.SatFix); // FreqGpsNavProcessed
720 ingob 704
                                CheckSumAndWrite(&Check16Block,string, doc->file);
777 holgerb 705
 
706
//                              sprintf(string, "<FCTemperat>%d</FCTemperat>\r\n",FC_Temperatur); 
707
//                              CheckSumAndWrite(&Check16Block,string, doc->file);
708
 
86 killagreg 709
                                // eof extensions
710
                                sprintf(string, "</extensions>\r\n");
720 ingob 711
                                CheckSumAndWrite(&Check16Block,string, doc->file);
85 killagreg 712
                                sprintf(string, "</trkpt>\r\n");
720 ingob 713
                                CheckSumAndWrite(&Check16Block,string, doc->file);
714
 
715
                                sprintf(string, "<!-- %d -->\r\n", Check16Block);
85 killagreg 716
                                fputs_(string, doc->file);
720 ingob 717
 
718
                                Check16File += Check16Block;
719
 
720
 
345 holgerb 721
                           break;
722
                          }
723
                        retvalue = 1;
85 killagreg 724
                        }
725
                }
726
        }
727
        return(retvalue);
728
}
729
 
730
//________________________________________________________________________________________________________________________________________
731
// Function:    u8 KML_LoggGPSCoordinates(gps_data_t *, KML_Document_t *)
732
//
733
// Description: This function opens and adds gpscoordinates to an GPX-Document. The document will be opened, if not already done
734
//
735
//
736
// Returnvalue: '1' if an gps coordinate was logged
737
//________________________________________________________________________________________________________________________________________
738
 
345 holgerb 739
u8 GPX_LoggGPSCoordinates(GPX_Document_t *doc,unsigned char part)
85 killagreg 740
{
741
        u8 retval = 0;
378 holgerb 742
        while(doc->state != GPX_DOC_TRACKSEGMENT_OPENED)                                // automatic create document with default filename on the card.
85 killagreg 743
        {
744
                switch(doc->state)
745
                {
746
                        case GPX_DOC_CLOSED:                                                                    // document hasn't been opened yet therefore it will be initialized automatically
324 killagreg 747
                                retval = GPX_DocumentOpen("default.gpx",doc);           // open the gpx-document with a standardname.
85 killagreg 748
                        break;
749
 
750
                        case GPX_DOC_OPENED:                                                                    // if a document has been opened before but no track exists:
751
                                retval = GPX_TrackBegin(doc);
752
                        break;
753
 
754
                        case GPX_DOC_TRACK_OPENED:                                                              // add tracksegement to the track
755
                                retval = GPX_TrackSegmentBegin(doc);
756
                        break;
757
 
758
                        default:
759
                                retval = 0;
760
                        break;
761
 
762
                }
763
                if(retval != 1) return(retval); // stop on error
764
        }
765
 
766
        if(doc->state == GPX_DOC_TRACKSEGMENT_OPENED)                                           // if the document was opened add coordinates to the document.
767
        {
345 holgerb 768
                retval = GPX_TrackSegementAddPoint(doc,part);                                           // add a track segment point
85 killagreg 769
        }
770
        return(retval);
771
}
772