Search found 24 matches

by sloworks
Sat Mar 16, 2024 6:54 am
Forum: SolidWorks FAQ
Topic: bom list configuration equals active reference model config
Replies: 5
Views: 618

Re: bom list configuration equals active reference model config

josh wrote: Wed Mar 13, 2024 8:18 pm The BOM will link to the configuration currently shown in that view, but there's no link to the view itself.
Well, I would say that there is no (permanent) link, since bom configuration does not change when view configuration changes, and that's annoying -> enhancement request
by sloworks
Wed Mar 13, 2024 3:01 am
Forum: SolidWorks FAQ
Topic: bom list configuration equals active reference model config
Replies: 5
Views: 618

Re: bom list configuration equals active reference model config

You are using CopyTree, right? It is probably possible to make a macro that uses CopyTree and takes care of config as well.

This is problem also without PDM, by default bom config should be tied to view config, but it's not...risky stuff. Same with Weldment Cutlists.
by sloworks
Thu Feb 22, 2024 4:05 pm
Forum: Onshape
Topic: SolidTranslate
Replies: 11
Views: 1442

Re: SolidTranslate

For me, jumping from SW to Onshape is something that I would really like to do. But...most of my customers are using SW and I live in a small country, so there is not that many Onshape users so far. This kind of translator could be the answer or at least it could help a lot. I would like to see the ...
by sloworks
Thu Feb 22, 2024 3:16 pm
Forum: Onshape
Topic: SolidTranslate
Replies: 11
Views: 1442

Re: SolidTranslate

SW API has been always really open, so you can read the geometry, features, dimensions, custom properties etc. from the file and write it to what ever you want...nothing special there. If everything is going to be supported, it will be a huge work to maintain...and like Frederick mentioned, what if ...
by sloworks
Thu Feb 22, 2024 2:55 pm
Forum: Macro Library
Topic: Save PDF to PDM
Replies: 14
Views: 1420

Re: Save PDF to PDM

Yuo have to add it to the vault, otherwise it stays as local file https://help.solidworks.com/2021/english/api/epdmapi/EPDM.Interop.epdm~EPDM.Interop.epdm.IEdmFolder8~AddFile2.html or https://help.solidworks.com/2021/english/api/epdmapi/epdm.interop.epdm~epdm.interop.epdm.iedmbatchadd~addfilefrompat...
by sloworks
Thu Feb 22, 2024 12:28 pm
Forum: Macro Library
Topic: SWrw, read model dimensions to Excel and write them back
Replies: 1
Views: 184

SWrw, read model dimensions to Excel and write them back

You know how it is not possible to read part dimensions to Excel by using assembly design table. This does exactly that, so you can modify any dimension in any part in assembly. Also going to try to make this work with LibreOffice. Video: https://sloworks.fi/www/wp-content/uploads/2024/02/SWrw.mp4 D...
by sloworks
Thu Feb 22, 2024 12:11 pm
Forum: Macro Library
Topic: Save PDF to PDM
Replies: 14
Views: 1420

Re: Save PDF to PDM

by sloworks
Thu Feb 22, 2024 11:18 am
Forum: Macro Library
Topic: Save PDF to PDM
Replies: 14
Views: 1420

Re: Save PDF to PDM

Just an idea...you could also do a check-in for the exported files...PDM has quite nice support for VBA
by sloworks
Thu Feb 22, 2024 11:15 am
Forum: Macro Library
Topic: Read filename and folder
Replies: 1
Views: 196

Read filename and folder

Hi, small addition to my macros/add-ins This one reads active documents folder, filename and both and you can copy them to clipboard. I use it often for example with "save as to not native format" or when I have to email the full path to someone. GetDamnPathAndName.swp All my SW-stuff and ...
by sloworks
Tue Jan 23, 2024 10:55 am
Forum: Macro Library
Topic: Revision control app macro (release)
Replies: 26
Views: 9272

Re: Revision control app macro (release)

That is a neat workaround. I might actually borrow the idea for my projects too. But as far as revisions go, I still don't know of any non-messy solution... Still think this would work: One common revision for file to handle saving/restoring to/from repository. And then "subrevisions" for...
by sloworks
Mon Jan 08, 2024 5:17 am
Forum: Macro Library
Topic: Revision control app macro (release)
Replies: 26
Views: 9272

