Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi all,
Vanilla are planning an update to the site on April 24th (next Wednesday). It is a major PHP8 update which is expected to boost performance across the site. The site will be down from 7pm and it is expected to take about an hour to complete. We appreciate your patience during the update.
Thanks all.

Excel based ballistic software VBA

  • 14-03-2021 12:09pm
    #1
    Registered Users Posts: 1,113 ✭✭✭


    Has anyone here looking into software development that's tailored to their own needs. I can only imagine that the task of creating such software would take a team of people weeks.

    Rather than go to all that trouble it might be convenient to start off using someone else's work and then modify it to my own ends.. and I understand all about copyright.. thanks..

    Anyone have any knowledge on this subject..

    I can't reload (ever), I can't hunt, I can't go out with covid so I have turned to excel and VBA enabled macros..

    It's a great tool.. it's slow going, but the learning is one thing and a possible useful application is probably not practical..

    Regards Zx


Comments

  • Registered Users Posts: 7,025 ✭✭✭clivej


    Zxthinger wrote: »
    Has anyone here looking into software development that's tailored to their own needs. I can only imagine that the task of creating such software would take a team of people weeks.

    Rather than go to all that trouble it might be convenient to start off using someone else's work and then modify it to my own ends.. and I understand all about copyright.. thanks..

    Anyone have any knowledge on this subject..

    I can't reload (ever), I can't hunt, I can't go out with covid so I have turned to excel and VBA enabled macros..

    It's a great tool.. it's slow going, but the learning is one thing and a possible useful application is probably not practical..

    Regards Zx

    Going to a lot of work for something that may or may not be good.
    Just download Strelok on ur mobile device. Choice of free or paid app.


  • Registered Users Posts: 1,113 ✭✭✭Zxthinger


    I suppose, I am doing it because I like maths, engineering, computers, shooting.

    It's the same logic, why hunt if you can buy meat in the butchers.. lol


  • Moderators, Sports Moderators Posts: 1,422 Mod ✭✭✭✭otmmyboy2


    Zxthinger wrote: »
    Has anyone here looking into software development that's tailored to their own needs. I can only imagine that the task of creating such software would take a team of people weeks.

    Rather than go to all that trouble it might be convenient to start off using someone else's work and then modify it to my own ends.. and I understand all about copyright.. thanks..

    Anyone have any knowledge on this subject..

    I can't reload (ever), I can't hunt, I can't go out with covid so I have turned to excel and VBA enabled macros..

    It's a great tool.. it's slow going, but the learning is one thing and a possible useful application is probably not practical..

    Regards Zx

    This might be worth looking at:
    https://www.bfxyz.nl/

    I actually wrote a ballistic calculator for my final project in university.
    Enter in all your rifle & ammo data, pick the target you want and the distance, wind speed, direction, etc and it'd generate where you needed to aim on the target to hit the bull.

    You could also drag the aiming point around if say there was a target with a dozen bowling pins, or some playing cards so you could hit each one.

    My examining professors didn't really understand the use, or the concept, despite the several PHDs among them :rolleyes:

    Never forget, the end goal is zero firearms of any type.

    S.I. No. 187/1972 - Firearms (Temporary Custody) Order - Firearms seized

    S.I. No. 21/2008 - Firearms (Restricted Firearms and Ammunition) Order 2008 - Firearm types restricted

    Criminal Justice (Miscellaneous Provisions) Act 2009 - Firearms banned & grandfathered

    S.I. No. 420/2019 - Magazine ban, ammo storage & transport restricted

    Criminal Justice (Miscellaneous Provisions) Act 2023 - 2023 Firearm Ban (retroactive to 8 years prior)



  • Registered Users Posts: 1,113 ✭✭✭Zxthinger


    Was it through excel?


  • Moderators, Sports Moderators Posts: 1,422 Mod ✭✭✭✭otmmyboy2


    Zxthinger wrote: »
    Was it through excel?

    Oh lord no, it was a website using JS, HTML, PHP, CSS framework, etc.
    Excel wouldn't have been deemed complex enough for the task set or sufficiently user friendly for what I wanted it to be(accessible on all devices with an internet connection, easy to use, lightweight, intuitive, etc).
    And honestly it was faster to build that than the same logic in excel, with less resultant functionality.
    Probably lighter-weight, but definitely less feature rich.

    Had I trotted out anything excel I would have gotten through the explanation & demo and they would have asked where the project was too ;)

    Never forget, the end goal is zero firearms of any type.

    S.I. No. 187/1972 - Firearms (Temporary Custody) Order - Firearms seized

    S.I. No. 21/2008 - Firearms (Restricted Firearms and Ammunition) Order 2008 - Firearm types restricted

    Criminal Justice (Miscellaneous Provisions) Act 2009 - Firearms banned & grandfathered

    S.I. No. 420/2019 - Magazine ban, ammo storage & transport restricted

    Criminal Justice (Miscellaneous Provisions) Act 2023 - 2023 Firearm Ban (retroactive to 8 years prior)



  • Advertisement
  • Registered Users Posts: 11,394 ✭✭✭✭Vegeta


    Have you picked Excel and VBA for a particular reason? Useful for another role, job, home project etc etc


  • Registered Users Posts: 1,113 ✭✭✭Zxthinger


    Vegeta wrote: »
    Have you picked Excel and VBA for a particular reason? Useful for another role, job, home project etc etc

    I use it in work and I have created several small applications to to select sizes and types of suitable structural elements (beams both steel and RC concrete) once I input the expected loads.


  • Registered Users Posts: 11,394 ✭✭✭✭Vegeta


    I've never used VBA for anything complex so am not in a position to comment on suitability. Would definitely be interested to hear how you get on with it and see if you can get close to something like the Applied Balistics engine.


  • Moderators, Society & Culture Moderators Posts: 12,617 Mod ✭✭✭✭riffmongous


    I programmed the mathematical functions years ago in R or MATLAB for university, but never anything with calibrated with real data.

    I'm not familiar with VBA to comment if it's the best tool for the job but something like R or Python are very general programming tools you can do pretty much anything with


  • Registered Users Posts: 6,597 ✭✭✭Feisar


    Someone correct me if I'm wrong however don't all the apps pretty much use the same drag functions to spit out the data. All that really changes is the interface and a couple of features?

    First they came for the socialists...



  • Advertisement
  • Moderators, Sports Moderators Posts: 1,422 Mod ✭✭✭✭otmmyboy2


    Feisar wrote: »
    Someone correct me if I'm wrong however don't all the apps pretty much use the same drag functions to spit out the data. All that really changes is the interface and a couple of features?

    Equations wise, yes, because the underlying math is always going to be the same, it is the implementation of said math that will vary across the languages and interfaces chosen.
    Some languages & interfaces would be more suited to this application of physics than others, but that just comes down to the best tool for the job.

    You could use a hammer or a wrench to pound in a nail, but either way that nail needs a pounding ;)

    Never forget, the end goal is zero firearms of any type.

    S.I. No. 187/1972 - Firearms (Temporary Custody) Order - Firearms seized

    S.I. No. 21/2008 - Firearms (Restricted Firearms and Ammunition) Order 2008 - Firearm types restricted

    Criminal Justice (Miscellaneous Provisions) Act 2009 - Firearms banned & grandfathered

    S.I. No. 420/2019 - Magazine ban, ammo storage & transport restricted

    Criminal Justice (Miscellaneous Provisions) Act 2023 - 2023 Firearm Ban (retroactive to 8 years prior)



  • Registered Users Posts: 1,113 ✭✭✭Zxthinger


    All these programs can do is just add and subtract.. they can't do direct intergration of complex equations. They all use numerical forms of direct intergration which are approximations..

    I'm sure there are better platform..

    Wasn't one of the differential mathicical equations for determining rate of change of drag 'drag during flight' only solved two years ago by a bloke in Mumbai India.
    Currently up till that point in time this particular portion of the ballistic formula was based on empirical methods. But it's of little concern as all the formula approximations similar to Runga Kutta


  • Registered Users Posts: 11,394 ✭✭✭✭Vegeta


    Zxthinger wrote: »
    All these programs can do is just add and subtract.. they can't do direct intergration of complex equations. They all use numerical forms of direct intergration which are approximations..


    I'm sure there are better platform..

    If I were in your shoes, I would search out those platforms. Well, I always think that experience with different platforms may be beneficial to your career. Look at it this way, it is another interesting toolset to learn about, you already know what Excel can do.

    Applied Math is not my particular field of expertise so I am hesitant to point at any specific tools in case I blinker you


  • Registered Users Posts: 1,113 ✭✭✭Zxthinger


    I have more questions now than when I started, which is good..
    .


  • Moderators, Society & Culture Moderators Posts: 12,617 Mod ✭✭✭✭riffmongous


    Zxthinger wrote: »
    All these programs can do is just add and subtract.. they can't do direct intergration of complex equations. They all use numerical forms of direct intergration which are approximations..

    I'm sure there are better platform..

    Wasn't one of the differential mathicical equations for determining rate of change of drag 'drag during flight' only solved two years ago by a bloke in Mumbai India.
    Currently up till that point in time this particular portion of the ballistic formula was based on empirical methods. But it's of little concern as all the formula approximations similar to Runga Kutta

    If you know what the Runge-Kutta methods are then you should be a bit beyond excel I think :pac:


  • Registered Users Posts: 1,113 ✭✭✭Zxthinger


    If you know what the Runge-Kutta methods are then you should be a bit beyond excel I think :pac:

    Knowing maths is not knowing computer programming..


  • Registered Users Posts: 464 ✭✭badaj0z


    Time to dig out the Fortran Compiler.


  • Registered Users Posts: 6,597 ✭✭✭Feisar


    badaj0z wrote: »
    Time to dig out the Fortran Compiler.

    Not the first thing I had to google the meaning of in this thread.
    I always say shooting is the nerdiest of sports. Meme needed of: what people think I do/what the government think I do/what my wife thinks I do/what I actually do, Clive sorting 22LR ammo!

    First they came for the socialists...



  • Registered Users Posts: 7,025 ✭✭✭clivej


    Feisar wrote: »
    Not the first thing I had to google the meaning of in this thread.
    I always say shooting is the nerdiest of sports. Meme needed of: what people think I do/what the government think I do/what my wife thinks I do/what I actually do, Clive sorting 22LR ammo!

    I built this Mini McQeen target system, plenty of programing went into that.



Advertisement