587,501 active members*
2,801 visitors online*
Register for free
Login
Results 1 to 3 of 3
  1. #1
    Join Date
    Oct 2007
    Posts
    499

    Document generation using the DPP function

    Hello everyone.

    Does anyone have any experience using the DPP (document generation function) in SolidCAM.
    Click image for larger version. 

Name:	DPP function.png 
Views:	0 
Size:	58.6 KB 
ID:	281562
    I have been trying for some time to use this function to generate my tool set-up sheets (the in built SolidCAM ToolSheet utility doesn't fulfil our requirements), but try as I might I cannot get my DPP file to create a new folder to keep all the generated documents together. I have tried many permutations on the {nl,'!! make dir [++++++] !!} command but it just refuses to create a new folder.

    Hopefully it is going to be something simple.

  2. #2
    Join Date
    May 2013
    Posts
    37

    Re: Document generation using the DPP function

    If you want to create a new folder in the folder, which also does not have it you do not manage it.
    Example.
    @test_block
    local string sPath

    sPath = 'K:\\FOLDER_1\\FOLDER_2'
    {nl,'!! make dir=' sPath '!!'}

    abort
    endp

    Attachment 281646

    CORRECT:

    @test_block
    local string sPath

    sPath = 'K:\\FOLDER_1'
    {nl,'!! make dir=' sPath '!!'}

    sPath = sPath + '\\' + 'FOLDER_2' ; OR sPath = 'K:\\FOLDER_1\\FOLDER_2'
    {nl,'!! make dir=' sPath '!!'}
    abort
    endp
    Click image for larger version. 

Name:	effect.jpg 
Views:	3 
Size:	93.2 KB 
ID:	281648

  3. #3
    Join Date
    Oct 2007
    Posts
    499

    Re: Document generation using the DPP function

    That works in a GPP file but it seems that SolidCAM's document generation functions using a *.DPP file are completely broken.

Similar Threads

  1. Wanted Document of SL5
    By rollixmac in forum Uncategorised MetalWorking Machines
    Replies: 0
    Last Post: 10-26-2010, 06:19 PM
  2. Document about EDM
    By Robine in forum Waterjet General Topics
    Replies: 4
    Last Post: 06-02-2008, 07:24 PM
  3. Mazak document
    By MeRoN in forum Mazak, Mitsubishi, Mazatrol
    Replies: 0
    Last Post: 09-25-2006, 07:02 PM
  4. DIY Silkprinting Document
    By vacpress in forum Community Club House
    Replies: 5
    Last Post: 06-10-2006, 01:03 AM
  5. Looking for document for CNC new learner
    By a00509265 in forum MetalWork Discussion
    Replies: 3
    Last Post: 08-22-2004, 05:28 PM

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
  •