May 18, 2012

Backup and Restore AutoCAD System Variables

If you join some discussion group, you may see many problems are simply because the AutoCAD system variable has changed. The most common variables that cause confusion are FILEDIA and PICKFIRST. There are some more, but those two are very common.

Why this happens? It can happen when you use an AutoCAD command (mostly on AutoCAD based vertical products) and cancel it before it finished. Or the command ends prematurely somehow. It can also caused by some AutoLISP program that change the system variables but not return the original value. If you often download AutoLISP from internet, this problem can happen. There are hundreds of system variables, so you would better backup your original configuration before trying a new LISP. If something went wrong after using that LISP, you can restore the variables easily.

There is a tool that we can use for this purpose: system variable editor.

System_Variable_Editor

This tool is a part of express tools, so you need to make sure you have express tools installed. System variable editor is for editing your system variables easily. You can see the variable, read the description, compare the initial and current value. Very useful if you play with system variable a lot. But see in the red rectangle: you can save all the variables and restore it later!

System_Variable_Editor_dialog

If your AutoCAD works fine, backup your system variables now!

Advertisement

You might also interested to

  1. Set default system variables in acaddoc.lsp
  2. How to: See Your Complete AutoCAD System Variable List
  3. Control blipmode in AutoCAD 2012
  4. How to use the AutoCAD status line to provide real time reporting
  5. Controlling Linetype Scale is as Easy as 1,2,3!

Search for more articles

Custom Search
About Edwin Prakoso

Edwin works as an Application Engineer in Jakarta, Indonesia. He has 4 years experience in building industry, then start to work for Autodesk reseller.
He is certified as Revit Architecture 2010 certified professional and CATIA V5 part design specialist. Currently he is involved as team leader for implementing SmarTeam as PDM in several companies.
You can reach him on twitter @cad_notes. You can also connect with him on LinkedIn. If you prefer email, reach him at edwin.prakoso@cad-notes.com.

  • Pingback: I can't select objects then press del in AutoCAD! | CAD Notes

  • http://www.stbartl.at Stephan Bartl

    DANGER: The “Save” option is buggy. It does not store the real numbers with enough precision. When the saved file is read back into Acad with the “Read” option then most likely some of the sysvar-values will get corrupted. Especially dangerous is it with any angles that are stored in Rad in the exported file.