Search found 1941 matches

by bnemec
Mon Nov 04, 2024 10:27 am
Forum: SW General
Topic: Best Practices
Replies: 22
Views: 968

Re: Best Pratices

I don't have any issue with bend lines showing whether display states are linked or not. We always hide them and usually we have displayed states unlinked. At the risk of hi-jacking thread, but hopefully it's relevant and points out how use cases affect many things. Hiding the bend lines in the fla...
by bnemec
Thu Oct 31, 2024 4:59 pm
Forum: SW General
Topic: Best Practices
Replies: 22
Views: 968

Re: Best Pratices

Looking for critique and input. TLDR. Can't you just spoon feed these to me as I need them? Honestly though, pretty good list. About a 1/3 of it applies to our use case and I think are nearly universal. Some of it is use case specific; ex. using mirrored configurations and parts are always specific...
by bnemec
Wed Oct 30, 2024 1:58 pm
Forum: How To Questions
Topic: Airfoil shape lofting keep aspect ratio
Replies: 3
Views: 259

Re: Airfoil shape lofting keep aspect ratio

I'm assuming that you are expecting the thickness to vary nonlinearly across the span, matching the nonlinearity of the chord? This is just a guess, but the loft is solving for optimized curvature gradients rather than keeping constant aspect ratio of thickness/chord. I think because of that you wil...
by bnemec
Mon Oct 21, 2024 9:29 am
Forum: SW General
Topic: FYI - 2024 SP04 is now available for download
Replies: 79
Views: 4849

Re: FYI - 2024 SP04 is now available for download

What price difference would that be exactly? The NX license i have is half the price of the SW one... FYI. That's strange. Back when we purchased NX (~10yrs ago maybe) price was something like 3x of Solid Edge Classic purchase and maint. I don't know current prices of NX or which version of SW you'...
by bnemec
Fri Oct 18, 2024 11:00 am
Forum: SW General
Topic: FYI - 2024 SP04 is now available for download
Replies: 79
Views: 4849

Re: FYI - 2024 SP04 is now available for download

Its is a bit of a joke. Just for information's sake... i use NX and SW daily and i haven't had NX crash for... i can't recall. I'd be lucky it crashes critically once or twice a year. SW will $#!+ the bed just doing normal mundane tasks like... opening a dialog or whatever else. further to what mp3...
by bnemec
Thu Oct 17, 2024 5:40 pm
Forum: API
Topic: Fun with PDM Add-in versions
Replies: 1
Views: 281

Fun with PDM Add-in versions

I confuse myself when testing pdm add-ins. I should really know better from the last time, but I still make idiotic mistakes. Should probably keep this to myself, but. I just learned that I can launch a task using one version of an add-in then run the task on another version of the add-in. I launche...
by bnemec
Tue Oct 08, 2024 12:41 pm
Forum: SolidWorks PDM
Topic: Is it possible to set a version free variable via API without showing in the file history.
Replies: 11
Views: 980

Re: Is it possible to set a version free variable via API without showing in the file history.

So this date for these files actually change daily? Some do, it depends on orders. The intent is to filter out, mostly automatically, CAD files that are not in use. Explaining the why would take me a while, I'm not good at summarizing. Several of us came up with a plan to try. Step one is keep a &q...
by bnemec
Mon Oct 07, 2024 9:40 am
Forum: SolidWorks PDM
Topic: Is it possible to set a version free variable via API without showing in the file history.
Replies: 11
Views: 980

Re: Is it possible to set a version free variable via API without showing in the file history.

just an idea I do not know if it is silly or it does not work in your peculiar case, but there is the possibility for a field in the PDM datacard to be updated at a fixed interval from an external db with a temporary table and a sql query. I tested only once with a drop down menu and it indeed fill...
by bnemec
Mon Oct 07, 2024 8:35 am
Forum: SolidWorks PDM
Topic: Is it possible to set a version free variable via API without showing in the file history.
Replies: 11
Views: 980

Re: Is it possible to set a version free variable via API without showing in the file history.

Is this updated every few minutes actually changing a value or is the value the same most of the time but the program updates it anyway? If this is true, can the import program be made smarter and only import when the value changes? Well, the plan was to run once a day. The query to eternal DB and ...
by bnemec
Fri Oct 04, 2024 3:58 pm
Forum: SolidWorks PDM
Topic: Is it possible to set a version free variable via API without showing in the file history.
Replies: 11
Views: 980

Re: Is it possible to set a version free variable via API without showing in the file history.

