Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

NX 7.5 Post Builder Problem 1

Status
Not open for further replies.

ToigaT

Aerospace
Joined
Jan 29, 2010
Messages
32
Location
ZA
My Wire-EDM post processor suffers from a problem. When I try to post I get an error:
- - - - - - - - - - - - - - - - - - - - - - - -
***TCL_ERROR***: Event Handler: C:\Users\XX\Documents\XX\NX\Posts\CUT_30_13.tcl, Event: MOM_machine_mode, Error: can't read "sim_mtd_initialized": no such variable
while executing
"if { $sim_mtd_initialized } {
if { [llength [info commands PB_VNC_pass_tool_data] ] } {
PB_VNC_pass_tool_data
}
}"
(procedure "MOM_machine_mode" line 22)
"MOM_machine_mode"*** EXCEPTION: Error code 1770002 in line 475 of o:\ugnx75\ip32\src\camsmom\no\ind\mom_tcl_definitions.c at Tue May 18 08:35:23 2010
- - - - - - - - - - - - - - - - - - - - - - - -
To work around this problem, I have made an entry into the start of the program declaring sim_mtd_initialized as global and setting that to 0:

- - - - - - - - - - - - - - - - - - - - - - - -
global sim_mtd_initialized
set sim_mtd_initialized 0
- - - - - - - - - - - - - - - - - - - - - - - -

Please can someone advise me what is going wrong here. I am guessing there's a problem in the tcl definitions file.
 
hi

you can send me the file for me to check
some custom comand was not created or loaded

awaiting

Andre

specialist and multi axis
development of IS & V
and postprocessors
member committee nxcam plm world
skype:andrenxcam7
 
I would just like to point out that I have just created a new post processor for Wire-EDM and I encounter the problem straight away. My previous posts also suffer from this problem if I update them via the 7.5 postbuilder.
 
This problem was already found and corrected, and a patch is available for an imediate fix. A field bulletin was issued last week with details. Please see SFB-NX-5324 "Patch for running Post Builder V7.5 and NX V7.5".


Mark Rief
Product Manager
Siemens PLM
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top