+ Reply to Thread
Results 1 to 5 of 5

Thread: Piping 2d

  1. #1
    Forum Newbie
    Using
    AutoCAD 2006
    Join Date
    Jul 2007
    Posts
    1

    Default Piping 2d

    Registered forum members do not see this ad.

    does anybody out there know of a good, free 2d piping program out there? the one I had been using is called NHT. having trouble loading it up on my laptop. please help.

    thanks

    franco
    Last edited by fabatt; 27th Jul 2007 at 10:20 pm. Reason: spelling, grammer

  2. #2
    Forum Newbie
    Using
    AutoCAD 2008
    Join Date
    May 2008
    Posts
    2

    Default

    Quote Originally Posted by fabatt View Post
    does anybody out there know of a good, free 2d piping program out there? the one I had been using is called NHT. having trouble loading it up on my laptop. please help.

    thanks

    franco
    I have been using NHT since ACAD2000 up to and including ACAD2008. Because NHT was designed for older autocad versions (the last NHT was, I believe, dated 1996) and it is DOS based and not Windows based, it's compatibility with the newer versions is a little tricky. But I can load in all the modules. Here's what I do (file names and sub-directory names are as per my NHT file structure and may differ somewhat from yours):

    In Autocad, under Tools/Load Application,

    Find your NHT directory and load in the following files:
    dos_nht4.lsp
    dosnht4c.lsp
    loadnht4.lsp
    nht4.lsp

    Then go to the individual module sub-folder and load in the two lsp files you see. In your case go to the PI directory and load in:
    dos_pipe.lsp
    nhtpipe.lsp

    That should get the piping section of NHT loaded. You will have to do this every time you start autocad. I have not tried putting these files in startup suite as I don't need them all the time. I am not sure if all these files need to be loaded, but this is the combination I found that works and don't want to mess with it.

    There should be a toolbar for NHT that, on my screen anyway, has question marks for the buttons because there are no bitmaps assigned to them and I didn't bother fixing it because I use NHT intermittently.

    Hope this helps.

  3. #3
    Super Member Tankman's Avatar
    Computer Details
    Tankman's Computer Details
    Operating System:
    XP Pro SP3
    Computer:
    IBM T60 Thinkpad™
    Monitor:
    36" LCD Monitor/TV, 14" Thinkpad™ T60
    Using
    AutoCAD 2007
    Join Date
    Mar 2008
    Location
    Eastern PA, USA
    Posts
    1,794

    Default

    Try ordering this free $0.00 CD from Charlotte Pipe.

    https://shop.charlottepipe.com/lit/c...d=26&openid=26

    What type of pipe, cast, lined steel, masonry, plastic?
    Tankman

    "When the well is dry, we know the worth of water." Ben Franklin ~ 1746

  4. #4
    Forum Newbie
    Computer Details
    Kuzspike's Computer Details
    Operating System:
    windows XP Pro
    Computer:
    Dell Precsion 4400
    Using
    P&ID 2010
    Join Date
    Feb 2010
    Location
    boyertown PA
    Posts
    1

    Default

    Quote Originally Posted by mossman View Post
    I have been using NHT since ACAD2000 up to and including ACAD2008. Because NHT was designed for older autocad versions (the last NHT was, I believe, dated 1996) and it is DOS based and not Windows based, it's compatibility with the newer versions is a little tricky. But I can load in all the modules. Here's what I do (file names and sub-directory names are as per my NHT file structure and may differ somewhat from yours):

    In Autocad, under Tools/Load Application,

    Find your NHT directory and load in the following files:
    dos_nht4.lsp
    dosnht4c.lsp
    loadnht4.lsp
    nht4.lsp

    Then go to the individual module sub-folder and load in the two lsp files you see. In your case go to the PI directory and load in:
    dos_pipe.lsp
    nhtpipe.lsp

    That should get the piping section of NHT loaded. You will have to do this every time you start autocad. I have not tried putting these files in startup suite as I don't need them all the time. I am not sure if all these files need to be loaded, but this is the combination I found that works and don't want to mess with it.

    There should be a toolbar for NHT that, on my screen anyway, has question marks for the buttons because there are no bitmaps assigned to them and I didn't bother fixing it because I use NHT intermittently.

    Hope this helps.
    I've been using NHT for quite a while by changing a line in the LoadNHT4.lsp routine to reflect what version of windows i'm running.
    Unfortunatly, I haven't been able to figure out what the secret code word is to get it to run using windows XP.
    Anyone able to help me out?

  5. #5
    Forum Newbie
    Using
    AutoCAD 2010
    Join Date
    Mar 2010
    Posts
    1

    Default

    Registered forum members do not see this ad.

    Create new lisp file XPloadNHT.lsp

    (setq nht4pre "C:/NHT4")
    (load (strcat nht4pre "NHT4"))
    (load (strcat nht4pre "fa/fastener"))
    (load (strcat nht4pre "st/nhtsteel"))
    (load (strcat nht4pre "pi/nhtpipe"))
    (load (strcat nht4pre "we/nhtweld"))


    Top Line should indicate NHT path

    In AutoCAD add to Application Load Startup Suite:

    XPloadNHT.lsp
    NHT4.lsp

Similar Threads

  1. Piping Spec sheet
    By Cadracer504 in forum Catch All
    Replies: 8
    Last Post: 13th Dec 2009, 07:38 am
  2. Anyone know of a good industrial piping program?
    By Missing Link in forum Catch All
    Replies: 6
    Last Post: 3rd Jul 2007, 05:46 pm
  3. Piping Symbol - double regulated valve?
    By Surrey in forum AutoCAD Drawing Management & Output
    Replies: 2
    Last Post: 10th Aug 2006, 09:26 am
  4. ABS 2006 - UK Tools Metric - Piping - Solvent Welded - UPVC
    By Stuart in forum Autodesk Software General
    Replies: 1
    Last Post: 4th May 2006, 01:11 pm
  5. 3 Dimensional piping symbols, valves, etc.?
    By murphysm in forum AutoCAD 3D Modelling & Rendering
    Replies: 5
    Last Post: 5th Apr 2006, 09:41 pm

Bookmarks

Posting Permissions

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