Insert WBlocked Circuit from the Tool Palette

Insert WBlocked Circuit from the Tool Palette

Anonymous
Not applicable
740 Views
3 Replies
Message 1 of 4

Insert WBlocked Circuit from the Tool Palette

Anonymous
Not applicable

 

I would like to be able to use the aewbcircuit command on a tool palette. In the Customize Commands, I have been able to get 

 

^C^C_aewbcircuit "J:/Le/ AcadE LIBRARY/Schematic/IO CARDS and DEVICES/CIRC AB 1756-IB16" nil 1 1

 

to work, however, all this does, is issue the Insert Blocked Circuit command, and opens up the Browse window. I do not know how to add to the command to see the path and filename. All I would like to do is insert the blocked circuit, but I do not like to Browse so much.

 

I know that this forum is brilliant, because I have benefited from you all greatly.

Please let me know if someone can point me in the right direction.

 

Thank you,

Gail L

0 Likes
Accepted solutions (1)
741 Views
3 Replies
Replies (3)
Message 2 of 4

rhesusminus
Mentor
Mentor
Accepted solution
Hi!

Seems like you're mixing up AutoCAD command and lisp a little bit.

Try:
^C^C(c:wd_ins_circ2 "J:/Le/ AcadE LIBRARY/Schematic/IO CARDS and DEVICES/CIRC AB 1756-IB16" nil 1 1)

Trond Hasse Lie
EPLAN Expert and ex-AutoCAD Electrical user.
Autodesk Expert Elite Alumni
Ctrl Alt El
Please select "Accept Solution" if this post answers your question. 'Likes' won't hurt either. 😉
Message 3 of 4

rhesusminus
Mentor
Mentor

Take a look at the API help for the different options you have for this command:

 

2015-01-08_15-29-39.png


Trond Hasse Lie
EPLAN Expert and ex-AutoCAD Electrical user.
Autodesk Expert Elite Alumni
Ctrl Alt El
Please select "Accept Solution" if this post answers your question. 'Likes' won't hurt either. 😉
0 Likes
Message 4 of 4

Anonymous
Not applicable

You were right.

I was mixing up my commands.

It works like a charm now!

 

I looked thru the API Help, but to be honest, I am just a hacker. I have not learned how to lisp programs.

I need to look at some online classes to help me in this area.

 

Thank you again for helping us be more efficient.

 

Blessings to you!

Gratefully,

Gail L

0 Likes