Jump to content

Numbering lisp


DODGE

Recommended Posts

Hi Guys

I have a number lisp I use mainly to number cabinets in my drawings, that's all fine. The problem I have is, everytime I need to use it I have to load the lisp via APPLOAD, then type NUM to start numbering. Is there anyway I can load the lisp once only in my template, then when I start a new drawing, it's already loaded, so I just have to type NUM.

Cheers Dodge 8)

Link to comment
Share on other sites

One way to do this is to add the lisp routine to your startup suite: https://knowledge.autodesk.com/support/autocad/learn-explore/caas/CloudHelp/cloudhelp/2016/ENU/AutoCAD-Core/files/GUID-B38F610B-51FB-4938-BDEC-A0A737F5DB6C-htm.html

 

Another way to do it is to add a line of text to your acaddoc.lsp file to load the lisp routine when you open or start a new drawing.

Something like this: (load "C:/Users/Admin/AppData/Roaming/Autodesk/ApplicationPlugins/NUM.lsp")

Link to comment
Share on other sites

Just another alternative to simply loading a lisp you can use either a menu or a toolbar, this way its only loaded when required. You can also repeat the command again by typing "NUM" in your case or picking the menu again. You do though need to set up the lisp to use a command line call.

ScreenShot001.jpg

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...