Hello,
Im new to Juno so i want to see if there is a known solution to this. i tried searching this forum and steam but i didnt see anything similar.
i have a kerolox main stage and 2 side mounted solid boosters. all 3 light at stage 1.
i see i can get a min/max partID. i could use that to iterate over the parts and determine type and mass. and use that to see if my tanks are getting low. but is there a way i can get thrust from an active engine?
or differentiate between solid fuel and kerolox. the only fuel expression i see returns all fuel in a stage.
If you want to detach your empty solid boosters by vizzy, you can realize it by the difference in thrust.
For example, wait 5 seconds after liftoff, then set an variable with your current thrust and name it maybe max-thrust.
Then something like
"If not grounded, wait 5 seconds", then
"set variable max-thrust to current thrust"
"If current thrust < max-thrust then activate stage"
For this example, the side detachers should be in Stage 2.