Jump to content

Warthunder Logging Utility for FlightModel-Testing


I've noticed the Altitude is reset everytime the Altimeter reaches 10.000 units (feet or meter). Ill fix that, and then add your two suggestions as well.

 

Cool. The altitude reset threw me the first time I plotted the data and got three lines instead of one.

medal medal medal

Share this post


Link to post
Share on other sites

After thinking about it, it would actually be also great if you could plot a whole lot more of data from the webinterface.

 

For example AoA, deg (Angle of Attack), Wx, deg/s (Rollrate) and compass (currently there is no real way to determine the turnrate in deg/s, but logging the compass value would actually solve this).

 

 

 

Cheers  :salute:

medal medal medal medal medal

Share this post


Link to post
Share on other sites

After thinking about it, it would actually be also great if you could plot a whole lot more of data from the webinterface.

 

For example AoA, deg (Angle of Attack), Wx, deg/s (Rollrate) and compass (currently there is no real way to determine the turnrate in deg/s, but logging the compass value would actually solve this).

 

 

 

Cheers  :salute:

ya if you could keep track of which direction you were going accurately and quickly along with altitude that would help tremendously with turn times. currently its quite difficult to get accurate turn times and there is typically alot of human error.

Edited by Rumpullpus
medal medal

Share this post


Link to post
Share on other sites

After thinking about it, it would actually be also great if you could plot a whole lot more of data from the webinterface.

 

For example AoA, deg (Angle of Attack), Wx, deg/s (Rollrate) and compass (currently there is no real way to determine the turnrate in deg/s, but logging the compass value would actually solve this).

 

 

 

Cheers  :salute:

Ok, that shouldnt be too difficult. I just started improving it a bit, the way it filters data and such, making it more efficient and adding fixes for those altitudes.

Edited by Juliett_Six
  • Upvote 2
medal medal medal

Share this post


Link to post
Share on other sites

This thread needs to be pinned. 
I will try and contact some moderators about it. This tool is something that should be put up in a glass display case. 

  • Upvote 1
medal medal medal medal

Share this post


Link to post
Share on other sites

And the next Update is out:

Changelog v.0.12

  • Altitude is now rounded
  • The Altitude Filter now automatically detects wether altitude_10k is present and uses this value accordingly. However on some aircraft where this value is not present (E.g. Chaikas) there will still be a jump in the Altitude Graph every 10.000 Units
  • Update Interval can now be changed from 1 to 10.000 ms
  • You can now see the time required to process one update at the bottom of the window
  • Added new Colums: Vy, Wx, AoA, Compass

I added a lot of stuff and changed a lot "under the hood", if something isnt working feel free to report the Bug :Ds

  • Upvote 4
medal medal medal

Share this post


Link to post
Share on other sites

Awesome work! Thanks a lot  :yes:

 

Going to do some test runs.

 

 

Edit: Good god, this tool is simply brilliant. 

 

tRCYkhI.jpg

 

 

This will truly simplify all performance related tests.

 

 

________________________________________________________________________

 

Suggestion: Values for the compass could also be rounded to 1 or 2 digits. Excel somehow goes crazy when importing such large fractional digits.

 

Potential Bug(?): For some reason exporting Vy gives me weird results:

 

E51XFsz.jpg

Edited by Reuter
medal medal medal medal medal

Share this post


Link to post
Share on other sites

Yeah your spreadsheet looks weird. I bet you are using Excel with German localization?

Excel expects float point numbers where a comma divides the integer from the decimal part in german. If a dot is the divider, it assumes its a date, thats why 19.0 wasnt converted, because 0 is not a month.

 

In OpenOffice i run a replace all "." with "," after opening the CSV, and stuff like that never happens. But i guess i could just add that option to the tool eventually.

 

But im glad its otherwise "working as intended" :Ds

  • Upvote 1
medal medal medal

Share this post


Link to post
Share on other sites

Oops. Yeah, I completely forgot about zeh german way of handling dots and commas :-X My bad.

 

 

 

How is this not pinned yet?

 

This really needs to be pinned somewhere. It makes evaluating aircraft performance soooo much easier. After I've finished my exams I'll run a whole lot of tests  8)s

Edited by Reuter
  • Upvote 1
medal medal medal medal medal

Share this post


Link to post
Share on other sites

;)s

 

 

#include <stdio.h>
#include <stdlib.h>
 
int main(int argc, char *argv[])
{
 for(;;)
{
    printf("Excellent Tool\n");
}
  
  system("PAUSE");
  return 0;
}
Edited by Messer_Smitt
  • Upvote 2
medal medal medal medal medal medal medal medal medal

Share this post


Link to post
Share on other sites

Pinned 

good. this looks like an absolutely amazing tool.

 

can we get a readme or something that can give me a quick tutorial on how to use this tool?

 

when i opened up the CSV file in Excel it put everything into one column :(s .

Edited by Rumpullpus
medal medal

Share this post


Link to post
Share on other sites

good. this looks like an absolutely amazing tool.

 

can we get a readme or something that can give me a quick tutorial on how to use this tool?

 

when i opened up the CSV file in Excel it put everything into one column :(s .

Have you used the right separator (semicolon -> ; )? I think excel uses only tab by default.

Share this post


Link to post
Share on other sites

Have you used the right separator (semicolon -> ; )? I think excel uses only tab by default.

it comes out that way. on the CSV editing from ";" to "," in note pad seems to fix it for some reason. that's kinda tedious though.

 

i can't find in options in Excel to change it so it recognizes ";" instead ether.

Edited by Rumpullpus
medal medal

Share this post


Link to post
Share on other sites

ah ok i figured out how to fix it.

 

select the column and go to the data tab.

find "Text to Columns"

make sure "Delimited" it checked and hit Next

Check Semicolon

hit Next and finish.

medal medal

Share this post


Link to post
Share on other sites

ok i got my little test drive done. very nice little tool.

 

behold the amazing climb rate of the P-38G!

 

[url=http://imgur.com/IDwjv8o]IDwjv8o.jpg[/URL]

time is in seconds btw.

10k ft (3km) in an astounding 3 mins and 40 seconds.

 

thanks for the tool!

Edited by Rumpullpus
medal medal

Share this post


Link to post
Share on other sites

Did you compile the latest version (v0.12) in 16bit?

I get this error running it on Windows 8.1 Pro 64bit:

zgEtyyQ.jpg

 

v0.11 runs without problems.

Share this post


Link to post
Share on other sites

Did you compile the latest version (v0.12) in 16bit?
I get this error running it on Windows 8.1 Pro 64bit:
 
 
v0.11 runs without problems.

 
Forgot to chance configuration to Release
 
Try this one http://www.mediafire.com/download/gb5b8zy2h8ac6t3/WT_Logger_v0.12_Release.exe

 

Also:

 

Pinned 

 
The cake was a lie
Edited by Juliett_Six
  • Upvote 3
medal medal medal

Share this post


Link to post
Share on other sites

Juliett_Six YOUR THE BEST!!!!!!!!!!!!!!!!!!!!!!

 

WT devs can use the *cvs data so that they can easier fix things!!!

Share this post


Link to post
Share on other sites

 Share

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...