Generating a Vibration Volume

Vibration Volume functionality:

lets you calculate the dynamic envelope of a part or a group of parts with respect to a positions file (Adams or vda or from a Fitting track.

  • This dynamic envelope  is in fact  given by a set of positions in Euler coordinates (in degrees) from an ASCII positions file (ADAMS format or vda format)
  • Vibration volume as most Optimizer commands is a multi-selection command, which means the user can select as many input products he wants and then launch  the process to the select product or group of products
  • Once the computation is launched, a solid shape is generated: this shape represents an envelope of the products (s) placed in every position 
  • The result can be saved in CGR, VRML, V4 model or STL
This task will show you how to generate a vibration volume from a positions file
Open Mobile_Phone.CATProduct document
  Use the Fit All In icon to I_ReframeP2.gif (216 bytes) to position the model geometry on the screen
Alternate Shape
  1. (Optional) 
    You can manage automatically your result as alternate shape of the initial component.
    For this:

    • Select Tools > Options from the menu bar.
      The Options dialog box is displayed.
    • Expand the Digital Mockup category from the left-hand tree.
    • Select  DMU Optimizer item to display the corresponding tab. The Alternate Shapes Management is available
    • Check Vibration Volume option: it is automatically activated as an alternate shape. When activated the vibration volume representation is the one visualized in session.

    Note: If your are not working in alternate shape mode, it is strongly recommended to use the Reference Product option to avoid positioning problems when reinserting products. read About Reference Product

  2. Click the Vibration volume icon   from the DMU Optimizer toolbar.
    The Vibration Volume dialog box is displayed:

  3. Select the product or the group of products on which you want to apply the vibration volume.

    In our example, select Mobile Phone in the specification tree
  4. Click Browse to select a positions file of your choice.

    Two positions files are provided:

     You can find them in C:\Program Files\Dassault Systemes\B17doc\online\dmoug\samples folder

    Description of a VDA transformation matrix

    A VDA file is an ASCII file which contains a set of transformation matrix

    Syntax: name = TMAT / c11, c12,c13,c21,c22,c23,c31,c32,c33,c41,c42,c43

    Parameter: c11,c12,c13,c21,c22,c23 - real

    c31,c32,c33,c41,c42,c43 - real

    • c11,c12,c13,c21,c22,c23,c31,c32,c33 - coefficients of transformation matrix for rotation, shearing and scaling
    • c41,c42,c43 - coefficients of transformation sub-matrix for translation (Δx, Δy, Δz)

    Note: c11,c12...c33 must be an inverse transformation matrix , it means: det(c11...c33)<>0

    A point with coordinates x, y, z will be transformed in x', y', z' with the following rules

    x'= c11*x + c12*y + c13*z + c41

    y'= c21*x + c22*y + c23*z + c42

    z'= c31*x +c32*y + c33*z + c43

    Description of an ADAMS File
    An ADAMS file is an ASCII file which contains a set of transformations, described by an absolute position (x,y,z) and three Euler angles:

    x,y,z (absolute position) and alpha, beta, gamma (Euler angles in degrees)

    For instance:

    -2.26 -0.58 5.9 0.3 0.56 -0.07

    The following schemes describe the Euler angles used in this ADAMS file:

    Note: you can also use another type of file (.mvf) almost identical to the ADAMS file ; the first column containing a parameter time in seconds (for each position).
  5. The File Selection dialog box appears:

  6. Select the positions file of your choice Adams_4pos.txt and click Open.

  7. The path is updated accordingly in the Positions file field.

  8. Set the vibration volume accuracy. In our example, enter 1mm

    Setting the vibration volume accuracy

    The accuracy determines the precision of the vibration volume representation. The accuracy parameter determines the size of the triangles used to represent the vibration volume. A lower setting results in slower computation time, but a more precise calculation of the vibration volume.

    For more detailed information, please see More about Vibration Volume

  9. Select the Apply Simplification check box and set the simplification accuracy as you wish (enter 0.5mm)

    Note: you can also apply the simplification afterwards or launch the operation again with different accuracy values as many times as needed
  10. Click Preview to launch the calculation and obtain a preview. The progress bar is displayed letting you monitor and interrupt if necessary (Cancel option) the calculation.

    The preview window lets you see the resulting vibration volume.
    If you are not satisfied with the result, you can simplify the vibration volume result again. For more detailed information, read Using Simplification Command and More about Simplification
  11. Click Save. The Save As dialog box is displayed.

    • Set the Type to  .cgr
    • Identify the folder in which you want to save the file
    • Enter a file name
    you can also save your result as a V4 model, .stl or .wrl documents. Also read About Saving Operations
     
  12. Click Save.

Vibration volume is a 'journalized' functionality. You can therefore generate a macro using Tools->Macro->Record... Refer to Recording a Macro in the Infrastructure User's Guide and read CAA V5 Automation - DMU documentation. Access to the specific documentation is provided on the documentation homepage.

aendtask.gif (1477 bytes)