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

Thread: Units keep reverting to decimal units, max precision, angles set at h/m/s

  1. #1
    Member Jettero2112's Avatar
    Join Date
    2000-12
    Posts
    24
    Login to Give a bone
    0

    Angry Units keep reverting to decimal units, max precision, angles set at h/m/s

    No matter what drawing I open or how I save it I always have to change my units settings on every drawing because they always revert back to decimal units, max precision, angles set at h/m/s. Is there a variable to change this to what I want it to be (architectural, 1/16" precision) all the time. Annoying but not devistating. Any help would be greatly appreciated. Can't find anything in the help or rest of forums. Thanks for the help.

  2. #2
    ACA/AMEP Community Chair stelthorst's Avatar
    Join Date
    2003-10
    Location
    San Francisco CA
    Posts
    1,190
    Login to Give a bone
    0

    Default Re: Units keep reverting to decimal units, max precision, angles set at h/m/s

    I use ABS so I'm not sure if it's the same in vanilla CAD but in my drawing setup dialog box there is a check box on the lower left corner that says "Save as default" You should be able to change your units the way that you like and click the save as defaults button.

    Hope this helps,
    Scott Telthorst
    Quality Control Manager
    Helix Electric, Inc.
    www.helixelectric.com

    Some see the glass as half full, others as half empty. As an engineer I see the glass as twice as big as it needs to be. ~Unknown~

  3. #3
    The Silent Type Mike.Perry's Avatar
    Join Date
    2000-11
    Posts
    13,656
    Login to Give a bone
    0

    Question Re: Units keep reverting to decimal units, max precision, angles set at h/m/s

    Hi

    Are you using vanilla AutoCAD or a vertical product ie ADT or LDT etc ?

    Have a good one, Mike

  4. #4
    Member Jettero2112's Avatar
    Join Date
    2000-12
    Posts
    24
    Login to Give a bone
    0

    Default Re: Units keep reverting to decimal units, max precision, angles set at h/m/s

    Using vanila 2007. Thanks.

    Quote Originally Posted by Mike.Perry
    Hi

    Are you using vanilla AutoCAD or a vertical product ie ADT or LDT etc ?

    Have a good one, Mike

  5. #5
    I could stop if I wanted to johan d's Avatar
    Join Date
    2006-01
    Location
    Belgium
    Posts
    287
    Login to Give a bone
    0

    Default Re: Units keep reverting to decimal units, max precision, angles set at h/m/s

    I have the same problem with INSUNITS keep changing to inches.
    When setting to millimieters (4) closing and reopening the drawing, they are back to inches.

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

    Default Re: Units keep reverting to decimal units, max precision, angles set at h/m/s

    It appears some code is automatically run that is adjusting your drawing's settings.

    Do you have an ACADDOC.LSP file within your Support Paths or the directory the current drawing is located? You can have AutoCAD help you find the one it is looking at with the below code.

    Code:
    (findfile "ACADDOC.LSP")
    Copy and paste the above code to your command line. This will tell you the directory name and location of the above file.
    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

  7. #7
    Member Jettero2112's Avatar
    Join Date
    2000-12
    Posts
    24
    Login to Give a bone
    0

    Default Re: Units keep reverting to decimal units, max precision, angles set at h/m/s

    I get 'NIL' as a response. I did a search and I do not have the file. I found a white paper on the Adesk site about doing: tools> options>open & save> change demand load objectarx apps to 'command invoke'. Still didn't work. Thanks for the help.

    Quote Originally Posted by Opie
    It appears some code is automatically run that is adjusting your drawing's settings.

    Do you have an ACADDOC.LSP file within your Support Paths or the directory the current drawing is located? You can have AutoCAD help you find the one it is looking at with the below code.

    Code:
    (findfile "ACADDOC.LSP")
    Copy and paste the above code to your command line. This will tell you the directory name and location of the above file.

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

    Default Re: Units keep reverting to decimal units, max precision, angles set at h/m/s

    You may also check in your Startup Suite by using the APPLOAD command. There may be an ACAD.LSP. It could have also been erroneously placed in the ACAD200?.LSP or ACAD200?DOC.LSP. (Replace the ? with the last digit of your AutoCAD version.)
    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

  9. #9
    Member Jettero2112's Avatar
    Join Date
    2000-12
    Posts
    24
    Login to Give a bone
    0

    Default Re: Units keep reverting to decimal units, max precision, angles set at h/m/s

    I found the files acad2007doc.lsp and acad2007.lsp in the support directory. Any idea what I should be looking for in them?

    Quote Originally Posted by Opie
    You may also check in your Startup Suite by using the APPLOAD command. There may be an ACAD.LSP. It could have also been erroneously placed in the ACAD200?.LSP or ACAD200?DOC.LSP. (Replace the ? with the last digit of your AutoCAD version.)

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

    Default Re: Units keep reverting to decimal units, max precision, angles set at h/m/s

    These system variables are the ones that you need to look for. The AutoCAD Help explains the different settings.

    • LUNITS
    • LUPREC
    • AUNITS
    • AUPREC

    The ones starting with L are for linear settings and the ones starting with A are for angular settings.
    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

Page 1 of 2 12 LastLast

Similar Threads

  1. Replies: 4
    Last Post: 2007-12-10, 07:03 PM
  2. Convert Civil drawings using decimal units into Arch. units
    By tlarocco in forum AutoCAD Civil 3D - General
    Replies: 4
    Last Post: 2006-07-17, 05:52 PM
  3. Units and Dimension Style Reverting
    By michaelk.66774 in forum AutoCAD General
    Replies: 1
    Last Post: 2004-10-29, 09:04 PM
  4. Precision Units
    By mikeo in forum AutoCAD LT - General
    Replies: 4
    Last Post: 2004-09-20, 06:48 PM
  5. Units reverting to Architectural / Imperial
    By bill.73461 in forum ACA General
    Replies: 3
    Last Post: 2004-08-19, 02:16 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
  •