Kitchen Island BOM
Kitchen Island BOM Rule
Computes connectors and fastening blocks and add them to BOM.
Notification level: Not applicable
Key | Value |
---|---|
ID | KitchenIslandBOMRule |
Translation key | Not applicable |
Behavior
This rule computes the connectors and fastening blocks and adds them to the Bill Of Materials (BOM). In the BOM, a connector is mentioned as "Assembly kit for kitchen island" and a fastening block is mentioned as "Support bracket for kitchen island".
Trigger Conditions
BOM computation.
Details on the Connectors
The number of packages is derived by linear meter of back-to-back cabinets.
For example with a connector of length 1229 mm:
- A 80 cm long kitchen island uses 1 connector
- A 120 cm long kitchen island uses 1 connector
- A 140 cm long kitchen island uses 2 connectors
When a cabinet is free-standing and has a back cover panel, the length of needed connectors is doubled (for cover panels, connectors are required both at the top and at the bottom).
When cabinets are placed to create a kitchen island, connectors are needed only at the top.
For example:
- A 40 cm large cabinet uses 1 connector (that is split into 2 connectors).
- A 60 cm large cabinet uses 1 connector (that is split into 2 connectors).
- A 80 cm large cabinet uses 2 connectors.
- A 100 cm large cabinet-combination uses 2 connectors.
- A 120 cm large cabinet-combination uses 2 connectors.
- A 140 cm large cabinet-combination uses 3 connectors.
Overload Parameter
Key name | Type | Default value | Description |
---|---|---|---|
connectorID | External ID | – | Product external ID for the connector. Mandatory. |
fasteningBlockID | External ID | – | Product external ID for the fastening block. Mandatory. |
singleConnectorPackageLength | number | – | Width of a single connector package, in mm. Mandatory. |
For example:
{
"connectorID":"15759",
"fasteningBlockID":"15728",
"singleConnectorPackageLength":1229
}
Illustration
Case 1 – Connectors
Connectors are mentioned as "Assembly kit for kitchen island" in the BOM.
The Assembly kit for kitchen island is computed according to the width of the cabinets:
Width / 1 Method Package
= 3200 / 1229
= 2.60
(considering the upper value = 3)
For freestanding cabinet with back cover panel, connectors are added to the top and the bottom of the cabinet.
Therefore, the computation will be:
cabinet width x 2 / 1 Method Package
= 1600 x 2 / 1229
= 2.60
(considering the upper value = 3)
Case 2 – Fastening blocks
Fastening blocks are mentioned as "Support bracket for kitchen island" in the BOM.
The support brackets for kitchen island are computed according to the number of joints. Therefore, the computation will be
no. of joints + 2
= 2 + 2
= 4