Comparing the drawing-specific system variables of different DWG filesIssueYou would like to compare the values of the drawing-specific system variables in different DWG files. SolutionTo compare the drawing-specific system variables of two DWGs, you can convert the drawings to DXF and compare them using a tool that can compare text files, for example the free open source program Winmerge (http://winmerge.org). The following steps illustrate the process using WinMerge, for other text comparison tools the process should be similar. - Open each DWG in AutoCAD and save a copy of the drawing as DXF.
- Start Winmerge and open the two DXF-files.
- You should see three columns: The middle and right columnshould display the content of the DXF-files. In the left column you should see two bars with yellow lines. Each yellow line indicates a difference between the two DXF-files. You can click on the yellow lines to go to the specific location of each difference.
- The system variables are saved near the top of each dxf-file. Click on the left side of the first yellow line. You should see the value of the system variable that has a different value in each drawing
Example: In the screenshot below, the ATTMODE system variable has the value '0' in the left drawing (Zeichnung1.dxf) and the value '1' in the drawing on the right (Zeichnung2.dxf). 
Support – Terms of UseAUTODESK DOES NOT GUARANTEE THAT YOU WILL BE ABLE TO SUCCESSFULLY DOWNLOAD OR IMPLEMENT ANY SERVICE PACK OR WORKAROUND, OR ANY OF THE TIPS, TRICKS, EXAMPLES OR SUGGESTIONS OUTLINED IN ANY AUTODESK PRODUCT SUPPORT TECHNICAL DOCUMENTS. TECHNICAL DOCUMENTS, SERVICE PACKS AND WORKAROUNDS ARE SUBJECT TO CHANGE WITHOUT NOTICE TO YOU. AUTODESK PROVIDES TECHNICAL DOCUMENTS, SERVICE PACKS AND WORKAROUNDS "AS IS" WITHOUT WARRANTY OF ANY KIND, WHETHER EXPRESS OR IMPLIED, INCLUDING WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL AUTODESK OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF DATA, OR LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, THAT MAY OCCUR AS A RESULT OF IMPLEMENTING ANY SERVICE PACK OR WORKAROUND, OR ANY SUGGESTION OUTLINED IN ANY AUTODESK PRODUCT SUPPORT TECHNICAL DOCUMENT, EVEN IF AUTODESK OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. |