hexagon logo

Hello, can someone help me with my problem in Adams View. I am simulating two finger robot gripper. I am simulating it on the cube. Now I want to parametrize that cube to be able to move it on x, y and z. i want also to be able to rotate cube.

Hello,
can someone help me with my problem in Adams View. I am simulating two finger robot gripper. I am simulating it on the cube. Now I want to parametrize that cube to be able to move it on x, y and z. i want also to be able to rotate cube.
Parents
  • The cube, I assume that you modeled it as a block in Adams. Then this is trivial.
    In one corner of the block there is a marker that defines the blocks location and orientation. (Right-click on the block, select Info and you will see which marker it is).
    Parameterize the location and orientation of this marker and you have parameterized the block.
    LOC_RELATIVE_TO({block_x, block_y, block_z},some_other_marker)
    ORI_RELATIVE_TO({block_rot1, block_rot2, block_rot3},some_other_marker)
    where block_x, block_y, block_z, block_rot1, block_rot2, block_rot3 are all design variables.
Reply
  • The cube, I assume that you modeled it as a block in Adams. Then this is trivial.
    In one corner of the block there is a marker that defines the blocks location and orientation. (Right-click on the block, select Info and you will see which marker it is).
    Parameterize the location and orientation of this marker and you have parameterized the block.
    LOC_RELATIVE_TO({block_x, block_y, block_z},some_other_marker)
    ORI_RELATIVE_TO({block_rot1, block_rot2, block_rot3},some_other_marker)
    where block_x, block_y, block_z, block_rot1, block_rot2, block_rot3 are all design variables.
Children
No Data