Given the following product treedetermine the lowlevel codes
Given the following product tree,determine the low-level codes for all the components.
Solution
The low level code is the lowest level on which a part resides in all bills of material. Every part has only one low level code.
Low level codes are given below:
A =0
B=0
C=3
D=1
E=2
F=2
G=2
H=3
J=3
Starting lower level A and B = 0 is lowest level valued as 0, like ascending order
D is in 1st level as valued as 1
E,F,G is in 2nd level so valued a 2
H,J,C is in 3rd level so valued as 3
Notes C and H comes in 1st and 2 nd level but it is ended with 3rd level only.
E comes in 1st level and ended with 2nd level.
Ended level will be consider for coding for a product tree
_________________________________________________________________
