Hi, I'm trying to design a split-plot experiment (4 hard-to-change (HTC) and 1 easy-to-change (ETC) variable) that involves existing hardware, so I've set the role of the four HTC variables as "discrete numeric" in the design. Each of HTC variables (let's call them A, B, C, D) has three values representing the low, middle, and high levels (let's call the values 1, 2, 3 - but they are numeric, not categorical), so a full-factorial of the HTC factor combinations would yield 3^4 = 81 combinations. However, the hardware supports just 39 of those 81 combinations, so I've entered 42 disallowed combinations in the form of, for example: (A == 1 & B == 1 & C == 2 & D == 3) | (A == 2 & B == 3 & C == 1 & D == 2) | etc
The ETC variable is continuous with no restrictions on what values can be set, and I chose three levels or values of the ETC variable.
I'm running Custom DOE with JMP 15.2 (on a Mac running OS 10.15.7), and I chose an I-Optimal design and set the number of random starts to 150. The design generation takes approximately 25 minutes per design. I chose 45 whole plots with three subplots each, for a total of 135 subplots. However, the resulting design contains five of the disallowed combinations of HTC variables. Why is it doing this? I double checked my list of disallowed combinations, and the list is complete and appears to be entered correctly. Any suggestions would be appreciated.