Hi Kelly,
Is that 9 trials total or per factor level combination?
As Dan stated, saving the prediction formulas to the data table allows you to combine models from various platforms into a prediction profiler from Graph > Profiler. If you want the confidence bands in this profiler for your continuous response, save the StdErr Pred Formula as well. In the dialog for Profiler, put both the prediction formula and the std. err. prediction formula (probably named "PredSE Hardness") into "Y, Prediction Formula."
Have you used desirability functions before? If not, that is a great way to do multiple optimization and the Prediction Profiler has a really great implementation of that technique.
One other thing that may help you out is that when you save the prediction (probability) formula for the defect rating model, JMP will create separate columns for the linear component of the model ("Linear"), the cumulative log odds ratios for each level of your rating scale (e.g. "Cum[2]", "Cum[3]", etc.), and the predicted probability for each level of your rating scale (e.g. "Prob[2]", "Prob[3]", etc). If you plot the probability columns in the profiler, it will show the cumulative log odds ratio columns as the inputs (someone correct me if they know a better way to do this). They way I have gotten around this is to copy the formula in "Linear" and paste it into reference to the Linear column in the formulas for each Cum[#] column. Then, I copy the formulas from each Cum[#] column and paste those columns into where ever they are referenced in the Prob[#] column formulas. The end result is that the Prob[#] columns are only functions of your original inputs, so the Linear and Cum[#] columns are now superfluous. If you plot all the Prob[#] columns now, the profiler will look as expected with just your experimental factors as inputs in the profiler.
-- Cameron Willden