-
Website
http://www.solidsmack.com/ -
Original page
http://www.solidsmack.com/399/2007-08-29/ -
Subscribe
All Comments -
Community
-
Top Commenters
-
Charles Culp
39 comments · 3 points
-
JeffMirisola
21 comments · 3 points
-
bcourter
22 comments · 2 points
-
MatthewWest
32 comments · 2 points
-
Bruce Buck
78 comments · 7 points
-
-
Popular Threads
-
Should I Wait to Vomit 3D CAD or Move to Windows 7 and #SolidWorks 2010? Win a SpacePilot PRO (RT This!!)
1 day ago · 29 comments
-
The New Terror of Bike Paths Around the World. Wheel Skates.
1 day ago · 2 comments
-
SolidWorks 1-upin’s AutoDesk on Conference Keynote. James Cameron Headlining #SWW10
3 days ago · 9 comments
-
Where Can You Score a Sweet SolidWorks Rig? SolidBox.
1 week ago · 10 comments
-
Flattening a Non-linear Conical Surface in SolidWorks. Is it Possible?
1 week ago · 12 comments
-
Should I Wait to Vomit 3D CAD or Move to Windows 7 and #SolidWorks 2010? Win a SpacePilot PRO (RT This!!)
Bruce - I remember the horrors of working with an AS400 system a while back. I'm sure it's gotten better, but that is strange there's nothing to link the two. Sounds like a software product idea. :)
If I type in text that is too long and causes the row height to get mangled, I simply RMB over a row that is the original/correct height I want, go to Formatting, Row Height and see what the value is. Then I change the one that got mangled to that value.
OR, to you can just, after you're done with everything, RMB on the table and go to Formatting - Entire Table and enter the values you want. Just keep entering values until you get the proportions you want.
Hope that helps.
I deal with a ton of assemblies, most of which are simple and just need quantity, part number, and description. Just not enough functionality to make the switch from Excel worth it.
Brian, CADFanatic
http://www.cadfanatic.com/
how can i link the parts of an assamble that is made of part that are defined by lenght weight, thick and qty to an exel table, so i can create automaticli a table with this features starting from an existing assembly. escuse my english please.
thnx
We have had the same problem, as most of you are having here, in fact there is a 3rd party software out there to link the two, which is called CustomTools. We have been using it for 3 years now, and it helped us a lot as you are able to connect the BOM to ERP and MPR systems. The software presents other functionalities such as the batch printing. I have to say that our team has been very pleased by the software. I know that there is demo, but I cannot remember where you can find it.
Matthew
Some of you look very satisfy with this CustomTools, but where can i find it? Thank you
After trying CustomTools, I have to say that it is the ultimate tool to manage your custom property and link your ERP to SW. There are some very useful tools, such as the batch printing tool and assembly copy tools. Some of them we did not used (DWG translationt tool, or CustomNotes).
At the end we bought 10 seats, I have to say that we received a very good support from them during the trial time. Very satisfied with that product
$PRP:"SW-File Name(File Name)"
Now just add that Property to your Excel BOM Template.
I am currently making up a BOM list (for production purposes).
My BOM type is "Parts Only", so I get a list of all my parts.
Now in my main assembly, I have one custom property which is called Quantity, which basically is the total amount required of that final product (which consists of a group of parts as well).
Every part also has a custom property called quantity, so my bill of materials tells me how many parts I need for 1 assembly.
I have two rows for quantities, one for a single assembly, and one for the total amount of assemblies required. I was thinking of making a formula like:
Total quantity = Single quantity * assembly quantity
This would work perfectly, however...I can't seem to find a way to link to that Main assembly custom property or any for that mater. All the other custom properties I can link to no problem and calculate stuff, but I'd like to know if there's a way of reading custom properties from a specific assembly, when it's not in the BOM list.
Thanks in advance
In your case, you could add a Column and select 'EQUATION' from the pulldown and enter your equation from the attributes below to get Total Quantity.
Hope this helps! Thanks for the comment!
Thanks for your quick reply!
I tried the $PRPSHEET option and it works!
But I have another problem now, in the cell I get =`Quantity` * 3"
`Quantity` is a custom property in each part...I also Tried 'QTY' * 3...but I get the same problem.
Thanks again
am I doing anything wrong?
Should the equation editor be smart enough to ignore that?
I tried the # trick on the Row name, but didn't work either.
Thanks again
We also have a need for such as that.
Qty of parts * total # of unit made
I have an assembly which represents one unit. It has a custom property of "TotalQTY"
I was able to get my BOM to show the total needed by adding a cloumn which shows.
'QTY' * $PRPMODEL:"TotalQTY"
I tried holding down the control key and selecting more then one row or column and it would
slect all, but only update one of them.
Thanks