Archive

Archive for June, 2010

Help file does not open

June 15th, 2010
Comments Off

At some point you may run across a scenario when you try to access a help file within a program, but the help file doesn’t open. Typically you will get a screen similar to the one below saying “Navigation to the web page was canceled” (Windows 7) or “Action canceled” (XP). I believe that this typically happens when you get this help file from somewhere other than a standard installation of a program, and this is Microsoft’s way of protecting you.

What you need to do is navigate in Windows Explorer to the location that the help file is located in, such as below for example.

You then need to right click on the help file and select Properties. Then, on the General tab, select the Unblock button towards the bottom right and then hit apply and then OK.

Now the help file should appear when you try to access it from within your program.

As a side note, some help files can be accessed by double clicking on the help file itself from within Windows Explorer, and others cannot. Some can only be accessed from within the program they written for.

General tips & tricks for all, LP3 Warning messages, Windows tips & tricks

Identical Standard Components listed multiple times in the BOM

June 14th, 2010
Comments Off

Sometimes you will find that after inserting your BOM, you have the identical Standard Component listed more than once, rather than combined into a single line. Below is an example of a BOM that has 3 different item numbers for what could be a single item number for an identical pilot, as well as 5 different item numbers for an identical nitrogen cylinder that could have a single item number. In the case of the nitrogen cylinder, the 5 different lines total 18 pieces.

The reason for this follows. Some Logopress3 Standard Components are created by Logopress3 with multiple configurations in them, one for each time they are inserted, and others only have a single default configuration in them. Examples of those that have a single default configuration include all screws and dowels. These are inserted with single default configurations because they are standard length items, typically in 1/4″ increments for example.

Examples of those that are created with multiple configurations each time they are inserted into the tool are nitrogen cylinders and cylindrical punches and pilots. Of course these have variable/customizable lengths within them, be that point length or stroke length.

Of course if the pilots are all identical you want them to all be listed on a single line. Likewise for the nitrogen cylinders. But in the case of the nitrogen cylinders, if you have one cylinder that is part number xyz that has a travel of .323 and another with the identical part number xyz that has a travel of .395, then these will need to be listed as two different items in the BOM. If all of the cylinders that are part number xyz have an identical stroke length, then they can all be combined into the same item number. Such is the case for the picture below. I started out by using the search tool in the feature manager tree (see “Filtering the FeatureManager Design Tree” post in the May, 2010 archive in this blog) to search for Kaller. Then, based on what I saw in the tree after this “Kaller” search filter was applied and the quantities I saw in the BOM, I changed the search to “.845″ and so this is what I was looking at.

Since all 5 of the above configurations are identical other than the configuration name itself, I decide to highlight all 5 cylinders in the tree (seed components, not those in patterns, those in patterns will follow the seed automatically) and right click and select component properties as you can see in the picture below.

I then choose to set all the components that are highlighted to the same configuration name – I could choose any one of the ones that are .845 and so I choose the first one that doesn’t have an underscore after the name. Select the configuration name you want them all switched to and select okay.

Side note: (In the picture above you can see that the first two configurations are not 0.845 names but 0.608268. I did a search for 0.608268 in the feature tree and found nothing. This means that the designer at one point inserted this model and this stroke cylinder at this custom stroke length, but then either deleted it or didn’t end up using it. So note that when you open this nitrogen cylinder and look at the configuration property manager there may well be several configurations that are unused.)

After selecting okay, as you can see in the picture below that all instances of the nitrogen cylinder use the same configuration. As stated above, this caused all the patterned cylinders to update to this single configuration automatically.

Now, when you switch back to the BOM you are prompted that the document has changed and you are asked if you want to update the table. Answer yes and the table takes a few moments to update and then looks like this. As you can see, there is now only a single nitrogen cylinder listed and there is a quantity of 18.

LP3 How-To's for users, LP3 Standard Components

“Convert splines into segments and arcs” command

June 9th, 2010
Comments Off

(3/31/2013 – The post below was written in 2010 and since that time Logopress has put in place something to automatically warn the user about splines, ellipses and parabolas if he or she forgets to do what is recommended in the post below. See related post dated 3/31/2013 named “Logopress3 warning regarding “nasty” sketch elements“)

Typically (almost always actually) we want to avoid using splines in our die designs. Just as most CAM software systems do not like working with these complex entities (and some won’t, period) sometimes CAD doesn’t like it either so we really must avoid using them in our Logopress3 strip layouts. Make sure there aren’t any splines in the flat blank of your Reference part and that way you won’t have any in your strip layout or in your wire EDM geometry such as punches, die blocks, etc.

It is a good practice to always check your flat blank at the end of the Reference Part if you think there is any chance that there may be splines in it. If you have already finished your Reference part, along with the last station mark for the flat part, roll back just before it this last station mark. Then, click a face of your flat part and start a new sketch on it. (If this flat face of your model is made up of multiple faces because, for example, an unbending caused a the main face to be split at one of the unbendings, then you should select each of these flat faces until the entire flat blank is highlighted.) Then use the SolidWorks Convert Entities command to convert all the entities around the perimeter of the flat blank. Now we want to see if these are all good entities or not, so we’ll use the Logopress3 command found with the other Logopress3 Sketch Tools called “Convert splines into segments and arcs”. A dialog box will come up in the Property Manager with a suggested conversion tolerance, simply accept what is already in this box by checking Okay. If there are no splines in the converted entities within this sketch, then the sketch will still be black since every segment will still have its On Edge relation that it automatically got from the Convert Entities command. If there were splines, you now have some blue, underdefined entities because these splines have now been converted by Logopress3are into either line segments or arcs.

