Software for Chronographs geared towards reloading

Status
Not open for further replies.

CWTISME

Member
Joined
Jun 28, 2018
Messages
62
Location
Michigan
Just bought a Caldwell Chronograph,downloaded the software from the Google play store.Seems a little basic. I am looking for more ways to crunch the numbers with an eye towards making the best loads . Any suggestions ?
 
I found it best to export from their app then you can do whatever you want.
It exports to text files like this:

04-04-2015 05:20:17 PM
Description: unique 5.2 g
Notes 1:
Notes 2:
Distance to Chrono (FT): 0.00
Ballistic Coefficient: 1.000
Bullet Weight (gr): 124.000
Temp: 41 °F
BP: 30.11 inHG
Shots
# FPS\FT-LBS PF
10 957\252\119
9 991\270\123
8 921\234\114
7 962\255\119
6 994\272\123
5 950\249\118
4 994\272\123
3 1118\344\139
2 984\267\122
1 975\262\121
Average: 984.60
StdDev: 52.30
Min: 921
Max: 1118
Spread: 197
True MV: 984.60
Shots/sec: 0.16
Group Size (IN): 0.00

Then you can parse it with any tool like python
 
I have a Competition Electronics l and use their software. (edit fixed typed Caldwell meat Comp. Elect.:confused:)
Data comes out as text format so you can bring it into most any app.
Databases, Excell (spreadsheet apps) etc.
I use the Microsoft stuff which I paid for but OpenOffice used to work pretty well and is a free suite of Apps. Windows, Mac, Linux versions available (other flavors may be as well)
If you program at all sometimes it is easier to cut it up for import with a little bit of code.
 
Last edited:
If you can get the data exported as wither txt or csv format you can pull it into MS Excel if you have it or OpenOffice, Google Sheets, etc for free. Any spreadsheet software should work for math type calculations.

-Jeff
 
When I email a group to myself, I get both the text version and a CSV file. I wrote a VBA routine to parse the CSV file and automatically update my Excel load data file.
 
I never remember how my chrony works and what string is what or what button to push for this or that, guess I need to use it more, so I just write down the velocity's then enter these numbers into my Excel load sheet where I have the formulas set up to calculate the data I want. It might seem harder but I have to look at each reading to make sure the number seems right so I might as well just write it down.
 
Status
Not open for further replies.
Back
Top