Subversion Repositories NaviCtrl

Rev

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