AutoCAD 2010 :: Updating An Existing Table
Mar 24, 2012
I'm attempting to create a table within autocad that I can update as I add new things to my drawing.
I have a ton of dblocks that carry attributes with them, and I want to be able to have the table in autocad populate with the information from each insertion.
The table in autocad will be linked to an excel spreadsheet that should also be updated (either as a separate action or automatically... not sure what would be better).
The table in excel will go through a system of formula that will divide it up into useable groups for me. How do I update a table within Autocad, instead of having to create a new table every time I want to add data to the extraction information?
View 1 Replies
ADVERTISEMENT
Aug 22, 2012
I have recently updated my template files in Inventor (.idw, .ipt (standard/sheet metal), .iam (standard/weldment)).I added ilogic rules and custom iproperties to them.
I would like to update all my existing files to have these changes so they would be available when we copy design new parts.Is there a way automate the process of updating these files? I have about 4924 of them.
View 1 Replies
View Related
Sep 11, 2013
I inserted a table from excel to autocad with copy-edit/paste special/paste link / Microsoft excel worksheet(code) and everything seems to work nice until I closed the excel. After that no automatic updates to cad files.
PS: I checked the properties of the excel table and it is linked.
View 4 Replies
View Related
Sep 5, 2013
updating the source of a custom table in a drawing. I wrote a design copy rule that takes a template "module" and saves all the files off into the customer's project folder. This latest module has an orientation chart that details the location of key features and is displayed on the drawing. We're driving the chart using an external excel file. I can get the reference in the assembly to update with no problem by just telling the driving rule to look for an excel with matching project and assembly numbers in the same folder as the assembly.
However, when I try and update the reference in the drawing, I can get the "3rd Party" link to change, but it doesn't change the actual link in the table. Here's a pic of the tree and my part of the current code. How can I make it update the actual link?
TryDim oSht As Sheet = oDwgDoc.Sheets.Item(1)Dim oChart As CustomTable = oSht.CustomTables.Item(1) MsgBox(oChart.Title)Dim oChartDesc As FileDescriptor = oChart.ReferencedDocumentDescriptorchartDocName = oDwgDoc.ReferencedDocumentDescriptors.Item(1).FullDocumentNameIf chartDocName.Contains("OrientationChart") ThenMsgBox("The dude contains")End If orientChartName = Left(iProperties.Value("Custom", "OldName"),
[code]....
View 1 Replies
View Related
Nov 21, 2011
In fact, some of the things I've found online refer that you cannot automatically replace entire Titleblock Templates for existing Sheets in the Sheet Set Manager. So, here's my question:
Can you replace all existing Sheets in a Sheet Set with an entirely new Template file automatically, without opening each Sheet and re-inserting the Title block?
Example:
Let's say I have a Sheet Set. Inside the Sheet Set, I already have 20 sheets created. I then realize that my Template file is missing our company logo. I then have to open the Template file and insert my company logo. Well, this works for all newly created sheets from that point forward, but how can I get this change to automatically populate in the existing 20 Sheets that are already in the Sheet Set?
View 9 Replies
View Related
Mar 14, 2013
In our company, we put Excel tables in our drawings. The reason we've chosen for Excel-tables is that we can adjust the layout of the table quite easily. These tables consist of grouped cells in a particular company-specific layout. We select the range of the desired cells, copy and paste them in our AutoCAD drawing. This drawing is sent to our customers. The disadvantage of this method is, that when our customers (who use CAD-software of other brands) open the dwg, they don't see the table, but some kind of picture of the table.
Is there a way to 'explode' the excel-table, but keep the specific layout of the table? For attributes in blocks there's the 'Explode Attributes'-command in the Express-tools, but is there something similar for Excel-tables?
Product Design Suite 2014
Inventor 2012 SP2, Vault 2014
HP Workstation Z220
Intel Xeon 3.4GHz
16GB RAM
Nvidia Quadro 4000
Windows 7 Professional (64bit)
View 2 Replies
View Related
Sep 29, 2011
I use a style library. Have it in a read-only mode in the ipj file. My drawing created a new template with a rev table with required columns.
Now, I create a new drawing file and choose this template. add few views, insert a rev table. The rev table columns headings are the same as in the template. But the column widths aren't same as in the template.
I use manage->update. It warns me that the drawing would be matched as per the style library. I agree & OK.
No use, the columns are not same size? Though the style is read only from the drawing, I go to open the style editor to check the column widths. They are different from the template.
View 8 Replies
View Related
Oct 2, 2012
I noticed some errors in certain table entries in an i Feature of mine after I had already started creating parts using it. I've updated the table and when I add new instances of the feature to my part they work fine, but the existing instances of it stay the same size. Is there any way to force the existing instances to update?
The i Feature in question is a sketch and I'm using Inventor 2012, if either of those is relevant.
View 2 Replies
View Related
Feb 23, 2009
I have an existing web page that I would like to keep updating by adding new hyperlinks. I have built the page in Photoshop and "Save for Web" to MS Frontpage. The page will eventually have 36 slices in it so I can add hyperlinks to it.
My problem is that when I unhide a layer (for my new hyperlink) in Photoshop and resave for web into Frontpage, I have to add all of the hyperlinks again. If I add a new hyperlink each week, by the time I get to 36 weeks I will be tired of adding all of those hyperlinks each time I add one. Any ideas? I think the answer lies in the ImageReady part of Photoshop, but I'm not sure how to accomplish it.
View 1 Replies
View Related
Mar 19, 2004
i use special non standard non latin fonts, say font X.
and I save my files as PSD
when I open the same file later, photoshop7.0 ME asks me to update the layers in which there are those fonts as if it does not find font X among my system's fonts.
If I choose to update, the new font is totally different from font X, and font X is still there and I can use it....
what shall I do to prevent this ? I would highly appreciate your feedback.
(I surely do not want to rasterize my layers, as I would like to change the font later on)
View 3 Replies
View Related
Jan 7, 2010
how to add more fields to the dbf file of a shp (using AutoCAD Map 2010), other than calculation fields? I am often working on a shp and get asked to add more fileds to hold more data but cannot find a way to do in in AutoCAD (have to resort back to Arcview: but then that causes issues when I go back to the original CAD file that has the data connected to it).
View 7 Replies
View Related
Jun 26, 2012
I'm creating a routine to fill in my terminal strips. This routine worked perfectly in Vba but I'm now rewriting it for .NET...The problem is that I want to insert a block with attributes into different cells.The tables already exists. Below my function, I'm stuck on this part
Dim lonReturnedIds = FunBlockId() ' Calls the function FunBlockID to get the ID's of the attributes
' 0 = BlockID
' 1 = AttributeID of KleurB
' 2 = AttributeID of KleurO
TS.Cells(i, intPosition).Contents.Add()
TS.Cells(i, intPosition).Contents(0).BlockTableRecordId = lonReturnedIds(0)
TS.Cells(i, intPosition).SetBlockAttributeValue(lonReturnedIds(1), strCableConductor2WriteFirst)
Public Function Fun_StripUp(ByVal Po3dXY As Point3d, ByVal str_CableName As String, ByVal Str_CableConductor As String, ByVal strCable Conductor 2 Write As String, ByVal strCableConductor2WriteFirst As String, ByVal intPosition As Integer) As StringDim tAcadDoc As ApplicationServices.Document = ApplicationServices.Application.DocumentManager.MdiActiveDocumentDim myDB As.
[code]...
View 2 Replies
View Related
Jun 9, 2012
Is there a way to bring up the original dialogue box to edit an existing table? (TABLE brings the "Insert Table" dialogue box that lets you set number of rows and columns, it's this menu that I would like to bring up to revise existing table settings).
It seems hard to edit a table once it exists.
The reason I'm looking to do this is because I have an excel table linked (which I scaled to be larger) but every time I update the table to include new information it brings the new text in at the original text size (very small). I figure I could solve this by going back to the original table settings and setting an area on the sheet to update rather than selecting "Entire sheet"...
View 1 Replies
View Related
Mar 5, 2012
So we have to adjust the elevation of hundreds of drainage structures from their existing elevation to the new finished ground elevation.I know we can give this information within the structure label by adding a reference surface but we would like to produce a table with three columns:
Structure No. Existing Rim Elev. Proposed Rim Elev.
How to produce such a table?
View 6 Replies
View Related
Sep 4, 2012
We use a number of blocks with block tables for data extraction here, and whenever one of the blocks is modified and updated, all of the block tables reset to the default value. This happens for any block reference change, not just changes to the block table (which makes sense that it would reset).
How can we update these blocks without having to manually change all of the block tables afterwards?
View 2 Replies
View Related
Mar 26, 2013
I have inherited the task of maintining out companies tool palette for all standard blocks. In my efforts I have found a number is issues with the blocks and have made efforts to update the blocks, first using bedit and then by navigating to the palette directory folder where the .dwg files for the blocks are stored. Regardless of these files being changed the palette still inserts the block revision prior to my changes. I have even re-imported the template file to no avail.
Is there a way to have to palette reference the updated files or is there a better way to update these blocks so the palette recognizes the changes immediately?
View 9 Replies
View Related
Feb 21, 2012
Any settings that will automatically check changes to an xref and re-load it instead of just telling you "an xref needs reloading"? the problem is occuring when i go to publish and i end up with out-dated info because acad doesn't auto-refresh the xrefs.
View 7 Replies
View Related
Oct 7, 2012
I have around 700 pieces of dtext that all need to have their values raised by 10 is there any easy way of doing this?
View 3 Replies
View Related
May 28, 2013
I have multiple of the same drawings. The drawing will stay the same but the device names will be different for each drawing. Is there a way to have a excel lookup table for each device and each drawing can reference to ?
View 1 Replies
View Related
Nov 21, 2013
I have a project where 60 drawings will be duplicated for each of a dozen sites. Each site has a four digit prefix (i.e. 800X) that is added to the drawing number, equipment callouts, leaders and various notes throughout the sheets. Even using Find/Replace, this is a lot of work to revise every time I copy them, so I’m thinking that this is a job for fields, no?
Well, I had no problem making a “global” field called SiteNo and inserting it into the title block. Then I inserted the same field into a couple of references in the general notes as well, where it works fine. But when I put it into several leaders sprinkled throughout the drawing I found a problem: regen or regen all will update the title block and note references (all in paperspace, of course), but not the ones in model space. I’ve tried putting the field in both mtext and dtext, and I’ve checked to be sure FIELDEVAL is set to 31. Nothing makes fields in modelspace update.
But I know that the field is set up correctly. If I doubleclick any modelspace occurance (text or mleader), then right click and choose “update field”, it fills in the right value. This however negates my goal. If I have to select each one, I might as well put it in as text and use FIND/REPLACE on each individual drawing.
I was REALLY hoping that I could go to the properties of the sheet set, change one box, and see all occurrences in all drawings for that site update, which is my understanding of the purpose and power of fields. I've spent a lot of time searching the web, seen a lot of issues and solutions, but nothing that quite hits my problem.
View 9 Replies
View Related
Feb 12, 2013
I have updated the drawing file with the paper templates which has the paper sizes as blocks. I have deleted the Paper template palette and gone via the design center to create the updated tool palette which should have the updated paper template blocks. For some reason it is still inserting the old blocks even though the new source file has the amended details.
View 2 Replies
View Related
Jun 4, 2013
Currently we have about 30 sheets where we xref the same construction note and legend. The client is asking us to remove notes that don't apply to each sheet. For example, sheet 1 will not need note 2, 6, 10, 11. Sheet 2 will not need 3, 5, 10, and 11, etc.
Same goes for the legend- they don't want to see something if it does not apply to the sheet.
Other than bringing in those notes and legend into each sheet and modifiying it, I can't think of another way to do this. Previously, if I needed to change the wording of note 4, I change it once and I'm done. If I need to change anything now, I will need to open up 20 sheets.
Also, they want to remove the note completely, and not just cover up the note with "Not used this sheet."
View 9 Replies
View Related
Nov 19, 2013
At work we have been using layer states to set line weights and colors in multiple xref's for plotting demo and install drawings.
So what is happening is that we continue to receive updated files from other groups and I'm unclear on how to update the layer state to include the new layers that have been included in the updated xrefs.
View 1 Replies
View Related
Nov 8, 2011
I have various multi leader styles set up in my drawing. I place a multi leader (arrow and text not seperate mtext) then decided to change it to a different leader style let's say from ML48 to ML96. The problem happens when I try to change it again. It doesn't update to my new multi leader style. Example....from ML96 back to ML48 or any other style. It seems like I only get one opportunity to apply a different style.
View 9 Replies
View Related
Jun 11, 2012
I am using 2012 autoCad. I have created an external MS access database in 2010. I want to map some fields like Polyline areas to DB field. DBConnect wasn't that much usrful to me for external databse.(Or I might be missing something).
Is there anyway that I can map AutoCAD-2012 Polylines to External database field so that updating polyline auto updates the database??
View 2 Replies
View Related
Apr 17, 2013
I'm trying to edit our titleblocks. There is information we repeat at the top of the drawing like the drawing name, sheet number, total number of sheets, contract number, etc. It is ridiculous to have to type this information in twice. I tried creating both text and constant attributes at the top and insert field pointing to attributes at the bottom but all I get is ---- when inserted. My inserted field was ->Object->(selected attribute)->Value. I am using version 2011. I would think it should be easy to "repeat" values of attributes inside a block.
View 5 Replies
View Related
Feb 3, 2012
I have an exisitng attribute that have several line items. I want to add more items to this attribute same attribute. The attribute block name is "JLR24X36" and there are 15 existing tags within this attribute?
View 3 Replies
View Related
Oct 8, 2012
I am a GIS person and not familiar too much with AutoCAD. As you may know we can easily overlay GIS fles in GIS software as much as we would like to have , while having same coordinate system.Now my question is , Is it possible to overlay( Or Open, Add, Insert,..) a dgf file into an exiting one?
For Example, I have received 4 dxf file which they have all same units and coordinate for Pit Design and I just want to have all of them in one dxf. How I can merge them? I saw a hint on web for Copy Base Point but it was too complicated.
View 1 Replies
View Related
Aug 3, 2012
How do I create a new pointer using two existing pointers. I would like to create a pointer that combines the default arrow and the integral.
View 9 Replies
View Related
Jun 6, 2013
I installed AutoCAD on my pc with windows 7 and to complete the installation I had to change the registry file EULA from 0 to 1. Now it works but when I try to open an existing file it crashes.
View 1 Replies
View Related
Jul 29, 2012
Is there a method to import Layers from existing DWG file to another? I want to import all layers with their names.
View 3 Replies
View Related