Anuncios

The Autodesk Community Forums has a new look. Read more about what's changed on the Community Announcements board.

weld.lsp Will Not WORK ???

Anonymous

weld.lsp Will Not WORK ???

Anonymous
No aplicable

I have loaded the Welds LISP (with SBL and DCL) Chris Crain's automated weld symbol.

 

I moved the three files to where I keep all of my LSP commands and renamed them WELD.LSP, WELD.DCL & WELD.SLB.

Then on the cammand line in ACAD i entered APPLOAD and loaded the LSP, 

 

Everytime I try to use the command "WELD" I get an Error stating: File Not Found WELD.DCL

 

 

Can ANYONE Help

0 Me gusta
Responder
Soluciones aceptadas (1)
1.503 Vistas
6 Respuestas
Respuestas (6)

Patchy
Mentor
Mentor

It was posted as zip file and what is the reason you have to rename them?

 

 

Anonymous
No aplicable
The file names in the lisp code are called WELD.LSP, WELD.DCL & WELD.SLB. If I donot change the names I get the same errors. I have found the same code from multiple users and I get the same results.

0 Me gusta

Patchy
Mentor
Mentor
Solución aceptada

Try put all of them in SUPPORT Folder

 

Type in:

 

(findfile "support")

 

that is where you put all 3 of them.

 

Exit autocad and restart.

Jonathan3891
Advisor
Advisor
You need a support pointed to the location of the Weld.DCL

Jonathan Norton
Blog | Linkedin
0 Me gusta

Anonymous
No aplicable

May I know where I can get this weld lisp from?

0 Me gusta

ВeekeeCZ
Consultant
Consultant

@Anonymous wrote:

May I know where I can get this weld lisp from?


On cadalyst...

http://cadtips.cadalyst.com/standard-blocks/automated-weld-symbols

0 Me gusta