584,857 active members*
4,726 visitors online*
Register for free
Login
Results 1 to 3 of 3
  1. #1
    Join Date
    Mar 2018
    Posts
    2

    BSolid parametric string

    Hi,


    I'm currently working with a Biesse Rover A 1530.
    I make a massive use of multipanel feature and parametric programming.
    I need help to create a string based on other params (eg for parametric tools).


    For example:
    if the value of 'lpz' is greater than 30mm I would like to use the milling tool: "ABC120"
    otherwise I would like to use "XX12VB".


    Someone can help me with this?


    Thanks a lot,

    Willy), sometimes I use additional variables

  2. #2
    Join Date
    Apr 2021
    Posts
    5

    Re: BSolid parametric string

    Hello!

    First, change the tool selection to parametric and if you use tools with numbers, this formula works:

    ((LPZ>=30 *"16") + (LPZ<30 *"10"))

    But if you don't use tools with numbers, then make two different machinings and control them with properties -> execute machining -> LPZ>=30 and for the second machining LPZ<30


    -Sami

  3. #3
    Join Date
    Mar 2018
    Posts
    2

    Re: BSolid parametric string

    Thanks, this does not completely solve my problem, but it will be very useful for my future programs!
    Thanks a lot!

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •