View previous topic :: View next topic |
Author |
Message |
DallanC Site Admin


Joined: Jan 18, 2005 Posts: 3536 Location: Utah
|
Posted: Wed Jan 26, 2005 7:47 am Post subject: Find a bug in PointBlank? Have a feature request? |
|
This forum is for posting bugs related to Pointblank ballistics software or for requesting features for future versions.
-DallanC
|
|
Back to top |
|
 |
ELKFEVER Rookie Member


Joined: Aug 23, 2005 Posts: 2
|
Posted: Tue Aug 23, 2005 10:47 pm Post subject: Re: Find a bug in PointBlank? Have a feature request? |
|
I would like to see both "Zero" points listed for sight-in purposes. I use the first crossing of the zero line to fine tune before shooting at the final "Zero ". I hope this makes sense.
Thanks for a great program!!
Mike (ElkFever)
|
|
Back to top |
|
 |
DallanC Site Admin


Joined: Jan 18, 2005 Posts: 3536 Location: Utah
|
Posted: Wed Aug 24, 2005 8:05 am Post subject: Re: Find a bug in PointBlank? Have a feature request? |
|
Welcome to the site ELKFEVER,
I've had requests for this feature and will look into it for the next version of PointBlank
-DallanC
|
|
Back to top |
|
 |
Al_Sohlstrom Member


Joined: Aug 30, 2005 Posts: 75
|
Posted: Wed Aug 31, 2005 10:32 am Post subject: Re: Find a bug in PointBlank? Have a feature request? |
|
Hi
Zero-intercept on the ascending arc would be great, even if it were just a number, you know
Crosses sight line at: 12 Yards 2 Feet 3.31 Inches
Like that, maybe? (  Mmm - 3.31 inches, eh?  Oh well - when your desperate.... )
A solve-for-zero on the mathmatics side, or if you're doing the trajectory in a table, find the cheek-by-jowel entries where one elevation is below the sight line and the next is above, then interpolate.
Code:: |
/* In poorly-remembered C: I haven't done any of this stuff in years... /*
for (Start = 0; Table[Start].Elevation < 0; Start++); /* Find the crossing */
/* Start = 3, for me... */
Below = Table[Start - 1].Elevation; /* -.32" At 10 yards */
Offset = (Start - 1) * RangeIncrements; /* 10 yards, as above... */
Above = Table[Start].Elevation /* .26" at 15 yards */
Total = abs(Below) + Above; /* = .58" */
Scale = abs(Below) / Total; /* 32/58ths = 0.55172 or there abouts */
Step = Scale * RangeIncrements; /* About how much of the step */
/* is needed to get to the sight line */
/* 2.7586 yards, or there abouts */
DistanceConvert(Offset + Step, Yards, Feet, Inches);
|
....
Well - or something like that.
If you want some programming help, I'm your boy. I've got this copy of Delphi 6, bought for a database project some time ago, laying fallow in my bedroom, and have been looking for an excuse to upgrade.
....
(Okokok - it LOOKS like a Delphi app, anyhow. I've got Visual C++, Visual BASIC and Visual FoxPro laying around somewhere, too. Yes - I'm one of THOSE!)
I'm interested in doing some long-range shooting, so my interestes lay in the direction of 20 inches high at mid-arc and 25 low at terminal. I think that adding a maximum-range field, so that you could target at 425 and max out at 500, would be a nice addition.
Scaling the Y-axis to the ballistics would rock too, for the 1000-yard shooters in the group. Uhhh... shootER, maybe. Shooting the thou' with my software-only load gives me a mid-range of about 88 inches and a termianl of -81 zeroed at 875 yards. The software still only plots to a maximum high of about 5 inches and a low of about -10.
One swing through the mathmatics could provide a zero-intercept and minimum and maximum values, all of which could be usefull.
_________________ "Al's Postings," from the, "Good Eats Fan Page."
At the heart of evey complex problem lies a graceful solution involving explosives. |
|
Back to top |
|
 |
DallanC Site Admin


Joined: Jan 18, 2005 Posts: 3536 Location: Utah
|
Posted: Wed Aug 31, 2005 2:00 pm Post subject: Re: Find a bug in PointBlank? Have a feature request? |
|
Download the PC version and look into the PBR calculations.
-DallanC
|
|
Back to top |
|
 |
Earl_Gray Rookie Member


Joined: Dec 05, 2010 Posts: 1 Location: Mid Montana
|
Posted: Fri Sep 27, 2013 5:09 pm Post subject: Re: Find a bug in PointBlank? Have a feature request? |
|
Thanks DallanC,
I've been away for some time and just downloaded the newest version.
other than a couple of problems that I sent PM everything is outstanding.
I have been recommending this site and program to all my shootin' buddies.
I recently completed a 20 Practical and would like to see it available on the caliber list. I know the Tactical is close but I would like it to show up. I currently have it listed in my data as the Tactical. Is there a way I could "free field" the correct name into my data charts
_________________ The difference between ordeal and adventure is attitude |
|
Back to top |
|
 |
DallanC Site Admin


Joined: Jan 18, 2005 Posts: 3536 Location: Utah
|
Posted: Fri Sep 27, 2013 5:25 pm Post subject: Re: Find a bug in PointBlank? Have a feature request? |
|
Earl_Gray wrote: |
Thanks DallanC,
I've been away for some time and just downloaded the newest version.
other than a couple of problems that I sent PM everything is outstanding.
I have been recommending this site and program to all my shootin' buddies.
I recently completed a 20 Practical and would like to see it available on the caliber list. I know the Tactical is close but I would like it to show up. I currently have it listed in my data as the Tactical. Is there a way I could "free field" the correct name into my data charts |
I will update the master calibers listing. For now, you can rename the "Example_calibers_user.slk" to just be "calibers_user.slk" and edit it and add your caliber to the list. This is for users who have their own home-brew calibers and other user data.
-DallanC
|
|
Back to top |
|
 |
