I’m writing a spring calculator. Yes I know, there are a few out there, but they don’t do what I want. When you start entering some of the known values, eventually other calculated values start popping up because they’re all related. There is a need to separate initial manually entered values from calculated ones. If you don’t, when you delete your initial values, the same calculated values take their place. Eventually you get a completely specified spring with no starting values.
I have a way to demonstrate when a new manually entered value comes into play. When it does I want to allow enough cycles to clear out all the automatically calculated values, then let them recalculate later. Where are examples I can use to create a circular logic count-down system to temporarily shut off the automatic parts? Yes, I have already placed a check in the Iterations section and set it to 100, although my counter will probably be set to 10.