I'm wondering which would be worse.
Using a SQL command "DELETE FROM [Vault].[dbo].[HistoryVerFreeVarChanged] WHERE UserId = 2 and Name = LastActiveDate" after running Batch variable update.
Or using UPDATE on the VariableValues table.
by bnemec
Thu Oct 03, 2024 4:57 pm
Forum: SolidWorks PDM
Topic: Is it possible to set a version free variable via API without showing in the file history.
Replies: 11
Views: 980

Re: Is it possible to set a version free variable via API without showing in the file history.

I do not think it is possible. We get a lot of history entries from action performed by the pdm system when a user open a file, probably because we transitioned the variable from custom properties to db only and from history to history free.(which was a mess of a choice imho.) Not logging those act...
by bnemec
Thu Oct 03, 2024 10:14 am
Forum: SolidWorks PDM
Topic: Is it possible to set a version free variable via API without showing in the file history.
Replies: 11
Views: 980

Is it possible to set a version free variable via API without showing in the file history.

I would like to set a version free variable on files without creating an entry on the file history. This will be set on several two or three thousand files a day and will make using file history difficult as there will be hundreds of irrelevant rows. I tried both settings on the version free variabl...
by bnemec
Thu Oct 03, 2024 8:47 am
Forum: SW General
Topic: Summary Information Last Saved Date/Time Incorrect
Replies: 7
Views: 502

Re: Summary Information Last Saved Date/Time Incorrect

We work with a third party PDM. The date in the windows file properties is the date the file was checked out of the vault which is essentially creating a new file on the local drive so that is as expected. The unexpected bit is the last save date in the SolidWorks Summary Info and that it is saying...
by bnemec
Wed Oct 02, 2024 9:08 am
Forum: SW General
Topic: Summary Information Last Saved Date/Time Incorrect
Replies: 7
Views: 502

Re: Summary Information Last Saved Date/Time Incorrect

I just checked and most that I checked don't match either. Vault and non-vaulted files all have significantly created date, like years different. The Last Saved more often close to the Modified date, but off by an hour and a second. I'm guessing SW has it's own metadata values for the created and la...
by bnemec
Thu Sep 26, 2024 2:22 pm
Forum: SolidWorks PDM
Topic: Is it a good idea to store Templates/Sheet-Formats/Macros/etc. in the fault?
Replies: 2
Views: 295

Re: Is it a good idea to store Templates/Sheet-Formats/Macros/etc. in the fault?

We have had all of the files you list except Appearances and Custom Properties in PDM vault since we started ~4 years ago. It does work nice to set up a category for them other than the default bin and regular CAD files, then give them a workflow. Our workflow just has two states, one where file can...
by bnemec
Thu Sep 26, 2024 9:59 am
Forum: SW General
Topic: SOLIDWORKS pet peeves
Replies: 304
Views: 474305

Re: SOLIDWORKS pet peeves

When working on a part, inside of an assembly, Solidworks ALWAYS picks an external reference. For example, if drawing a circle on the face of the part I am editing, it could reference the origin of the part I'm working on, or it could reference the origin of the assembly. Picking the origin of the ...
by bnemec
Tue Sep 24, 2024 11:17 am
Forum: SW General
Topic: FYI - 2024 SP04 is now available for download
Replies: 79
Views: 4849

Re: FYI - 2024 SP04 is now available for download

AlexLachance wrote: Tue Sep 24, 2024 10:15 am 2019 stung quite a few people
Stung us bad.

It's the only version we've used so far.
by bnemec
Wed Sep 18, 2024 2:16 pm
Forum: SolidWorks PDM
Topic: Can't Login to PDM
Replies: 12
Views: 613

Re: Can't Login to PDM

Win11? Hrm. What version and SP of PDM?
by bnemec
Wed Sep 18, 2024 12:00 pm
Forum: SolidWorks PDM
Topic: Can't Login to PDM
Replies: 12
Views: 613

Re: Can't Login to PDM

At this point, he thinks my Vault View needs to be deleted and rebuilt. The question is what happens to the 135 files I have checked out? Do I lose all of that work? He is going to do some testing and get back to me, but I don't have a good feeling about what is going on. When we ran into a case of...
by bnemec
Wed Sep 18, 2024 9:52 am
Forum: SolidWorks PDM
Topic: Can't Login to PDM
Replies: 12
Views: 613

Re: Can't Login to PDM

