CAM Thread Operation Error 1770002 Help Please
CAM Thread Operation Error 1770002 Help Please
(OP)
Hello All,
I'm using NX 7.5. Windows 32 bit OS XP-Pro I had everything running smoothly, and then I had to add a V-thread to an external diameter of the journal I was working on.
So I added the generation and the simulated path work fine, and the moves list looks good, but when I post process I get:
Error: 1770002
Filename: o:/ugnx751\ip5\src\camsmom\no\ind
mom_td_definitions.c, line number: 503
Error Message: Error recived in do_event. Event Handler: C;\Program Files\UGS\NX 7.5\mach\resource\postprocessor\MS_NL1500Y_turn_master_in.td, Even name: MOM_lathe_thread_move, See
then it just trails off. I'm not sure what to do here. Is there a download to fix UG or does the post need to be altered?
Thanks,
I'm using NX 7.5. Windows 32 bit OS XP-Pro I had everything running smoothly, and then I had to add a V-thread to an external diameter of the journal I was working on.
So I added the generation and the simulated path work fine, and the moves list looks good, but when I post process I get:
Error: 1770002
Filename: o:/ugnx751\ip5\src\camsmom\no\ind
mom_td_definitions.c, line number: 503
Error Message: Error recived in do_event. Event Handler: C;\Program Files\UGS\NX 7.5\mach\resource\postprocessor\MS_NL1500Y_turn_master_in.td, Even name: MOM_lathe_thread_move, See
then it just trails off. I'm not sure what to do here. Is there a download to fix UG or does the post need to be altered?
Thanks,





RE: CAM Thread Operation Error 1770002 Help Please
RE: CAM Thread Operation Error 1770002 Help Please
I've now read the log for the error, but I'm no closer to knowing what to do.
Any thoughts?
RE: CAM Thread Operation Error 1770002 Help Please
RE: CAM Thread Operation Error 1770002 Help Please
RE: CAM Thread Operation Error 1770002 Help Please
Anthony Galante

Senior Support Engineer
NX4.0.4MP10, NX5.0.0->5.0.6, NX6.0.0->NX6.0.5, NX7.0.0->NX7.0.1 & NX7.5.0.32-> NX7.5.1.5
RE: CAM Thread Operation Error 1770002 Help Please
RE: CAM Thread Operation Error 1770002 Help Please
Anthony Galante

Senior Support Engineer
NX4.0.4MP10, NX5.0.0->5.0.6, NX6.0.0->NX6.0.5, NX7.0.0->NX7.0.1 & NX7.5.0.32-> NX7.5.1.5
RE: CAM Thread Operation Error 1770002 Help Please
RE: CAM Thread Operation Error 1770002 Help Please
RE: CAM Thread Operation Error 1770002 Help Please
if {$force_G76_block_once == "0"}
to: MOM_output_literal {$force_G76_block_once == "0"}
I'm attaching the resulting file, maybe someone better with Posts than me (admittedly I'm not very good) could lend me a hand
RE: CAM Thread Operation Error 1770002 Help Please
If that's the case you need to call the variable at the start if the block.
The error in log is as below:
can't read "force_G92_block_once": no such variable
while executing
"if {$force_G92_block_once == "0"} {
set force_G92_block_once "1"
MOM_force once G X Z F
My guess to fix is to add the following lines to the start of the block
global force_G92_block_once
set force_G92_block_once 0
Anthony Galante

Senior Support Engineer
NX4.0.4MP10, NX5.0.0->5.0.6, NX6.0.0->NX6.0.5, NX7.0.0->NX7.0.1 & NX7.5.0.32-> NX7.5.1.5
RE: CAM Thread Operation Error 1770002 Help Please
I didn't mean to leave you hanging, but I think I got it working.
I didn't try it your way, but as long as it is working I will be happy to share.
What was odd though was all afternoon I've been getting error files that look like this...
I think my post builder is somehow corrupt.
Thanks everyone for all your help!!! :D
RE: CAM Thread Operation Error 1770002 Help Please
RE: CAM Thread Operation Error 1770002 Help Please
RE: CAM Thread Operation Error 1770002 Help Please
PB_CMD_thread_check custom command from the Rapid Move event
PB_CMD_thread_output custom command from the Lathe Thread event
and an "F" word in the Lathe Thread Event. If anyone needs the post let me know