Hi All,
Posted my first attempt at an automated launcher.
As noted, 20,000kg to 200km orbit with about 1500dv available in a fully fueled 2nd stage
if the 2nd stage is removed, total payload weight is over 80,000kg
I'm particularly happy with the way I setup a subsytem to keep variables up to date, and then reference those in memory variables rather than calls to craft properties.
https://www.simplerockets.com/c/13wlk3/SRBETA-VIZZY-NARWAL-0-9-Automated-20-000kb-to-200KMcirc-orbital-launcher
@crowxe well create variable is one thing. What I am explaining is that I maintain a seperate 'thread' that is dedicated for updating all the variables in the program, on a predetermined interval. This helps flatten/frame the input data for the whole program, and avoid some pitfalls in the process