Menu Suggestion for PID controller

@paulpaulson: My old-school oven timer has a separate knob for each function. It has two 12-hour analog clocks, one for delayed on and one for delayed off, which are kept in-sync with the oven's clock. You enable the delayed on by pushing it's stem in and advancing the knob into the future, which inhibits the oven thermostat unit the time passes. The delayed off is similar. My microwave is more advanced, but it has many buttons, 10 for numbers, and one for for each separate function.

The MYPIN menu is a straightforward list of parameters that would fit easily into a single structured array. It cycles down through the list for viewing with the SET button press and modified with a "SHIFT" to select a digit, and then UP or DOWN to change it.

The others separate some parameters into couple extra menus, but they all could be stored in the same array, with the logic separating the "security" from the "operation" and "adjustments" and "initial settings" subsets of parameters.

Why I'm building this is to experiment with the interactions of the parameters of arduino PIDs and how they compare to the commercial PIDs. It is possible to edit the code and rerun, but it takes time for a real(simulated) process to spin up, and I'd like to make live tweaks to the parameters.

I only need a single array of parameters, like the MYPIN, and the easiest way forward I see would be to design the parameter array, use a 4-line screen for UI feedback, and use the Serial input to parse commands like "0.001 ki\n" or "10 I\n" per something like: