• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • Discussion Groups

    AutoCAD Electrical

    Reply
    Valued Contributor
    Posts: 79
    Registered: ‎04-24-2012

    order Lisp Command run

    54 Views, 0 Replies
    01-17-2013 06:00 AM

    Hello All,

    I am having issues with the end of a lisp routine.

     

    The routine creates a project and populates in the requested drawings.

     

    After it is created I run the following

     

    (close PROJECTFILE)                                                                                              ;closes project file

      (prompt "\nProject Creation Successful!")                                                               ;prompts good project created

       (c:wd_makeproj_current (strcat DWGDIR"/"JOBNUM".WDP"))                             ;makes new proj active

       (command "FILEOPEN" "Y" (strcat DWGDIR"/"JOBNUM"_MCP_001.DWG"))     ;opens first drawing in project

       (c:ace_projwide_script  "" "(c:shtnum.lsp)")                                                            ;changes sheet # to = dwg #

       (c:ace_retag_project nil nil)                                                                                    ;runs project wide tag update       

            (PRINC)                                                                                                             ;peace out have a good day

    );defun main

    (princ)

     

    The issue is i need to run them in this order but it is running the ace retag then the sheet # update which creates the wrong numbers during the retag.

     

    I have tried switching the 2 with the same result.

     

    Any idea what I am doing wrong or how to fix this????

     

    Thanks

     

    Dennis

    Please use plain text.