Lesson35 Family Tables

download Lesson35 Family Tables

of 10

Transcript of Lesson35 Family Tables

  • 8/14/2019 Lesson35 Family Tables

    1/10

    11/6/13 www.sharptechdesign.com/Tutorials/ProE_Fundamentals_WF2/WF2_Lesson35.htm

    www.sharptechdesign.com/Tutorials/ProE_Fundamentals_WF2/WF2_Lesson35.htm 1/10

    Lesson Objective: In this lesson, we will learn about Family Tables.

    USAGE OF FAMILY TABLES

    Lesson

    35

  • 8/14/2019 Lesson35 Family Tables

    2/10

    11/6/13 www.sharptechdesign.com/Tutorials/ProE_Fundamentals_WF2/WF2_Lesson35.htm

    www.sharptechdesign.com/Tutorials/ProE_Fundamentals_WF2/WF2_Lesson35.htm 2/10

    Family tables are used to capture like models or models that typically only change in size or minimalfeature definition from one part to another. A perfect example of a family table is a family of socket headcap screws. Each individual instance of the screw is only different from a dimensional or materialspecification. You can create multi-dimensional family tables (or what is referred to as nested family tables) that cancapture a larger family of parts/assemblies. Until you are comfortable working with family tables, I wouldstick with single level family tables. An example of a nested family table would be to create an entirefamily of screws.

    At the top level, you would distinguish between head types (SHCS, FHD, HHD, etc.). Then, at thesecond level, you could break each of these into dimensional and material types.

    PREPARING THE MODEL

    To demonstrate this functionality, we will open up the model called Mounting_Rail , which looks like thefollowing.

    The goal for this lesson is to be able to make different sizes for this mounting rail, and yet maintain aproper slot spacing and number of holes. Dimension Symbol Names

    As you learned in the last lesson (Parameters & Relations), you should rename any dimension symbolsthat are going to be used in Relations. The same is true for dimensions that will be used in familytables. In this example, we have already renamed the dimension symbols of the primary features used in boththe relations (that we will see in a minute) and the family table that we will create. The following are some of the key symbol names: Length The overall length of the rail, which is currently at 10 . Size The height of the rail (both sides are equal in size), which is currently 1 . Radius The radius of the inner fillet, which is currently 0.125 . Lead_Offset The spacing from the left edge of the rail to the first slot. Spacing The spacing between slots on the first slot pattern Slotnum The total number of slots in the first slot pattern Slot_Length The length of the lead slot Slot_Width The width of the lead slot.

    Relations Whenever possible, you should use relations before creating family tables. This is especially true if thereis a ratio between two or more dimensions that should always exist, regardless of overall size of themodel.

  • 8/14/2019 Lesson35 Family Tables

    3/10

    11/6/13 www.sharptechdesign.com/Tutorials/ProE_Fundamentals_WF2/WF2_Lesson35.htm

    www.sharptechdesign.com/Tutorials/ProE_Fundamentals_WF2/WF2_Lesson35.htm 3/10

    This is the case in this model. The spacing of the slots is always 1, regardless of the length of the rail.Therefore, we need to change the total number of holes when the length changes. To do this, we could have added the Slotnum dimension to a family table and controlled it there, butthen we would have a lot of calculations to do each time we wanted a new size for our rail. Instead, wewill do this with relations. The relations for this model can be found using Tools, Relations , as shown in the next figure.

    The relation that controls the overall number of holes is the following: Slotnum=(floor(Length/Spacing)+1) What this does is first calculate the overall length divided by the spacing. For our current example, theLength=10 and the Spacing=1, therefore this equation results in 10/1 = 10. Then, it adds one additionalhole, making a total of 11 holes. When the length of our rail is an exact increment of 1, such as 10, 11, 12, etc., then we always end upwith one slot outside of the model. That is okay, because if our rail has a decimal attachment, such as12.75, then it will make a difference. Floor(Length/Spacing) always rounds the final number down to the nearest integer, therefore, if we have alength of 12.75, then Floor(12.75) = 12. If we only had 12 slots, then we would have a large portion atthe end of our rail that did not have a slot in it (or even a partial slot). Adding the 13 th slot takes care of this. The last portion of this relation sets the dimensions of the second set of slots equal to the first so thatthe overall impression is that both are identical.

    CREATING THE FAMILY TABLE

    To create the family table, go to Tools, Family Table from the Menu Bar. When we do this, it will bringup the following interface.

  • 8/14/2019 Lesson35 Family Tables

    4/10

    11/6/13 www.sharptechdesign.com/Tutorials/ProE_Fundamentals_WF2/WF2_Lesson35.htm

    www.sharptechdesign.com/Tutorials/ProE_Fundamentals_WF2/WF2_Lesson35.htm 4/10

    Currently, there are no instances created for this model. Across the top of this window is a toolbar. Thefirst available icon is used to add instances (adding rows to the table). It looks like the following.

    We will click on this icon five times in a row to create five different instances. When we do this, we willsee the following.

    Before we add any dimensions, features, parameters, etc. to our family table, we will change the names

    of our rails. We are going to create rails in 2 increments starting at 2 and ending at 10. Therefore, wewill click in each cell starting with MOUNTING_RAIL_INST and rename them as follows:

    We are now ready to start defining the items that vary from instance to instance. We will therefore click

  • 8/14/2019 Lesson35 Family Tables

    5/10

    11/6/13 www.sharptechdesign.com/Tutorials/ProE_Fundamentals_WF2/WF2_Lesson35.htm

    www.sharptechdesign.com/Tutorials/ProE_Fundamentals_WF2/WF2_Lesson35.htm 5/10

    on the following icon to add columns to our table.

    This brings up the following window.

    Down at the bottom, you would start by selecting the type of entity you are going to add to the familytable. In this case, the default is Dimension , which is what we will use. We will now pick out on thefirst extrude feature and then pick on the 10.000 length dimension. When we do this, it becomes addedto our table, as shown in the next figure.

  • 8/14/2019 Lesson35 Family Tables

    6/10

    11/6/13 www.sharptechdesign.com/Tutorials/ProE_Fundamentals_WF2/WF2_Lesson35.htm

    www.sharptechdesign.com/Tutorials/ProE_Fundamentals_WF2/WF2_Lesson35.htm 6/10

    We will also pick on the 1.000 size dimension, and the 0.125 radius dimension. The following shows thiswindow once all three dimensions are added.

    We can see our modified symbol names listed next to the original symbol name. This makes it easier for us to identify which dimension is which. If we accidentally added a dimension that we didnt want, wewould highlight it and click on the button with the red X. Next, we will add a parameter to our table. Therefore, click on the Parameter option at the bottom, andyou will get the following window.

  • 8/14/2019 Lesson35 Family Tables

    7/10

    11/6/13 www.sharptechdesign.com/Tutorials/ProE_Fundamentals_WF2/WF2_Lesson35.htm

    www.sharptechdesign.com/Tutorials/ProE_Fundamentals_WF2/WF2_Lesson35.htm 7/10

    We will scroll down until we find the parameter called Title . Click on this parameter, and then click onthe Insert Se lected button at the bottom of this window. The TITLE parameter now shows up in our window, as shown in the next figure.

    Click on the Close button to close out of the parameters window. We are done defining our family table.You can see in the above figure that we can add features, groups, pattern tables, etc. to our family table,and we can also temporarily filter out what we are looking at by using the upper right corner of this box.Click on OK to return to edit the table.The table now has a column for each of the items that we added, in the order in which they were added,as shown below.

  • 8/14/2019 Lesson35 Family Tables

    8/10

    11/6/13 www.sharptechdesign.com/Tutorials/ProE_Fundamentals_WF2/WF2_Lesson35.htm

    www.sharptechdesign.com/Tutorials/ProE_Fundamentals_WF2/WF2_Lesson35.htm 8/10

    We will edit each cell with the values that we want. The following figure shows our completed table.

    Once you have your table filled out, it is time to verify the instances. This is very important before youcheck them into Pro/INTRALINK. To verify the instances, click on the following icon.

    This brings up the following window.

  • 8/14/2019 Lesson35 Family Tables

    9/10

  • 8/14/2019 Lesson35 Family Tables

    10/10

    11/6/13 www.sharptechdesign.com/Tutorials/ProE_Fundamentals_WF2/WF2_Lesson35.htm

    h hd l d l h

    8

    2

    You can spin, pan, zoom, change display type, etc. while in the preview window. When you are done,click on the Close button at the bottom. Once you are happy with your family table, click on OK tocomplete the family table, and then save your model.

    LESSON SUMMARY

    The interface for family tables is now more streamlined.

    EXERCISES

    None