Weld symbols
CADForums.net Forum Index CADForums.net
Discussion of AutoCAD and other CAD software.
 
 FAQFAQ   MemberlistMemberlist     RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
 
Google
 
Web cadforums.net
Weld symbols

 
Post new topic   Reply to topic    CADForums.net Forum Index -> Drafting
Author Message
wookie
Guest





Posted: Fri Oct 29, 2004 7:52 am    Post subject: Weld symbols Reply with quote

What do you do to draw weld symbols in your drawing.
Insert blocks from a library? With attributes or just dumb blocks?
Use LISP?
Just draw them?

We have a LISP routine, but its several versions old and has its shortcomings. I want to know wether to update it/have a crack at writing a new one, or switch to somthing like blocks with attributes and put them on a tool pallete.

Thanks in advance...........

Back to top
Harold Leveritt
Guest





Posted: Fri Oct 29, 2004 3:26 pm    Post subject: Re: Weld symbols Reply with quote

Search the archives at Cadalyst (link below) for a shareware weld symbol
routine that works great.

http://new.cadalyst.com/code/
Back to top
Dave Jones
Guest





Posted: Fri Oct 29, 2004 6:22 pm    Post subject: Re: Weld symbols Reply with quote

"wookie" <nospam@address.withheld> wrote in message
news:24732252.1099021971541.JavaMail.jive@jiveforum1.autodesk.com...
Quote:
What do you do to draw weld symbols in your drawing.
Insert blocks from a library? With attributes or just dumb blocks?
Use LISP?
Just draw them?

We have a LISP routine, but its several versions old and has its
shortcomings. I want to know wether to update it/have a crack at writing a

new one, or switch to somthing like blocks with attributes and put them on a
tool pallete.
Quote:

Thanks in advance...........

this is what I still use in 2005. It's a dialog driven routine that has all
of the most used weld symbols:

;Welds.lsp - For Autocad 2000
:Author - Don Jacobsen
;Energy Northwest - Richland WA
;drjacobsen@wnp2.com
;feel free to modify this routine to suit our needs
;this routine maybe distibuted after consent from the author

I don't know if Don's email is current but you could try it.
Dave
DDP

Back to top
Walt Engle
Guest





Posted: Fri Oct 29, 2004 7:30 pm    Post subject: Re: Weld symbols Reply with quote

I can tell you what I do:

I have a separate pulldown and from there I have slides which call up blocks that are exploded on insertion. These blocks are scaled per the dimscale. I also have separate blocks to be added, such as a weld "tail", field weld flag,
all-around, convex or concave.
My blocks cover the entire range and once made are easier to use than a lsp routine.
Back to top
Dave Jones
Guest





Posted: Fri Oct 29, 2004 8:09 pm    Post subject: Re: Weld symbols Reply with quote

"Walt Engle" <wengle@houston.rr.com> wrote in message
news:41826214.752DA3FA@houston.rr.com...
(snip)
Quote:
My blocks cover the entire range and once made are easier to use than a
lsp routine.

How do you change weld size or spacing values? How to you add tail notes? I

went through the trouble in R14 to build a weld symbol block library and
promptly dumped it when I tried Weld.lsp. I can't imagine inserting blocks
and editing attributes being anywhere as close to as fast as this routine.
But then, maybe you're doing something I hadn't thought of...fess up :)
Dave
Back to top
Walt Engle
Guest





Posted: Fri Oct 29, 2004 11:56 pm    Post subject: Re: Weld symbols Reply with quote

Dave Jones wrote:

Quote:
Welds.lsp...much easier :) Screen shot attached
Dave
"Walt Engle" <wengle@houston.rr.com> wrote in message
news:41827ED5.3C80DE2B@houston.rr.com...
Dave Jones wrote:

"Walt Engle" <wengle@houston.rr.com> wrote in message
news:41826214.752DA3FA@houston.rr.com...
(snip)
My blocks cover the entire range and once made are easier to use than
a
lsp routine.