Re: Revision control app macro (release)

Hmm. One common revision for file to handle saving/restoring to/from repository. And then "subrevisions" for configurations and when one of those change, also the common revision changes? What am I missing, seems too simple?
by sloworks
Thu Jan 04, 2024 7:30 am
Forum: Macro Library
Topic: Revision control app macro (release)
Replies: 26
Views: 9272

Re: Revision control app macro (release)

Hi, excellent stuff! Thanks! Couple ideas: 1. All of us do not use "2-level revisions". I mean, I would like to just have revisions like "A,B,C..." or "1,2,3...". Or at least revision should be written to 2 different custom properties, so I could use only the 1st part o...
by sloworks
Sun Oct 01, 2023 2:37 am
Forum: API
Topic: change properties of assemblies and parts from an excel list
Replies: 7
Views: 984

Re: change properties of assemblies and parts from an excel list

Hi, no need to modify the code, just select correct SW-version (cell I1) Clipboard01.jpg Only reason that selection is there is that some of us have more than one SW-version installed on the same pc and then you want/need to define what version you want to use with SWie, otherwise you can use older ...
by sloworks
Fri Sep 30, 2022 2:56 pm
Forum: CAD Admin (Install, PDM, etc)
Topic: Advanced "where used"
Replies: 21
Views: 2607

Re: Advanced "where used"

Oh my gosh what an understatement! Trouble is we've had to use it for several years to figure out how to use it; it's the chicken and egg paradox. Nobody at our company had been around a file management system before. All any of us knew was how we use our files and nothing about PDM. VAR knows all ...
by sloworks
Fri Sep 30, 2022 7:35 am
Forum: CAD Admin (Install, PDM, etc)
Topic: Advanced "where used"
Replies: 21
Views: 2607

Re: Advanced "where used"

This mutli level where used gets very complicated if you have assemblies that are not using the latest version anywhere in the tree. You can select to show the where used for "all versions" of the first part, but after that each layer of where used is only for the version shown in the lis...
by sloworks
Fri Sep 30, 2022 7:32 am
Forum: CAD Admin (Install, PDM, etc)
Topic: Advanced "where used"
Replies: 21
Views: 2607

Re: Advanced "where used"

You could certainly write an add-in that pops up to the engineer a list of the where used items. Maybe you could go a step further and develop a check list program that the engineer must complete before they can submit the models for review. But there is nothing out of the box that does this.....no...
by sloworks
Mon Sep 26, 2022 4:36 am
Forum: CAD Admin (Install, PDM, etc)
Topic: Advanced "where used"
Replies: 21
Views: 2607

Re: Advanced "where used"

jcapriotti wrote: Fri Sep 23, 2022 1:28 pm It's the engineer's responsibility to check
If you can automate something, then do it...always avoid the risk to not remember something.
by sloworks
Fri Sep 23, 2022 12:04 pm
Forum: CAD Admin (Install, PDM, etc)
Topic: Advanced "where used"
Replies: 21
Views: 2607

Advanced "where used"

Hi. Let's say that we have an assy, x. Then we have products a, b and c that are all using x. X gets an update because of changes in product a. At this point, nobody remembers that also b and c are using x. B and c are messed up. There's probably some kind of manual "where used"- command i...
by sloworks
Tue Mar 23, 2021 1:22 pm
Forum: Suggestions
Topic: Freecad
Replies: 3
Views: 758

Freecad

Maybe a sub forum for Freecad? It just got huge upgrade.
by sloworks
Tue Mar 23, 2021 12:43 pm
Forum: Hardware
Topic: NAS recomendations
Replies: 32
Views: 5654

Re: NAS recomendations

Hi,
I have been running Synology for 11 years now. Second device in use. One broken HDD during that time...no data lost (raid). Really happy with it. Using it to backup 2 PC's etc.
by sloworks
Tue Mar 23, 2021 12:41 pm
Forum: Hardware
Topic: Some testing with VMware
Replies: 1
Views: 675

Some testing with VMware

SW runs quite nicely. 5yo laptop without the OpenGL 4.5 support (that SW21 uses)