If it were me I would try these things, order would depend on what else I'm seeing and mostly guessing... - Try logging in as another user on same machine and then same user on different machine. Sounds dumb but I've found this to be helpful. * we use AD for login so I have a couple of PDM only user...
by bnemec
Wed Sep 11, 2024 3:10 pm
Forum: SW General
Topic: SOLIDWORKS pet peeves
Replies: 304
Views: 474305

Re: SOLIDWORKS pet peeves

SPerman wrote: Wed Sep 11, 2024 2:52 pm This is very minor, but....

The symbol to rotate a drawing view points clockwise.
image.png

The number entered in the dialog rotates the view counter clockwise.

I am a GIF.
rotate.gif
That is irrelevant as long as the icon is aesthetically pleasing and fun to click.
by bnemec
Mon Aug 26, 2024 10:36 am
Forum: SW General
Topic: Need Advice for Optimizing Large Assembly Performance in SolidWorks
Replies: 9
Views: 1043

Re: Need Advice for Optimizing Large Assembly Performance in SolidWorks

Not sure the link you posted is the correct one, it goes to a sheet metal topic, not assembly related. Are all of the component files at the current solidworks version? I've heard that opening/loading files from older versions takes longer. This may be mute point for files loaded light weight. Have ...
by bnemec
Mon Aug 26, 2024 10:29 am
Forum: SW General
Topic: Some of the solidworks bend lines are missing.
Replies: 6
Views: 729

Re: Some of the solidworks bend lines are missing.

This is the first time this has happened to me and it only happened with this piece among many pieces that had the same shape but different dimensions. It was completely random. Sounds like Solidworks or graphics driver glitch. Feels like it goes in the "Did you try restarting solidworks?"...
by bnemec
Fri Aug 23, 2024 9:49 am
Forum: SW General
Topic: Some of the solidworks bend lines are missing.
Replies: 6
Views: 729

Re: Some of the solidworks bend lines are missing.