How do you change weld size or spacing values? How to you add tail
notes? I
went through the trouble in R14 to build a weld symbol block library and
promptly dumped it when I tried Weld.lsp. I can't imagine inserting
blocks
and editing attributes being anywhere as close to as fast as this
routine.
But then, maybe you're doing something I hadn't thought of...fess up :)
Dave

Okay, I will "fess up"; See attached pdf file. Upper left fillet weld was
inserted and exploded upon insertion. Copied it to upper middle and
changed
text to 1/4; copied again to upper right and added allaround symbol.

Second left inserted and exploded; copied to middle and added tail with
"typ".

Bottom left, inserted and exploded; copied to middle and added field weld
flag.

All welds exploded at insertion and are scaled per dimscale. I have 18
welds
and six symbols all as slides in my pulldown listed separately as a Pop.
when I
pick one of the slide windows, the weld is inserted automatically where I
want
it, i.e., the arrow point is inserted at a specific location. Because they
are
exploded, I can stretch them as I want.



[Image]

To each his own. The basic problem is lsp routines is that Autodesk in their
"wisdom" has a tendency to change basic lsp programming from time to time,
making present routines useless - just go back and you'll find a LOT of users
who no longer can use their routines.
Back to top
Dave Jones
Guest





Posted: Sat Oct 30, 2004 12:56 am    Post subject: Re: Weld symbols Reply with quote

"Walt Engle" <wengle@houston.rr.com> wrote in message
news:4182A054.21B54AD1@houston.rr.com...
Quote:
Dave Jones wrote:

Welds.lsp...much easier :) Screen shot attached
Dave
"Walt Engle" <wengle@houston.rr.com> wrote in message
news:41827ED5.3C80DE2B@houston.rr.com...
Dave Jones wrote:

"Walt Engle" <wengle@houston.rr.com> wrote in message
news:41826214.752DA3FA@houston.rr.com...
(snip)
My blocks cover the entire range and once made are easier to use
than
a
lsp routine.

How do you change weld size or spacing values? How to you add tail
notes? I
went through the trouble in R14 to build a weld symbol block library
and
promptly dumped it when I tried Weld.lsp. I can't imagine inserting
blocks
and editing attributes being anywhere as close to as fast as this
routine.
But then, maybe you're doing something I hadn't thought of...fess up
:)
Dave

Okay, I will "fess up"; See attached pdf file. Upper left fillet weld
was
inserted and exploded upon insertion. Copied it to upper middle and
changed
text to 1/4; copied again to upper right and added allaround symbol.

Second left inserted and exploded; copied to middle and added tail
with
"typ".

Bottom left, inserted and exploded; copied to middle and added field
weld
flag.

All welds exploded at insertion and are scaled per dimscale. I have 18
welds
and six symbols all as slides in my pulldown listed separately as a
Pop.
when I
pick one of the slide windows, the weld is inserted automatically
where I
want
it, i.e., the arrow point is inserted at a specific location. Because
they
are
exploded, I can stretch them as I want.



[Image]

To each his own. The basic problem is lsp routines is that Autodesk in
their
"wisdom" has a tendency to change basic lsp programming from time to time,
making present routines useless - just go back and you'll find a LOT of
users
who no longer can use their routines.


what's the old saying about old dogs and new tricks? :) I've never had any

problems with any of my customization working with the latest Acad and I
started customizing in R12 when I went from DOS to Windows version. Now
using 2005. If you noticed, the original lisp routine was written 5 years
ago and still works fine. Not using outside routines because "they may not
work someday" is not a real good reason IMO...but, like you said, to each
his own.
Dave
Back to top
Brian Spillane
Guest





Posted: Sat Oct 30, 2004 10:07 am    Post subject: Re: Weld symbols Reply with quote

Are you referring to this one ?

Tip1735a: WELD.LSP Automated weld symbols (c)2001, Chris Crain
$50 Bonus Winner
Copyright (C) 1997 by Christopher S. Crain
_ _ _ _ _ _ _ _ _

