CoTaCo (V4.2.2): Task converter for XCSoar, LK8000 & SeeYou

Moderators: Uros, Tom, OXO

User avatar
Bre901
Posts: 1799
Joined: Tue Nov 22, 2016 8:57 pm
Location: Annecy (France)
Contact:

Re: Yet another task converter for XCSoar

Post by Bre901 » Mon May 14, 2018 7:29 pm

timbaeyens wrote:
Mon May 14, 2018 7:25 pm
However, the max start height was 1800m in C2 fpl, and converted to only 1700m in xcsoar .tsk .
Please could you send me the .fpl (or give me a link to it)
CN: MPT — CondorUTill webpage: https://condorutill.fr/

User avatar
timbaeyens
Posts: 259
Joined: Mon Sep 12, 2005 1:31 am

Re: Yet another task converter for XCSoar

Post by timbaeyens » Tue May 15, 2018 5:38 pm

TT

User avatar
Bre901
Posts: 1799
Joined: Tue Nov 22, 2016 8:57 pm
Location: Annecy (France)
Contact:

Re: Yet another task converter for XCSoar

Post by Bre901 » Tue May 15, 2018 5:55 pm

Thanks

I'm a bit puzzled because I converted it on my PC with CoTaCo V1.0 and the maximum start altitude I see in the .tsk file is 1800m, same as the .fpl
:?: :?:

Code: Select all

<Task fai_finish="0" start_max_height_ref="MSL" start_max_height="1800" finish_min_height_ref="MSL" finish_min_height="0"  start_max_speed="0" start_requires_arm="0" aat_min_time="0" type="RT">
       <Point type="Start">
               <Waypoint name="S:Bomoen" id="0" comment="Bomoen" altitude="101">
                       <Location latitude="60.63820" longitude="6.50350"/>
               </Waypoint>
               <ObservationZone type="Line" length="6000"/>
       </Point>
       <Point type="Turn">
               <Waypoint name="1:Suldal utel." id="0" comment="Suldal utel." altitude="77">
                       <Location latitude="59.49135" longitude="6.50027"/>
               </Waypoint>
               <ObservationZone type="SymmetricQuadrant" radius="3000"/>
       </Point>
       <Point type="Finish">
               <Waypoint name="F:Bomoen" id="0" comment="Bomoen" altitude="101">
                       <Location latitude="60.63820" longitude="6.50350"/>
               </Waypoint>
               <ObservationZone type="Cylinder" radius="1500"/>
       </Point>
</Task>
CN: MPT — CondorUTill webpage: https://condorutill.fr/

User avatar
timbaeyens
Posts: 259
Joined: Mon Sep 12, 2005 1:31 am

Re: Yet another task converter for XCSoar

Post by timbaeyens » Tue May 15, 2018 7:10 pm

How can I read my tsk file such way?
I do not recall where I saw in xcsoar the 1700...

Sorry for being not precise or directly helpfull.

I am only sure I got green 'light' from C2, whereas Xcsoar did not register my start.
TT

User avatar
Bre901
Posts: 1799
Joined: Tue Nov 22, 2016 8:57 pm
Location: Annecy (France)
Contact:

Re: Yet another task converter for XCSoar

Post by Bre901 » Tue May 15, 2018 7:16 pm

You can open it with the Windows Notebook : File/Open..., then click on the small arrow beside "Text files (*.txt)" in order to select "All files (*.*)"

The altitude you see in Condor is a pressure altitude, whereas the altitude sent to XCSOar is a GPS altitude, they maybe slightly different if the pressure or the temperature are different from ISA
CN: MPT — CondorUTill webpage: https://condorutill.fr/

User avatar
timbaeyens
Posts: 259
Joined: Mon Sep 12, 2005 1:31 am

Re: Yet another task converter for XCSoar

Post by timbaeyens » Tue May 15, 2018 8:07 pm

indeed, start_max_height="1800"

I must have done a very narrow start then.

Thank you and sorry for the lost time on my non-issue ;)
TT

User avatar
Bre901
Posts: 1799
Joined: Tue Nov 22, 2016 8:57 pm
Location: Annecy (France)
Contact:

V2 beta is ready, testers wanted

Post by Bre901 » Sun May 27, 2018 8:16 pm

CoTaCo version 2 is ready for beta-testing !

Bug fixes :
- turnpoint angular sectors with any angle value are fully supported
- minimum altitude for "window" type finishes is correctly written to the file header

New functionalities :
- support for AATs
- Condor penalty zones are converted to OpenAir format

If you are available for testing, please contact me by MP

Thanks in advance for your help.
CN: MPT — CondorUTill webpage: https://condorutill.fr/

User avatar
Bre901
Posts: 1799
Joined: Tue Nov 22, 2016 8:57 pm
Location: Annecy (France)
Contact:

