AutoCAD Electrical
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
WD custom routines
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
117 Views, 2 Replies
10-20-2003 12:57 AM
Is there a way to get a list of all of the valid properties used in symbols. The manual lists a lot of them, but it seems to me that looking at some of the provided symbols, there are some undocumented ones (or undocumented ways to use current ones).
I would also like to write some custom routines (maybe to help with previous post), but don't know where to start. I get the impression that there a lot of choices to add routines (LISP, VBA, VLISP, etc.), but anytime I try to use a *.lsp file in WD SA 16.0, it tells me that "load" is unavailable. If I try "appload", it won't load *.lsp files. Since I don't know LISP right now, VB would probably be the easiest (although I am working on picking up LISP right now).
Are the Routines listed in the manual the only ones available? Is there a way to have a routine run at specific program events (like insertion of a component, addition of a wire, etc)?
Regards,
Scott
I would also like to write some custom routines (maybe to help with previous post), but don't know where to start. I get the impression that there a lot of choices to add routines (LISP, VBA, VLISP, etc.), but anytime I try to use a *.lsp file in WD SA 16.0, it tells me that "load" is unavailable. If I try "appload", it won't load *.lsp files. Since I don't know LISP right now, VB would probably be the easiest (although I am working on picking up LISP right now).
Are the Routines listed in the manual the only ones available? Is there a way to have a routine run at specific program events (like insertion of a component, addition of a wire, etc)?
Regards,
Scott
*Autodesk\
Re: WD custom routines
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
10-21-2003 12:51 PM in reply to:
Scott_Errthum
If you are running the older "Stand-alone" version
of VIA-WD (which is based on the AutoCAD OEM engine), your options for
customization are very limited. User customization with Lisp (and I believe VBA
as well) is not supported running under the OEM engine. You may want
to consider making the move to AE 2004 - then you'll have a wealth of
customization tools and AE's "API". All this can help you
make company-specific utilities and even drawing generation tools, perhaps
similar to AE's "Speadsheet to PLC I/O Generator" utility (provided in full
source code format, by the way).
of VIA-WD (which is based on the AutoCAD OEM engine), your options for
customization are very limited. User customization with Lisp (and I believe VBA
as well) is not supported running under the OEM engine. You may want
to consider making the move to AE 2004 - then you'll have a wealth of
customization tools and AE's "API". All this can help you
make company-specific utilities and even drawing generation tools, perhaps
similar to AE's "Speadsheet to PLC I/O Generator" utility (provided in full
source code format, by the way).
Re:
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
10-22-2003 01:09 AM in reply to:
Scott_Errthum
We do have WD 17 with Acad 2004 here (just received it about 2 weeks ago), but have not implemented it yet. When we purchased WD 16 1 year ago, we were told that customization through LISP was available. We are now trying to speed the way we do things and looking at customization. Looks like we need to update our installs.

