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
Inserting multiple blocks
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
107 Views, 4 Replies
01-27-2004 08:19 AM
I have a block that represents a VFD. I also have a block that is a parameter setup list for this VFD. Is there anyway to set up the VFD block so that when it is inserted AE will also insert the parameter list block and prompt me for it’s insertion point?
*Nate Holt \(Autodesk\)
Re: Inserting multiple blocks
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
01-27-2004 10:59 AM in reply to:
rday
You might look at inserting this as a "circuit" of the VFD block insert and
parameter list block insert (both inserted into one ".dwg" file) instead of
inserting the VFD and parameter list blocks as separate components. See if
this works: open a new, blank drawing. Use AcadE to inert the VFD at 0,0.
Then use AutoCAD's INSERT command to pop in the parameter list block. Save
the dwg file, maybe to your "USER" folder.
Now, test it. Use AcadE's INS CIRCUIT command, browse to this ".dwg" and pop
it into your electrical design. See if it works as you'd hoped. If so, you
can encode this on to your electrical INS COMP icon menu or just pop in with
the INS CIRCUIT cmd whenever you need it.
If this isn't quite what you're looking for, there are other approaches...
"rday" wrote in message
news:18326947.1075220385217.JavaMail.jive@jiveforu m1.autodesk.com...
I have a block that represents a VFD. I also have a block that is a
parameter setup list for this VFD. Is there anyway to set up the VFD block
so that when it is inserted AE will also insert the parameter list block and
prompt me for it's insertion point?
Re: Inserting multiple blocks
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
01-28-2004 08:03 AM in reply to:
rday
That inserts the both of them at the same time but it is not quite what I wanted.
I would like to insert the block of the VFD first then fill in the attribute data just like a normal insert component command. Then the Parameter list block would pop up. Now I insert the Parameter list block into different locations depending on the drawing so it would need to ask for insertion point. Then prompt for attribute data.
Thank's
Is this possible? I can e-mail you both blocks if you need them.
I would like to insert the block of the VFD first then fill in the attribute data just like a normal insert component command. Then the Parameter list block would pop up. Now I insert the Parameter list block into different locations depending on the drawing so it would need to ask for insertion point. Then prompt for attribute data.
Thank's
Is this possible? I can e-mail you both blocks if you need them.
Re: Inserting multiple blocks
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-02-2004 02:01 PM in reply to:
rday
I was just wondering if any one has come up with any ideas on how to do this?
Thanks
Thanks
Re: Inserting multiple blocks
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-03-2004 10:49 AM in reply to:
rday
Re: Inserting multiple blocks
I have decided to use a CVS file to store the drive parameters and then insert that. I set up a button with the following code " ^C^C(if (not wd_load) (if (setq x (findfile "wd_load.lsp")) (load x))) (wd_load)(c:wd_insym_dlg); wd_14_csv2tab". It will let me pick the VFD and insert it with no problem. But I can not get the spreadsheet to insert. Any pointers, ideas, help?
I have decided to use a CVS file to store the drive parameters and then insert that. I set up a button with the following code " ^C^C(if (not wd_load) (if (setq x (findfile "wd_load.lsp")) (load x))) (wd_load)(c:wd_insym_dlg); wd_14_csv2tab". It will let me pick the VFD and insert it with no problem. But I can not get the spreadsheet to insert. Any pointers, ideas, help?