Re: V2 beta is ready, testers wanted

Post by Bre901 » Wed Jun 06, 2018 2:32 pm

Since my last post I have been contacted by only a few volunteers for V2 beta-tests.

Although no bugs were reported for the time being, I think it would be nice if some more people could test the software before it is released ... the more, the merrier :wink:

Thanks in advance for your help !
CN: MPT — CondorUTill webpage: https://condorutill.fr/

Crakob
Posts: 239
Joined: Thu Mar 01, 2018 8:26 am

Re: Yet another task converter for XCSoar

Post by Crakob » Thu Jun 07, 2018 11:14 am

Hi bre

im not a beta tester, but may i ask a question regarding the number of turnpoints.
if i'm right ,there has to be at least 3, max 9 turnpoints. In XCSOAR itself though, i can create a task with more than 9 turnpoints.

( i tried to convert a 750km task with 18 turnpoints, an got an error from the converter that xcsoar dos not support that many turnpoints)

i'm probably missing something.

Thanks for your help.

Christian
CRAKOB = CRA

Image

User avatar
Bre901
Posts: 1799
Joined: Tue Nov 22, 2016 8:57 pm
Location: Annecy (France)
Contact:

Re: Yet another task converter for XCSoar

Post by Bre901 » Thu Jun 07, 2018 12:54 pm

My fault, I actually took the maximum number of turnpoints from condor2nav, without checking what the latest version of XCSoar was accepting.

I'll take a more thorough look at that next week.
CN: MPT — CondorUTill webpage: https://condorutill.fr/

Crakob
Posts: 239
Joined: Thu Mar 01, 2018 8:26 am

Re: Yet another task converter for XCSoar

Post by Crakob » Fri Jun 08, 2018 10:18 am

Thank you very much for your fast reply.

And again: Big THANK YOU for your work and time !

Christian
CRAKOB = CRA

Image

User avatar
Bre901
Posts: 1799
Joined: Tue Nov 22, 2016 8:57 pm
Location: Annecy (France)
Contact:

Re: Yet another task converter for XCSoar

Post by Bre901 » Sun Jun 10, 2018 11:09 pm

It looks like the maximum number of turnpoints in XCSoar is actually 30 (including start & finish)
I'll change the code accordingly in the coming days and I'll send a beta-2 version to the testers (and to new volunteers, if any inbetween)
CN: MPT — CondorUTill webpage: https://condorutill.fr/

User avatar
Bre901
Posts: 1799
Joined: Tue Nov 22, 2016 8:57 pm
Location: Annecy (France)
Contact:

Version 2 is available

Post by Bre901 » Mon Jun 25, 2018 10:28 pm

Version 2 is available there : https://drive.google.com/open?id=1_U_M- ... lDGMuljA5d

A big thank to all beta-testers !!!

As there have been significant changes since version 1, reading the new README.txt is highly recommended

Changes from version 1 :

Bug fixes :

- Turnpoint angular sectors with any angle value are fully supported
- Minimum altitude for "window" type finishes is correctly written to the file header

New functionalities :

- Easier installation :
- NaviCon.dll (2.04) included in the distribution package
- The settings file CoTaCo.ini is automatically created or updated by the program at first run

- Improved robustness
- Warning message for Condor 1 southern hemisphere sceneries (can be disabled)

- Task name :
- XCSoar task name maybe defined in the .ini file
- XCSoar task will also be written to Condor.tsk

- Turnpoints :
- Maximum number of turnpoints set to 30 (including start & finish - same as XCSoar > Condor)
- TP names do not contain TP numbers anymore
- Altitude limits for TPs (if any) are written to the end of the name (in hundreds of m) and in the comment field (in m)

- Support for AATs

- Condor penalty zones are converted to OpenAir format
CN: MPT — CondorUTill webpage: https://condorutill.fr/

User avatar
Ikarus
Posts: 45
Joined: Fri Oct 15, 2010 9:13 am

Re: Yet another task converter for XCSoar

Post by Ikarus » Tue Jun 26, 2018 9:50 am

Thx a lot Marc, great job +++ !!
Ikarus

janjansen
Posts: 1094
Joined: Wed Feb 24, 2016 9:26 pm

Re: Yet another task converter for XCSoar

Post by janjansen » Tue Oct 16, 2018 10:04 am

Does anyone have suggestions on how to set up an idiot proof way to push converted tasks to an android tablet (over wifi) ?

On my phone I had root access, and I ran a samba server with a share which I mapped to a drive letter in windows. Worked like a treat.

However for my club simpit Im using a tablet with no root, and thus no samba. I can run a FTP server on a high port number, but I have not yet found an android FTP server that can be started automatically (I havent look very hard yet). More importantly, in windows I cant seem to map a FTP share to a drive letter so cotaco can write to it.

Suggestions?

Post Reply