Hi Victor, clicking on Edit here below I get the script of the DOE in attachment
DOE(
Custom Design,
{Add Response( Maximize, "Conversion", ., ., ., ., ., "%" ),
Add Factor( Continuous, 230, 250, "Flowrate", 0, "lmin-1" ),
Add Factor( Continuous, 15, 25, "O2", 0, "vol%" ),
Add Factor( Continuous, 0.3, 0.5, "CAT", 0, "m%" ),
Add Factor( Continuous, 15, 20, "Pressure", 0, "10² kPa" ),
Add Factor( Categorical, {"LINE A", "LINE B", "LINE C"}, "Supply Line", 0 ),
Set Random Seed( 123 ), Number of Starts( 100 ), Add Term( {1, 0} ),
Add Term( {1, 1} ), Add Term( {2, 1} ), Add Term( {3, 1} ), Add Term( {4, 1} ),
Add Term( {5, 1} ), Add Term( {1, 1}, {2, 1} ), Add Term( {1, 1}, {5, 1} ),
Add Term( {2, 1}, {3, 1} ), Add Term( {2, 1}, {4, 1} ),
Add Term( {2, 1}, {5, 1} ), Add Term( {3, 1}, {5, 1} ),
Add Term( {4, 1}, {5, 1} ), Add Term( {1, 2} ), Add Term( {2, 2} ),
Add Term( {3, 2} ), Add Term( {4, 2} ), Set Sample Size( 24 ),
Optimality Criterion( "Make A-Optimal Design" ),
"A-Optimality Parameter Weights"n(
[1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1]
), Simulate Responses( 0 ), Save X Matrix( 0 ), Make Design}
)
When I click on run the run order is different from attached DOE? Hard to understand why the script of this DOE does not reproduce the DOE??