Likely nothing to do with the single missing bend line but, I see bend lines in your formed model. We were plagued by this with tens of thousands of bend lines in our upper level models. (Yes I know display sketches can be turned off but then there's the time we use a sketch for mate....) After a co...
by bnemec
Thu Aug 22, 2024 9:46 am
Forum: Kitty Dump
Topic: Watercooler Talk
Replies: 1478
Views: 240650

Re: Watercooler Talk

I'm back in the office, here's a picture of the dumpingg trailer with the axles pulled out image.png That's a cool solution instead of pintle hitch dollies. I'm guessing it trails/trains a lot nicer then tandems/triples on dollies? Backing up is a bit more realistic. It seems a bit of chore to unho...
by bnemec
Mon Aug 19, 2024 10:51 am
Forum: Macro Library
Topic: Save PDF to PDM
Replies: 16
Views: 3165

Re: Save PDF to PDM

Welcome to CADForum.net @hugozanga2024 If you haven't already, please stop by the forum rules section to read through them, matt is our admin and as you can see in the "couple of rules added" matt is human. Maybe stop by the welcome forum https://www.cadforum.net/viewforum.php?f=28 and say...
by bnemec
Fri Aug 16, 2024 11:29 am
Forum: SolidWorks PDM
Topic: Scheduling Monthly PDM Tasks
Replies: 3
Views: 722

Re: Scheduling Monthly PDM Tasks

It ran on 7-1 then again on 7-31, I'm curious to see if it will run in August at all or be the first of Sept.

I'm sorry if this is a dumb question, but could the start date be set to the second or third day of the month, then if it's a day off it's still in the correct month?
by bnemec
Wed Aug 14, 2024 6:02 pm
Forum: SW General
Topic: Fortran ?!?
Replies: 14
Views: 1534

Re: Fortran ?!?

Frederick_Law wrote: Wed Aug 14, 2024 12:11 pm {{Not}{If}{it}{still}{look}{like}{this}}

It does look better now.
;;
by bnemec
Wed Aug 14, 2024 5:59 pm
Forum: SW Simulation
Topic: Solidworks Simulation and PDM
Replies: 14
Views: 1780

Re: Solidworks Simulation and PDM

Would adding those temporary file types to the "never add these file types" list in user/group settings help? Is PDM adding it to vault but then the SW cannot delete them per PDM permissions? Then the file checked in due to relations, but then when pdm service tried to remove the read only...
by bnemec
Wed Aug 14, 2024 12:09 pm
Forum: SW Simulation
Topic: Solidworks Simulation and PDM
Replies: 14
Views: 1780

Re: Solidworks Simulation and PDM

If the file is checked out, the read-only flag should not be checked. I would uncheck it and see if the problem goes away. Nice catch. I used to see this a lot from a few users who insisted on using vault view to do PDM stuff (like check out) while files are open in Solidworks. I would not have gue...
by bnemec
Tue Aug 13, 2024 11:53 am
Forum: SW Simulation
Topic: Solidworks Simulation and PDM
Replies: 14
Views: 1780

Re: Solidworks Simulation and PDM

Our process slowly evolved over several years to copy out the needed file to a location on local disk, preferably appending version number to end of file name(s). Reasons: - There's typically enough editing needed to model to do the sim that is not what we want in the production model that we need a...
by bnemec
Thu Aug 08, 2024 4:27 pm
Forum: SW General
Topic: 256 character limit
Replies: 10
Views: 1325

Re: 256 character limit

Frederick_Law wrote: Thu Aug 08, 2024 2:34 pm I keep telling sales not to make running sentence part number.
..or running sentence directory names 10 levels deep.

In general keeping sales away from CAD and PDM helps.
by bnemec
Tue Aug 06, 2024 9:49 am
Forum: SW General
Topic: Upgrade to 2024 SP 3.0
Replies: 23
Views: 2748

Re: Upgrade to 2024 SP 3.0

TRKemp wrote: Tue Aug 06, 2024 7:58 am Will be following this thread to learn the same.

Any updates on that sheetmetal "anomaly" ?
What sheet metal anomaly? Do you have a link? Was the "enhancement" introduced in 2023 or early 2024 release?

Thank you.
by bnemec
Fri Aug 02, 2024 3:37 pm
Forum: SW General
Topic: Standard Parts Library: Configurations or Individual Parts?
Replies: 42
Views: 7498

Re: Standard Parts Library: Configurations or Individual Parts?

To revisit this, I've got a set of fastener files from back in the "good old days", that I need to clean up now that I have some time on my hands. I retired a year ago. All the parts are configuration based, but the configurations are just sizes, not materials/coatings. For instance, in a...
by bnemec
Thu Aug 01, 2024 9:29 am
Forum: SolidWorks PDM
Topic: Scheduling Monthly PDM Tasks
Replies: 3
Views: 722

Re: Scheduling Monthly PDM Tasks

Is it that critical that the task is run exactly on the 1st of each month? A 30 day interval will not do?
by bnemec
Thu Jul 18, 2024 9:13 am
Forum: SW General
Topic: Mass vs. weight
Replies: 15
Views: 2465

Re: Mass vs. weight

Be careful way up on that mountain top, the air gets thin up there, can be hard to keep Oxygen levels up.

Which makes me wonder, since the air is thinner at high altitudes, does a lb of air weigh less on mountain top?
by bnemec
Thu Jul 18, 2024 9:10 am
Forum: SW General
Topic: Cutting Scrap because of SW glitches?
Replies: 7
Views: 1274

Re: Cutting Scrap because of SW glitches?

Oh yea, I never use mirrored parts to make flat patterns of, that is usually just asking for trouble. If you make changes to the original and never open the mirrored copy it won't necessarily update. Right, I've been hearing that a fair bit from the community. In Solid Edge days the only time mirro...
by bnemec
Thu Jul 18, 2024 8:18 am
Forum: SW General
Topic: Cutting Scrap because of SW glitches?
Replies: 7
Views: 1274

Re: Cutting Scrap because of SW glitches?

Oh yeah, way worse than it was with Solid Edge, but it could very well be the combination of PDM. Which version in local cache and mirrored components combined the with comodulated flatten state and sm-flat-pattern configs made a complete hash of the process and still has several users baffled. I've...
by bnemec
Wed Jul 17, 2024 2:55 pm
Forum: SW General
Topic: Mass vs. weight
Replies: 15
Views: 2465

Re: Mass vs. weight

And 1 lbm x 32 ft/s^2 = 1 lbf is easy to understand. Does cars and airplanes accelerate at 32 ft/s^2? Also gravity is not the same on every location on earth. I should add a few slug in this conversation ~~~~ Blob would like that. Oh you guys and fun with units! You're all missing some, what about ...
by bnemec
Tue Jul 16, 2024 2:07 pm
Forum: How To Questions
Topic: How to use "Delete/Keep Body" command in Sheet Metal Flatten mode?
Replies: 6
Views: 1125

Re: How to use "Delete/Keep Body" command in Sheet Metal Flatten mode?

I would insert an unfold feature, create modifying features as needed, and finish it with a fold feature. You can then suppress or unsuppress all that as needed. Put it all in a folder (ha) so you can suppress it all easily. Create a configuration where the folder is unsuppressed, another with it s...
by bnemec
Tue Jul 16, 2024 8:12 am
Forum: How To Questions
Topic: How to use "Delete/Keep Body" command in Sheet Metal Flatten mode?
Replies: 6
Views: 1125

Re: How to use "Delete/Keep Body" command in Sheet Metal Flatten mode?

What are you trying to accomplish..? We occasionally have sheet metal parts with features that need cleaned up in the flattened state to produce a dxf. Sometimes as simple as deleting face of chamfered holes. Others get a bit more creative. Configurations kinda stink for this, adding features when ...
by bnemec
Mon Jul 15, 2024 5:55 pm
Forum: How To Questions
Topic: How to use "Delete/Keep Body" command in Sheet Metal Flatten mode?
Replies: 6
Views: 1125

How to use "Delete/Keep Body" command in Sheet Metal Flatten mode?

Hello, Is there a way to use the "Delete/Keep Body" command in the Sheet Metal Flattened mode? The icon is disabled in the Direct Editing toolbar.
by bnemec
Mon Jul 15, 2024 9:18 am
Forum: SW General
Topic: Migrating legacy data with Z up to SW
Replies: 11
Views: 1772

Re: Migrating legacy data with Z up to SW

We ran into same problem with dumb solids imported from Solid Edge. SW is the only 3D system where I've Xperienced Y-up. There's no good way to make SW be Z up, naming views, naming planes in templates, etc., it will not do it. We ended up rotating the part with rotate body command in Solid Edge bef...
by bnemec
Fri Jul 12, 2024 2:23 pm
Forum: SolidWorks PDM
Topic: Dispatch - Comment code, manage/save versions.
Replies: 5
Views: 1154

Re: Dispatch - Comment code, manage/save versions.

LABEL is the only option., and as you mentioned....its meant for the JUMP command so it kind of muddies the water. Dispatch needs work and enhancements (notepad edit is a good one), but as @bnemec mentioned, its better to go to the API if that's an option for you. That said, we use both Dispatch an...
by bnemec
Fri Jul 12, 2024 9:25 am
Forum: SolidWorks PDM
Topic: Dispatch - Comment code, manage/save versions.
Replies: 5
Views: 1154

Re: Dispatch - Comment code, manage/save versions.

I tried dispatch for a while. Now I distain it and would like to keep it out of the vault. AFAIK there's no good way to find all the things dispatch scripts may be mingling with. It's just another place to need to go when it's time for trouble shooting. With enough variables a computer can get prett...
by bnemec
Fri Jul 12, 2024 9:06 am
Forum: Catia and 3DX
Topic: Experience with 3DExperience
Replies: 8
Views: 2293

Re: Experience with 3DExperience

Space matters. USPTO search for "4D Experience" trademark: image.png Plus there are others that used 4D Experience along with other words in their trademark. USPTO search for "4DExperience" (no space between) trademark: image.png How about the "40eXperience" ? https://...
by bnemec
Tue Jul 09, 2024 9:07 am
Forum: SW General
Topic: PLM options for SolidWorks?
Replies: 12
Views: 2874

Re: PLM options for SolidWorks?

@KennyG What do you use? We actually are looking for something to handle Parts, BOMs, and simple ECO process. No CAD data, that will remain in PDM along with our primary ECO system. It doesn't have to be connected directly to PDM but we do need to transfer the part data to a DB so our PDM ECO relea...
by bnemec
Mon Jul 08, 2024 12:58 pm
Forum: Kitty Dump
Topic: Watercooler Talk
Replies: 1478
Views: 240650

Re: Watercooler Talk

Glenn Schroeder wrote: Mon Jul 08, 2024 12:45 pm The weather isn't so great here today. The eye of a hurricane is in the process of passing just east of me as I'm writing this.
Hurricane on a Monday after 4 day weekend. Man that sucks.

https://youtu.be/E8GcT5PBIC4?si=oURLNl0syGitqUIV
by bnemec
Mon Jul 08, 2024 10:08 am
Forum: SolidWorks PDM
Topic: Search an interval via the search card
Replies: 4
Views: 1034

Re: Search an interval via the search card

Another option that works the same as the variable tab is to type it in the search text field like: >1000 AND <5000 You could add the example text as a Combobox list item they select then modify to make it easier. Then adda tooltip to the field with further instructions. That's a better option. Als...