Results 1 to 5 of 5

Thread: Copy file help

  1. #1
    Join Date
    Mar 2005
    Location
    Prince Aircraft Company, Whitehouse OH
    Posts
    87

    Default Copy file help

    Using Copy Program in Tools I probed a 2D file using the base as Z Zero. This produced one tooling path. I would like to make multiple cutting passes using this file starting at 1.6" above base and cut every .2" until reaching 0" which is the base or bottom of the part.
    I usually write in the program the FP command calling up the file each .2" but would like to learn a new means of approaching this with Basic programming or Part Wizard. I would appreciate any help.
    I have attached a sample file.
    Perimeter File

    DRS 40_21 PERIMETER.SBP (13.7 k)

  2. #2
    Join Date
    Mar 2005
    Posts
    252

    Default

    Lonnie,

    You could use the ShopBot to DXF converter to convert your ShopBot part into something that Parts Wizard could edit.

    It is FC and then SBP to DXF on the drop down "File Type" list.

    Hope this helps,

    Bruce

  3. #3
    Join Date
    Mar 2005
    Posts
    207

    Default

    Lonnie,

    There is probably a better way to do, however
    You can create a master file that contains the following (You have to check the proper syntax)
    Before you run, First Z-Zero to the material.

    M3 0,0,1.6 (this will start you at first level)
    VA 0,0,0 (this will zero the tool at first Z)
    FP DRS 40_21 PERIMETER.SBP (run the file)
    M3 0,0,0 (go back to first 0)
    VA 0,0,0.2 (set current Z to 0.2)
    FP DRS 40_21 PERIMETER.SBP (run file)
    M3 0,0,0 (repeat the process.....
    VA 0,0,0.2
    FP DRS 40_21 PERIMETER.SBP
    M3 0,0,0
    VA 0,0,0.2
    FP DRS 40_21 PERIMETER.SBP
    M3 0,0,0
    VA 0,0,0.2
    FP DRS 40_21 PERIMETER.SBP
    M3 0,0,0
    VA 0,0,0.2
    FP DRS 40_21 PERIMETER.SBP
    M3 0,0,0
    VA 0,0,0.2
    FP DRS 40_21 PERIMETER.SBP


    Good Luck,
    Brian

  4. #4
    Join Date
    Mar 2005
    Location
    Prince Aircraft Company, Whitehouse OH
    Posts
    87

    Default

    Bruce, I thought There would be a way to put this in PW and manipulate it but did,'t know how. I will give it a try..Thanks.

  5. #5
    Join Date
    Mar 2005
    Posts
    207

    Default

    Lonnie,

    I missed the part that this was a 2D scan (I thought it was a 3D file). For a 2D file, there is an option of the FP command that allows you to step down as required.

    From the Command Reference

Similar Threads

  1. Need FreeDoors....anyone have a copy?
    By mrgadget in forum ShopBotter Message Board
    Replies: 0
    Last Post: 05-28-2016, 10:39 AM
  2. How do I copy this?
    By flyguy in forum Techniques for Cutting, Drilling, Machining
    Replies: 8
    Last Post: 09-20-2012, 08:36 AM
  3. So... what now? Copy 3D object...
    By harryball in forum Archives2006
    Replies: 2
    Last Post: 09-11-2006, 11:54 AM
  4. Copy Machine
    By jay in forum Archives2006
    Replies: 10
    Last Post: 03-19-2006, 09:48 AM
  5. Need Copy machine help
    By G. Ayers (Unregistered Guest) in forum Archives 2005
    Replies: 1
    Last Post: 12-28-2005, 04:47 AM

Posting Permissions

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