"Harold Leveritt" wrote in message
Quote:
Search the archives at Cadalyst (link below) for a shareware weld symbol
routine that works great.

http://new.cadalyst.com/code/
Back to top
William J Wright
Guest





Posted: Sat Oct 30, 2004 6:34 pm    Post subject: Re: Weld symbols Reply with quote

I use a lisp program that draws the symbol (annonomise block, this way I
know if it has been exploded the specs data may not be correct) based on
user input. The dialog box is large (text only) to cover most of the
possible combinations and standard sizes we use. I do not deal with some of
the additional components of the symbol (ie: number of spots, finish
method, root opening, groove angle).

I add the all round, field and tail notes (ie: TYP) if selected.

If specifications option is selected, it will launch a second dialog box to
request material type and size to determine the preheat temperature and the
weld specification number by searching a text file for the corresponding
sizes and material types and add them to the tail. This is a lot easier and
more accurate the looking it up yourself.

Bill
Back to top
john noon
Guest





Posted: Sun Oct 31, 2004 11:18 pm    Post subject: Re: Weld symbols Reply with quote

I just checked out catalyst looking for the welds LISP without any luck at
all.
using the following information
;Welds.lsp
:Author - Don Jacobsen

Are there any other locations I may download this AutoLisp from or if
allowed someone could email me the Lisp directly at johnanoon@hotmail.com

Thank You

John


"Dave Jones" <spamless@nospam.com> wrote in message
news:418289c1_3@newsprd01...
Quote:
Welds.lsp...much easier :) Screen shot attached
Dave
Back to top
wookie
Guest





Posted: Mon Nov 01, 2004 8:52 am    Post subject: Re: Weld symbols Reply with quote

Thanks for the input.
Sounds like a free LISP is the way to go for us. Which is what I was thinking but our IT dude is trying to move us away from LISP, due to cost in $ and time when they stop working. I reckon if it falls over in a future release, there's not much cost in digging out an all new free LISP to replace it with........
Back to top
OLD-CADaver
Guest





Posted: Mon Nov 01, 2004 5:56 pm    Post subject: Re: Weld symbols Reply with quote

<< our IT dude is trying to move us away from LISP, due to cost in $ and time when they stop working. >>

In favor of what? I have lisp functions written 15 years ago that work just fine. The only time a function should fail, is when the core program changes functionality. If that happens ALL customization using that core functionality will need to change as well, whether lisp or anything else.
Back to top
wookie
Guest





Posted: Tue Nov 02, 2004 4:53 am    Post subject: Re: Weld symbols Reply with quote

exactly what I think OLD-CAD
I think there are other reasons why some of them dont work on some machines....but thats a topic for another post.
His main argument is lack of support. Currently we pay an IT contractor to fix lisp issues, but I'm working on that too.
Back to top
Brian Spillane
Guest





Posted: Wed Nov 03, 2004 6:23 am    Post subject: Re: Weld symbols Reply with quote

Try Cadalyst again, look for this one;

Tip1735a: WELD.LSP Automated weld symbols (c)2001, Chris Crain
$50 Bonus Winner
Copyright (C) 1997 by Christopher S. Crain


"john noon" <johnanoon@hotmail.com> wrote in message
news:41852c79$1_1@newsprd01...
Quote:
I just checked out catalyst looking for the welds LISP without any luck at
all.
using the following information
;Welds.lsp
:Author - Don Jacobsen

Are there any other locations I may download this AutoLisp from or if
allowed someone could email me the Lisp directly at johnanoon@hotmail.com

Thank You

John


"Dave Jones" <spamless@nospam.com> wrote in message
news:418289c1_3@newsprd01...
Welds.lsp...much easier :) Screen shot attached
Dave

Back to top
 
Post new topic   Reply to topic    CADForums.net Forum Index -> Drafting All times are GMT
Page 1 of 1

 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum




Windows Server DSP VoIP Electronics New Topics
Contact Us
Powered by phpBB