How to setup user defined sampling plan??
sample plan is as below
NORMAL
Lot Size
Sample
Size
Accept
Reject
2-8
2
0
1
9-15
3
0
1
16-25
5
0
1
26-50
8
0
1
51-90
13
0
1
91-150
20
0
1
151-280
32
1
2
281-500
50
1
2
501-1200
80
2
3
Accept = number of defects allowed for an acceptable lot
Reject = number of defects necessary to reject the lot
Now how can we accept and reject based on the above criteria..
I have defined action rules for 0 and 1 quantity..it is working fine for that..but the problem is when the sample size 32 ,50 80..
Please advise