Adding a New Drawer Slide
This article will demonstrate how to add a new drawer slide to the Foundation Library.
Adding a new slide to your library will allow you to customize the drilling for the slide holes, the name of the hardware that appears on reports, and the 3D and 2D representation of the hardware in the drawing.
There are only a few steps required to add a new drawer slide.
First, you need to create a lookup table that stores the lengths of the slides, the drilling locations, and the hardware names.
Second, you need to add a row to the LookUpTableSystemDrawerSlide with the correct information for the slide entered into each column.
Third, you will need to append your drawer slide name to the LookUpTableListOptions under “Wood Drawer Slide Options” to make it available in your drop-down selection.
Create a New Table for the Drawer Slide
First, we are going to create a new table that stores the lengths of the slides, the drilling locations, and the hardware names.
It is important to add the new table to the template so the change will be available in every new project.
It is also recommended that you copy one of the lookup tables for an existing slide and adjust the values to work for the new slide.
1. Open the Factory workbook (F) from either the Library or Project spec group setup.
|
|
2. Open Workbook Designer.
|
|
3. Open the Factory Workbook.
|
|
4. In the search field, select one of the tables that starts with “LookUpTableDrwSlide…”
|
|
5. Copy the entire range, including the header.
|
|
6. Go to the bottom of the worksheet and paste the range leaving one blank row.
|
|
7. Change the header name to the name of the slide you are adding then update the data in this table. Each row represents a slide length. The first column is the length of all of the slides. Columns 2 - 6 represents the drilling location on the side of the cabinet. Column 7 is the name of the hardware that should be called out for each slide length. Column 8 is the last hole that is drilled for the slide holes. This is used by rollouts to determine where the rear spacer needs to be placed.
|
|
8. Define the range by selecting all of the data (excluding the header row), right-clicking, and selecting “Define a Range.” In the dialog, enter the name “LookUpTableDrwSlide ___” with the name of the slide at the end. (A good practice is to copy the lookuptable name and paste it into the defined range to avoid misspelling).
|
|
9. Now that the technical information has been added for the new slide, extend the look up table with new slide details. |
Extend LookupTableSystemDrawerSlide with the New Slide Data
Now we need to extend the LookUptableSystemDrawerSlide table with the new slide.
- Append your new drawer slide by inserting a new row into the table.
- Fill in the correct information for your drawer slide (See LookUpTableSystemDrawerSlide Column Information for help)
Add new slide option to LookUpTableListOptions
- Copy new slide name from Column 1. In LookUpTableSystemDrawerSlide
- Append new slide name to the list in the respective region, under “Wood Drawer Slide options”. The slide names should be separated by a pipe symbol “|”.
3. Once the new slide name has been added to the LookUpTableListOptions, it will be available for drop down selection.