I have a part that needs to be "bin" sorted for matched assembly. ( Customer requirement ) I have 2 measured features that need to be sorted on each part. I have no Issues with assigning the variables and sorting for a single feature but I cannot figure out how to make this process work for 2.
Example- Part 1 dia1 meas .500 and dia2 meas .250 so part goes in "bin" 1
Part 2 dia1 meas .501 and dia2 meas .250 so part goes in "bin" 2
Part 3 dia1 meas .500 and dia2 meas .251 so part goes in "bin" 3
I cant seem to find any "If/And " type of statement, any suggestions?!?
Example- Part 1 dia1 meas .500 and dia2 meas .250 so part goes in "bin" 1
Part 2 dia1 meas .501 and dia2 meas .250 so part goes in "bin" 2
Part 3 dia1 meas .500 and dia2 meas .251 so part goes in "bin" 3
I cant seem to find any "If/And " type of statement, any suggestions?!?
Comment