+ Reply to Thread
Results 1 to 4 of 4
  1. #1
    Full Member
    Using
    Architecture 2010
    Join Date
    Aug 2007
    Location
    England
    Posts
    98

    Default Saving changes to system variables

    Registered forum members do not see this ad.

    Hi

    Is it possible to save changes made to system variables?
    I prefer to have 'ucsfollow' set to '1' but at the moment every time I open a drawing I have to reset it as it defaults back to '0'. I thought in 2005 it remember the last settings when you exited a drawing but in 2008 it doesn't appear to.

    Many thanks

  2. #2
    Forum Deity
    Computer Details
    lpseifert's Computer Details
    Computer:
    A bit faster than an abacus
    Using
    Civil 3D 2008
    Join Date
    Sep 2006
    Location
    Pittsburgh, PA, USA
    Posts
    3,258

    Default

    Ucsfollow is saved in the drawing file, so unless you have a third party or startup application that changes it upon startup it should remain as you saved the drawing. If this is happening just when creating a new drawing, then change the variable in the template. Or... you could put this line in your acaddoc.lsp file.
    (setvar "ucsfollow" 1)

  3. #3
    Super Moderator SLW210's Avatar
    Computer Details
    SLW210's Computer Details
    Operating System:
    Windows XP Pro
    Computer:
    HP Compaq dc 7600 Convertable
    Motherboard:
    ACPI Multiprocessor
    CPU:
    Intel Pentium D 3.4 GHz
    RAM:
    2 GB RAM
    Graphics:
    NVIDIA Quadro NVS 285
    Stotage:
    250 GB
    Monitor:
    Sony Multiscan E540 & Viewsonic P815
    Using
    AutoCAD 2008
    Join Date
    May 2007
    Location
    Memphis, TN USA
    Posts
    3,445

    Default

    You may have something, such as a LISP, resetting it. You could try this...

    add the following line of code to your acaddoc.lsp file....... (setvar "UCSFOLLOW" 1)

    Beaten by Lightning lpseifert.
    Be careful what you wish for, it may come true.

  4. #4
    Full Member
    Using
    Architecture 2010
    Join Date
    Aug 2007
    Location
    England
    Posts
    98

    Default

    Thanks. I created a one line lisp file and put it in the startup suite and it seems to work fine.

Similar Threads

  1. ACADINFO.LSP - Text file dump of AutoCAD system variables.
    By JimWebster in forum AutoLISP, Visual LISP & DCL
    Replies: 3
    Last Post: 19th Jan 2010, 08:22 pm
  2. System variables affecting the display of 3D solid models
    By AutoCAD Tips Blog in forum AutoCAD RSS Feeds
    Replies: 0
    Last Post: 31st Jan 2007, 12:20 am
  3. AutoCAD LT 2005 System Variables and concatenation
    By noochstyle in forum AutoCAD Drawing Management & Output
    Replies: 2
    Last Post: 16th Jan 2007, 09:38 pm
  4. wacky system variables...
    By originalsurfmex in forum AutoCAD Drawing Management & Output
    Replies: 0
    Last Post: 9th Feb 2006, 09:53 pm
  5. System variables
    By mrjangles in forum AutoCAD Drawing Management & Output
    Replies: 3
    Last Post: 30th Nov 2005, 08:59 am

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