Page 1 of 2 12 LastLast
Results 1 to 10 of 19

Thread: Help / Guidance with building a routine for air conditioning duct layout

  1. #1
    I could stop if I wanted to
    Join Date
    2005-08
    Posts
    378
    Login to Give a bone
    0

    Cool Help / Guidance with building a routine for air conditioning duct layout

    Guys,
    In my line of work (HVAC Draftsman) I draw rectangular boxes of set sizes and lengths. These boxes will be all joined together in a continuous run starting in one place and ending in another. They often bends and turns as it snakes along on it's path and decreases in size as it progresses, It is air conditioning duct.
    I would like to be able to make a routine that asks the width and length of the rectangles and then asks for me to draw the path/ route with a polyline. Once done then converts the polyline into the rectangular blocks at the specified width and length. when it changes direction places a radius etc.
    I am not sure where to start or how to go about getting the data of the polyline (length of straight and angles/ direction) and then convert it to the rectangles.
    I am expecting this to be some what a challenge, I'm asking if anyone has a routine that may do something totally different though could work as a good base point to start from.

    If anyone could give any advice to point me in the correct direction as how I should approach this ? Anything would be greatly appreciated.


    Regards

    Stephen

  2. #2
    Administrator Opie's Avatar
    Join Date
    2002-01
    Location
    jUSt Here (a lot)
    Posts
    9,105
    Login to Give a bone
    0

    Default Re: Help / Guidance with building a routine for air conditioning duct layout

    Do you have a drawing or image that shows the steps or the final product (preferably the steps)?
    If you have a technical question, please find the appropriate forum and ask it there.
    You will get a quicker response from your fellow AUGI members than if you sent it to me via a PM or email.
    jUSt

  3. #3
    I could stop if I wanted to
    Join Date
    2006-07
    Posts
    233
    Login to Give a bone
    0

    Default Re: Help / Guidance with building a routine for air conditioning duct layout

    I found this website that has possibly what your are looking for. it is called HVACSimiliar http://www.cadopolis.com/shareware/s...0&TheKeywords=

  4. #4
    I could stop if I wanted to
    Join Date
    2005-08
    Posts
    378
    Login to Give a bone
    0

    Cool Re: Help / Guidance with building a routine for air conditioning duct layout

    Opie,
    Attached is hopefully enough information to explain what I am aiaming to do.
    I haven't looked at that site yet though about to.

    Thanks guys.

    Stepehen
    Attached Files Attached Files

  5. #5
    I could stop if I wanted to
    Join Date
    2005-08
    Posts
    378
    Login to Give a bone
    0

    Default Re: Help / Guidance with building a routine for air conditioning duct layout

    Guys,
    Downloaded the HVAC software though no luck. Won't work with 2007, wouldn't even install. Any further Ideas, have you been able to look at the file I left Opie ?

    Stephen

  6. #6
    All AUGI, all the time Avatart's Avatar
    Join Date
    2004-06
    Location
    Upsidedown in dreamtown
    Posts
    928
    Login to Give a bone
    0

    Default Re: Help / Guidance with building a routine for air conditioning duct layout

    Stephen,

    I have a routine that does not quite do what you are after, but it does draw 2D ductwork, square, round and some flat oval. It is detailed as you would expect a Consultant level drawing to be (ie, not very), but it could be a useful tool for you. It is a series of Image menus and Lisp routines and takes a bit of installing (I only really made it for myself). If you can PM me your email address, I can send it over to you with installation instructions.

  7. #7
    Administrator Opie's Avatar
    Join Date
    2002-01
    Location
    jUSt Here (a lot)
    Posts
    9,105
    Login to Give a bone
    0

    Default Re: Help / Guidance with building a routine for air conditioning duct layout

    Quote Originally Posted by stephen.coff
    Guys,
    Downloaded the HVAC software though no luck. Won't work with 2007, wouldn't even install. Any further Ideas, have you been able to look at the file I left Opie ?

    Stephen
    I have. I'm still trying to find some time for it.

    Do you have the blocks created you want to use?

    Are there any standard widths or will they need to be custom sizes?

    Also, will this need to be 3D?
    If you have a technical question, please find the appropriate forum and ask it there.
    You will get a quicker response from your fellow AUGI members than if you sent it to me via a PM or email.
    jUSt

  8. #8
    All AUGI, all the time Avatart's Avatar
    Join Date
    2004-06
    Location
    Upsidedown in dreamtown
    Posts
    928
    Login to Give a bone
    0

    Default Re: Help / Guidance with building a routine for air conditioning duct layout

    Of course, ABS does this all already....

  9. #9
    I could stop if I wanted to
    Join Date
    2005-08
    Posts
    378
    Login to Give a bone
    0

    Cool Re: Help / Guidance with building a routine for air conditioning duct layout

    Carl,
    I will PM you in a moment.
    You say ABS does this already ? Does this mean there could be a routine in ABS that could be pulled and utilised for any Autocad user to use ? The second question is how is it done ? Does it just add block after block etc once the parameters are set ie. the block width and length ?
    I am actually not sure about the best way to do it, I was looking atanother programe though it seems as though it uses sld files, could this be the case ?
    I don't understand the use for sld files to mu understanding it is just an image of the current view when made. Can we insert a sld file like and block ? is this the path I should be looking further at ?

    Opie,
    Blocks ? As you can probably tell from the above, I really am not sure of the smartest approach to accomplishing this, if it is blocks i could make blocks though thats a lot of blocks as the combination of duct sizes is huge. I think it needs to be something that is custom made on request.

    I don't wish to do it by offsetting the polyline and then adding the internal lines to make the spaces as this could get very messy should something be required to change whic is often the case.

    Stephen

  10. #10
    All AUGI, all the time Avatart's Avatar
    Join Date
    2004-06
    Location
    Upsidedown in dreamtown
    Posts
    928
    Login to Give a bone
    0

    Default Re: Help / Guidance with building a routine for air conditioning duct layout

    Quote Originally Posted by stephen.coff
    Carl,
    I will PM you in a moment.
    You say ABS does this already ? Does this mean there could be a routine in ABS that could be pulled and utilised for any Autocad user to use ? The second question is how is it done ? Does it just add block after block etc once the parameters are set ie. the block width and length ?
    I am actually not sure about the best way to do it, I was looking atanother programe though it seems as though it uses sld files, could this be the case ?
    I don't understand the use for sld files to mu understanding it is just an image of the current view when made. Can we insert a sld file like and block ? is this the path I should be looking further at ?

    Opie,
    Blocks ? As you can probably tell from the above, I really am not sure of the smartest approach to accomplishing this, if it is blocks i could make blocks though thats a lot of blocks as the combination of duct sizes is huge. I think it needs to be something that is custom made on request.

    I don't wish to do it by offsetting the polyline and then adding the internal lines to make the spaces as this could get very messy should something be required to change whic is often the case.

    Stephen
    Stephen,

    ABS is a vertical product that sits on top of ADT, which sits on top of AutoCad, you can't strip lumps out to use in raw AutoCad, it just doesn't work that way. They way ABS works is that it has "intelligent objects", which can be used to represent ducts in 2D or 3D and they can contain all the information required to size them (automatically if you want). This is the way in which many people drawing ductwork for a living are working now (myself included).

    SLD files are purely images that programmers often use (well, used to use) to drive Image menus, you'll see them in action when I send my ductwork routine over to you. You can't insert them into a drawing, usually they would be accompanied by a block that looks the same and would be inserted by clicking the SLD image in an Image menu.

    The way to use Blocks intelligently in AutoCad is done in two ways. If you are using V2006 or above, you can use Dynamic Blocks, which are like the old static blocks, but you can add sizing parameters, so for example, if you have a duct that is 600mm wide x 3000mm long, you would add these as parameters to your Dynamic Block. I have not yet seen a program that adds this data as it inserts them though (not to say that it doesn't exist, I just haven't seen one). The other way is to create a normal static block of your ductwork and use scaling factors when inserting (this is how my program works), so you would have a block of a piece of duct 1mm wide x 1mm long and scale it up at insertion by 600W x 3000L.

    There are many other ways that a program can create ductwork, a common one is to take your parameters, supplied by the program and make a bespoke block on the fly, though these can be tricky to edit. Another would be to create just the linework on the fly.

    Hope this helps, I'll go check my PM's now.

    Carl

Page 1 of 2 12 LastLast

Similar Threads

  1. Halftone Duct in Layout
    By solarsupplies in forum Revit MEP - General
    Replies: 2
    Last Post: 2011-12-16, 08:28 AM
  2. Duct and Duct Fiiting Schedule per Storey of the Building
    By Ricky Salmasan in forum Revit MEP - General
    Replies: 0
    Last Post: 2010-10-04, 09:29 AM
  3. 2 duct layout generation questions
    By timsea81 in forum Revit MEP - General
    Replies: 4
    Last Post: 2009-11-17, 02:11 PM
  4. Need help / guidance with my first routine
    By ReachAndre in forum AutoLISP
    Replies: 5
    Last Post: 2006-09-01, 02:25 PM
  5. Looking for help / guidance writing a routine
    By thomas.stright in forum AutoLISP
    Replies: 56
    Last Post: 2006-02-07, 07:54 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •