Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

Search results for query: *

  1. Twullf

    Premature Exit of week long running code

    Took me a bit to figure out why you coded it that way, but I like what I think that would do. It doesn't solve how everything will run fine for 13 or so hours and stop, but it would definitely make everything run nice and smooth. I could posibbly remove the counter and just go straight to the...
  2. Twullf

    Premature Exit of week long running code

    The code is relatively simple as follows: ' Used to stop the program when button is pushed Private bStop As Boolean Sub CollectData() ' ' test Macro ' Macro recorded 11/8/2017 by teeyanaw ' Dim loadA_Colm As String Dim loadB_Colm As String Dim load_Row As Integer Dim...
  3. Twullf

    Premature Exit of week long running code

    I have written a code to pull data from an excel spread sheet which is being continuously updated by a program called WinDaq. The data is load cell data and the intent is to let this run for a week and pull data every twenty minutes. For some reason after 13 hours the code just stopped. The...
  4. Twullf

    Inventor 2018 Creating Templates

    I am working at creating templates. One thing I would like to add is the parts list to the actual template. Thus ensuring it is always in the correct location. However Inventor's tendency to associate the parts list to a specific view, which is allowed due to the flexibility of inventor's...
  5. Twullf

    Scan Misalign

    Hey, I'm relatively new to this program, though I have completed the two day training coarse. This issue did not arise during said training. I am scanning a relatively simple piston. I have the piston on the support arm raised level with the scanner to allow for definition inside the...
  6. Twullf

    Exploded Views in NX 9

    That fixed the problem. Thanks!
  7. Twullf

    Exploded Views in NX 9

    In NX 7.5, this was a little convoluted, but it worked. I would create the explosion, adding the guide lines, in the model side of the drawing file. But to get it to show up on the drawing I would go to View -> operation -> save as, and save the view of the explosion, then I could select this...
  8. Twullf

    Drawing vs 3D CAD Model

    We are designing this for a customer who will source it. I have no contact with the supplier as a result. So I have to make the drawings / model as clear as possible. Thanks for everyone's help by the way.
  9. Twullf

    Drawing vs 3D CAD Model

    Hey cowski, Yes I've tried the different overflow options. And Examine Geometry either Passes everything or there are no results. (I have never found Examine Geometry very helpful) I can get a radius so long as the value is smaller than .3 mm, and no casting, scratch that, no cost effective...
  10. Twullf

    Drawing vs 3D CAD Model

    I have been using Unigraphics since 2008, I have over 20,000 hours in the seat. Though with NX 9, which we have only just gotten I only have about 400 hours in the seat. I have used ever option, including trying to use my own sweep sketch, but they won't join, and due to the complex geometry...
  11. Twullf

    Drawing vs 3D CAD Model

    To clarify, I think it is a problem in how UG determines a radius. The geometry is a constantly changing shape. I am able to get most of the draft angles and radii in, but in the location indicated by the picture the coding of UG is not permitting me to put a large enough radius, and it is...
  12. Twullf

    Drawing vs 3D CAD Model

    I have a model that will have to be cast, but it has some very complex shapes. Using Unigraphics, I am unable to get a radius into a region I KNOW they are going to need it, the program just will not put the radius into it. So here's my question. The Model will be sent to the customer along...
  13. Twullf

    Template Drafting Preferences

    Version NX9 Using Master Model Windows 8.1 This is an interesting issue. IN NX 7.5 I could create a template and set the drafting preferences, such as font and size and when that template is opened those preferences were maintained. In NX9 this is mostly true, most of the set preferences are...
  14. Twullf

    PDF Creation Options in NX9

    WOO HOO!!! Success! Thanks!
  15. Twullf

    PDF Creation Options in NX9

    John, As shown in the image above, there is no down arrow. That is what I would have expected. My only conclusion is I need to activate those options somewhere.
  16. Twullf

    PDF Creation Options in NX9

    Thanks but that's not it. The "watermark" was text that was entered on the pdf options. There was a check box next to watermark which allowed the user to easily select or deselect the option. In addition all of the options, currently under Gateway, were changeable on this interface. I...
  17. Twullf

    PDF Creation Options in NX9

    Some how on my current computer ( I recently switched) I do not have all the pdf options available, including adding watermark. I have found these options in the customer defaults -> gateway, however, current practice has us using a watermark for Work In Progress pdfs, and removing that for...
  18. Twullf

    JS tolerance questions

    The company I work for recently asked us to use machining tolerances for the hole and shafts that we have been working on. I am unfamiliar with these, and though I have found several charts on line, I would like one clarification. Capital JS vs lowercase js. I believe that the capitalized...
  19. Twullf

    Changing line weight of text in dimensions NX 9.1

    I found it, the text style has to be set as a Unigraphics font, such as blockfont. Then the three familiar options of Thin Width, Normal, and Thick Width will become available. These options are apparently not available with the other font options.
  20. Twullf

    Changing line weight of text in dimensions NX 9.1

    I have searched the forums for this particular question and having not found anything I can only assume the answer is simple, blatant, and right in front of my nose. I am working on a drawing created in NX 7.5. In which the text on the dimension was set to the medium weight. It was simple...
Back
Top