cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Learn how to build custom Python data connectors and further customize JMP’s Data Connector Framework with the Python Data Connector Demo, available now in the JMP Marketplace!
  • See how to create experiments to support product design and ID useful product features. Register for June 12 webinar, 2pm US Eastern Time.

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar
Alex83
Level II

Issue with disallowed combinations filters in DOE

Dear Community,

I have two factors for which I want disallowed combination i a Custom DOE.

If the "Accel step 2 = 0  , there can't be any "speed from step 1"

if the Accel step 2 > 0, there cannot be any "speed from step 1" at 0.

I tried to translate like this :

Accel step 2 == 0 & Relative speed from step 1 > 0

| Accel step 2 > 0 &Relative speed from step 1 == 0

The DOE generated is indeed removing these two conditions but also removing other conditions that I need in the DOE, like : 

Accel step 2 = 0 and speed from step 1 >0

what is the reason of it and what could I do to solve it ?

Thank you so much for your support.

 

 

 

11 REPLIES 11
Alex83
Level II

Re: Issue with disallowed combinations filters in DOE

Hello Victor,

 

Fantastic, thank you again. All good now :)

 

Best Regards,

 

Alex

 

Alex83
Level II

Re: Issue with disallowed combinations filters in DOE

Hello Victor,

I am stuck at step 3. How can I use the modified full factorial table to create the custom design DOE ? Is there any import menu that I missed ?

 

Best Regards

 

Alex

Recommended Articles