Hi All,
I have a question on creating new 5 axis table-table posts in postbuilder.
If I create a new 5-axis table-table post with library Fanuc control and another with the library Heidenhain control and set up machine XYZAC the same in both I get different X and Y moves but the same A and C...
Hi All,
I keep getting this information window warning message when I switch between modeling and manufacturing or when I start NX new and call up this part file. Anyone know how to stop or turn off this warning as there is NO problem with the toolpath and I have many of these blends programmed...
Hi Michal,
I ended up uninstalling and re-installing NX11 with "typical" as well but did not use "customize" the 1st time. It is working now. Contacted GTAC but they could not help me.
Regards,
Rick
Win7 64 bit w/NX10.0.3.5 MP14 and NX11.0.1.11 MP1
Vericut 8.0
Thanks for the quick reply John. Good to hear from you. Unfortunately that didn't work so I will contact GTAC.
Win7 64 bit w/NX9.0.3.4 MP9 and NX10.0.3
Vericut 7.4
When I try to use split body in NX11.0.1.11 MP1 I get an error message "A deleted or invalid class id was used". Then nothing. Anyone run across this one? So far everything else seems OK.
Rick D
Win7 64 bit w/NX9.0.3.4 MP9 and NX10.0.3
Vericut 7.4
I have a postprocessor set up for inverse time and occasionally it puts out a G94 with an angle in the line (see example code below).
I thought if there is an angle in the move it should be G93. Anyone know if this is correct behavior and if not how to stop the post from putting a G94 out on a...
Hi Cowski,
Got this to work. A bit messy but working
Rick D
Option Strict Off
Imports System
Imports System.Collections.Generic
Imports NXOpen
Imports NXOpen.UF
Module Module3
Public selFace As Face
Public cursor As Point3d
Dim theSession As Session =...
Thanks Cowski,
Haven't done a journal in a while and think I forgot that they need a selection method and simple dialog from within VB. Now if I can only get the selection to work.
Rick D
Win7 64 bit w/NX9.0.3.4 MP9 and NX10.0.3
Vericut 7.4
Hi All,
I'm trying to record a journal to display "derived curve - isoparametric curve" which has a green dot meaning it's a supported command. It records fine but when I try to play it back the dialog box does not display on screen. Nothing happens. Does anyone no how to get this working...
Hi All,
I'm using the UDE "Set Modes" to change the feederate in a toolpath to FRN from default IPM. Does anyone know a way at the "End of Path" or anywhere in the post to change it back to IPM mode without using the UDE again. The Address G_feed stays G93 after being set in the UDE and I...
I have discovered if the WCS is moved so part is all plus coordinates I do not get "ERROR CREATING FACET BODY". In previous versions this was not the case you would get warning the part has negative coordinates but it would still export the .STL file. Problem remains that if moved from MCS (and...
Hi Cowski,
I get the error in NX10 on almost all files that exported fine in NX9. Sometimes as stated earlier I can change the tolerance and get them to export or partially export but didn't need to do that in NX9.
Rick
Win7 64 bit w/NX9.0.3.4 MP9 and NX10.0.3
Vericut 7.4
Hi Jerry,
Yes the part was saved in NX10 prior to exporting the .STL file. Also tried exporting a parasolid and bringing it in to a new NX10 part and then tried exporting .STL and still getting the same error.
Rick
Win7 64 bit w/NX9.0.3.4 MP9 and NX10.0.3
Vericut 7.4
Hi Cowski,
Yes same settings in each. I have tried different tolerance settings but to no avail. basically in NX9 the default .003 tol. is usually OK but in NX10 I have gone all the way to .100 tol. and still get the error. I do not get the error in NX9. The error appears at the very end of the...
I've been having a problem exporting .STL file for use in vericut with NX10. Keep getting ERROR CREATING FACET BODY. Usually I bring it into vericut and only some of the geometry is there. The same part in NX9 exports the .STL to Vericut No Problem. Anyone else having this problem?
Rick D
Win7...
Try this in a custom command in Program Start Sequence.
global dt
set dt [string toupper [clock format [clock seconds] -format "%d-%b-%Y %I:%M %p"]]
global mom_output_file_basename
set mom_output_file_basename [string toupper $mom_output_file_basename]
global mom_definition_file_name
set...