phase control chart control limits - no control limits
Hi,
I need help scripting a case where no phase control limits should be applied to the first parameter/chart, while the remaining parameters/charts have fixed control limits defined in the same script.
I am currently using the following structure:
Set Control Limits(
{
{LCL(.), Avg(.), UCL(.)},
{LCL(1060.2), Avg(1405.3), UCL(1745.1)},
{LCL(12.3), Avg(14.1), UCL(15.8)},
...