Victorian Member


Joined: Jul 07, 2014 Posts: 29 Location: Melbourne
|
Posted: Wed Jul 09, 2014 6:58 pm Post subject: Re: Find a bug in PointBlank? Have a feature request? |
|
Great looking software, still getting the hang of it.
Suggestion/request ...
Can you have an option with metric for range/temperature, but all other (velocity, drop, drift etc) in feet/inches? Most load data is in fps and that's what I think in, but range and temperature for me in metric.
This would be nice if possible :-)
_________________ Ne Obliviscarus
Never Forget (1996) |
|
Back to top |
|
 |
DallanC Site Admin


Joined: Jan 18, 2005 Posts: 3536 Location: Utah
|
Posted: Thu Jul 10, 2014 1:14 pm Post subject: Re: Find a bug in PointBlank? Have a feature request? |
|
I can look into it... maybe it would be better to put up a popup menu with checkboxes for specific things people want in metric, and others they want in SAE.
-DallanC
|
|
Back to top |
|
 |
Victorian Member


Joined: Jul 07, 2014 Posts: 29 Location: Melbourne
|
Posted: Thu Jul 10, 2014 4:19 pm Post subject: Re: Find a bug in PointBlank? Have a feature request? |
|
Thanks :-)
We call yards, feet inches etc "imperial" measures, but I figured unshackelling your selves from the empire in 1776 you would have another name. SAE (Standard American Engineering?)
_________________ Ne Obliviscarus
Never Forget (1996) |
|
Back to top |
|
 |
DairyFarmer Rookie Member


Joined: Dec 21, 2014 Posts: 4 Location: South Africa
|
Posted: Sat Dec 20, 2014 11:50 pm Post subject: Re: Find a bug in PointBlank? Have a feature request? |
|
I too would like the ability to change certain fields between metric and imperial.
Also is it possible to make it easier to add bullets, powder, cases and primers to the database? I find that using notepad I do get a lot of corrupt files and Excel just plain corrupt the file. I have just resigned myself to adding them manually into the fields when creating a load. But it would be nice to see them in the drop down.
Some suggested fields to add:
Times case fired
Type of resizing (full / neck)
Type of crimp (none / roll / taper ... )
OAL (actual / to ogive)
Die settings (i.e +0.5 in / -0.25 out ....)
Many thanks
|
|
Back to top |
|
 |
Vince Site Admin


Joined: May 25, 2005 Posts: 15477 Location: Brisbane AUSTRALIA
|
|
Back to top |
|
 |
DairyFarmer Rookie Member


Joined: Dec 21, 2014 Posts: 4 Location: South Africa
|
Posted: Sun Dec 21, 2014 9:39 am Post subject: Re: Find a bug in PointBlank? Have a feature request? |
|
Great thanks
_________________ NSA Member. Dedicated Hunter. Dedicated Sport Shooter. Owner of many firearms. |
|
Back to top |
|
 |
DallanC Site Admin


Joined: Jan 18, 2005 Posts: 3536 Location: Utah
|
Posted: Mon Dec 22, 2014 4:52 pm Post subject: Re: Find a bug in PointBlank? Have a feature request? |
|
DairyFarmer wrote: |
I too would like the ability to change certain fields between metric and imperial. |
This might be possible in a future update. The whole conversion thing is rather messy but I can take a look at it.
Quote:: |
Also is it possible to make it easier to add bullets, powder, cases and primers to the database? I find that using notepad I do get a lot of corrupt files and Excel just plain corrupt the file. I have just resigned myself to adding them manually into the fields when creating a load. But it would be nice to see them in the drop down.
Some suggested fields to add:
Times case fired
Type of resizing (full / neck)
Type of crimp (none / roll / taper ... )
OAL (actual / to ogive)
Die settings (i.e +0.5 in / -0.25 out ....)
Many thanks |
I haven't run into any issues using EXCEL for editing data. SLK is one of the oldest and most supported formats out there. We could go to XML or LUA but then most people would find it even harder to edit as outside of programming circles, those formats aren't used by lay-people and they don't have the tools to edit.
It seems people in general, dont modify the files too much... I'd estimate around 2-3% of the total users have custom data.
-DallanC
|
|
Back to top |
|
 |
JimHelvetia Rookie Member


Joined: Aug 28, 2012 Posts: 1 Location: Helvetia, Oregon
|
Posted: Tue Jan 06, 2015 8:06 am Post subject: Re: Find a bug in PointBlank? Have a feature request? |
|
Hello Dallan,
I've been using PointBlank v2.0 for some time now and have liked it so much I bought the license! Starting a week or so ago, the drop down menus for selecting bullet manufacturer and type of bullet no longer drop down. Plus, the ballistic coefficient field doesn't autopopulate. It worked in the past and I didn't knowingly do anything to change it. I can manually type in the information.
I'm running Win7-64.
Thank you for any help that you can provide!
_________________ --
Good hunting ...
Jim
Last edited by JimHelvetia on Wed Jan 07, 2015 9:48 am; edited 1 time in total |
|
Back to top |
|
 |
|