AutoCAD Electrical Forum
Welcome to Autodesk’s AutoCAD Electrical Forums. Share your knowledge, ask questions, and explore popular AutoCAD Electrical topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Catalog lookup for a foot print symbol

2 REPLIES 2
Reply
Message 1 of 3
keithjk
292 Views, 2 Replies

Catalog lookup for a foot print symbol

I have placed all of our company's standard components in the appropriate tables of default_cat.mdb. I then have a lisp program that does a variety of things that includes inserting footprints automatically. The syntax to insert the footprint is: (c:wd_insymp "H:/electricalcatalogs/Libs/panel/chromalox/CB/0017-65322"(list x y) 0.0 1.0 nil)

The footprints insert fine and they insert with the MFG and CAT properly populated. When I right click and select "Edit Footprint" on the aforementioned footprint, the Manufacturer and Catalog are still correct. However, if I then select catalog lookup, I see the attached dialog (Assign Different Lookup Table Name). If I select find, it then finds the component in the correct table.

I must be missing something if this is happening. Is there some XDATA that needs to be attached to my footprints so it knows what table name to find them in? Or is there a naming convention?

Thank you...
Keith
2 REPLIES 2
Message 2 of 3
Anonymous
in reply to: keithjk

Keith,

Try adding the XDATA 'VIA_WD_WDBLKNAM' to the block. You would give this
XDATA a value of maybe 'CB' for a Circuit Breaker and it will use the CB
table.

Steve

"keithjk" wrote in message news:6296482@discussion.autodesk.com...
I have placed all of our company's standard components in the appropriate
tables of default_cat.mdb. I then have a lisp program that does a variety
of things that includes inserting footprints automatically. The syntax to
insert the footprint is: (c:wd_insymp
"H:/electricalcatalogs/Libs/panel/chromalox/CB/0017-65322"(list x y) 0.0 1.0
nil)

The footprints insert fine and they insert with the MFG and CAT properly
populated. When I right click and select "Edit Footprint" on the
aforementioned footprint, the Manufacturer and Catalog are still correct.
However, if I then select catalog lookup, I see the attached dialog (Assign
Different Lookup Table Name). If I select find, it then finds the component
in the correct table.

I must be missing something if this is happening. Is there some XDATA that
needs to be attached to my footprints so it knows what table name to find
them in? Or is there a naming convention?

Thank you...
Keith
Message 3 of 3
keithjk
in reply to: keithjk

Steve,

Works! Thanks!

Keith

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report

”Boost