Now you can either work with this existing sketch to fully define the new lines and arcs and make it nice, tangent geometry, or you can simply save this sketch and close it, understanding now what geometry on the flat blank needs to be “repaired” to eliminate the spline areas on it. For example, if you simply have an inside radius and an outside radius that showed up as being blue (spines that were converted to lines and arcs) it could be as simple as doing a delete face on the solid body blank in the corresponding inside and outside corners and then adding fillets that correspond to what is supposed to be there. Of course these new fillets will be comprised of arcs rather than splines.

You may feel it would be easier to work with the new sketch that was converted and use this new sketch to create your flat blank by fully defining all of this geometry and of course eliminating the splines. If this is the case, then simply fully define all of the entities in this new sketch or create new geometry as needed in this new sketch, deleting the geometry you don’t want to use (or making it construction geometry) and then you can extrude this sketch, being careful not to “merge” it with the first “bad” flat blank. Do a Delete Body on the original flat blank solid body to get rid of it. This method of creating a new sketch and new solid body is particularly a good idea if your flat blank had a lot of bad geometry (splines) in it or if it had one or more split faces due to unbendings and you would prefer to work with a cleaner blank.

(07/26/2010 – I would like to reinforce the fact that this method mentioned in the paragraph above is definitely the cleanest and most foolproof way of handling the flat blank solid that you have in your file just before the last station mark is created. Part of the reason for this is because even though the entities converted into a sketch may all show that they are not splines, it is possible that some dirty geometry still exists on the edge thickness of the solid body. By starting fresh with a new sketch that has no splines that you will be doing a BaseExtrude from, you are guaranteed a good, clean sketch. If this flat blank solid is left dirty, you may end up having problems later including, but not limited to, trying to use the Join command later to create a single solid body for the strip.)

After finalizing the blank, “audit” this blank by doing another sketch on it and converting the entities and using the Logopress3 “Convert splines into segments and arcs” again to check and make sure you have all black geometry. The second audit you should do after this first one is to right click on an edge of the flat blank and Select Tangency since of course we’d typically like to use good, clean geometry made up of fully defined tangent lines and arcs. If it is not important if you have tangent geometry for whatever reason, or if it is okay if some arcs are missing, then of course you can skip this audit.

Once you know that you now have a good flat blank, roll to the end of the tree, past the last Station Mark and then to a Ctrl+Q in order to rebuild this last station mark. If you have already started your annex part and your strip, then switch to either the Annex part or the strip assembly and use the command on the Logopress3 pull down menu called “Update the Annex part used in the strip”. When it asks you if you want to rebuild the Reference part, it is a good idea to answer yes, even though you may have just done a Ctrl+Q while in the Reference part. This assures that the body files will get updated. If you already have punches in the strip assembly, then the sketches will now have dangling entities in them and you can either repair them or delete these punches and remake them.

-IMPORTANT-1- info for LP3 users

Ditto – a great & simple clipboard extension (FREE!)

June 1st, 2010
Comments Off

Ditto is a great program for increasing productivity, regardless of what you are using it for. Even simply for filling out forms or whatever, I use it often.

Haven’t you found yourself wanting to copy something to the clipboard by using Ctrl+C and then realizing – “Wait, I also need to copy that, but I can only copy one thing at a time. Nuts!” That’s where Ditto comes in. The picture below is a great example of this. I knew I was going to write this post and I knew I wanted to paste the web address in here as far as where to get Ditto and I also wanted to copy their description of it into here. So I simply used Ctrl+C on both things. Then when I ‘m ready to use one or the other (or any of the last several items I’d copied to the clipboard) I simply press the default key combination to bring up the Ditto box which is Ctrl+~. (That’s the control key plus the key to the left of the number 1 key, and as you may remember from a previous post, this ~ is a tilde.) Here’s a picture of the box that pops up:

Ditto is a free open source program that is very tiny and loads with Windows. I’ve been using it since Windows XP and now use it with Windows 7 Professional and have had no issues at all. You can get it here:
http://ditto-cp.sourceforge.net/index.php

It is extremely simple to install – just use the default options. All you need to remember is to let it start when Windows starts and that way Ditto captures all clipboard entries. Then all you need to remember is that the hotkey to open Ditto so that you can select one of the entries from the list is Ctrl+~. That’s it!

Here’s the official description from the Ditto web site:
Ditto is an extension to the standard windows clipboard. It saves each item placed on the clipboard allowing you access to any of those items at a later time. Ditto allows you to save any type of information that can be put on the clipboard, text, images, html, custom formats, …..

FREE software, General tips & tricks for all, Software we use, Windows tips & tricks