how to add method in NX shop Doc
how to add method in NX shop Doc
(OP)
hello,
in postbulid,
global mom_stock_part
if {[info exists mom_stock_part]} {
if {$mom_stock_part < 0.03} {
MOM_output_literal "finish"
} else {
MOM_output_literal "Rough"
}
}
check stock export finish or rough is ok,but shop doc is error
Someone can help you
in postbulid,
global mom_stock_part
if {[info exists mom_stock_part]} {
if {$mom_stock_part < 0.03} {
MOM_output_literal "finish"
} else {
MOM_output_literal "Rough"
}
}
check stock export finish or rough is ok,but shop doc is error
Someone can help you





RE: how to add method in NX shop Doc
If you turn on the review tool in shop docs, you can see all the events that are produced by the cycling, and all the variables set by each one.
Then you will know exactly what variables you have to work with.
Mark Rief
Product Manager
Siemens PLM
RE: how to add method in NX shop Doc
How do I shop doc build method so that those who know the machining process in the processing of rough or finish.
thank you help.
RE: how to add method in NX shop Doc
so ,How do I set up in the shop doc roughing finishing mode processing
please help me thank you
RE: how to add method in NX shop Doc
Mark Rief
Product Manager
Siemens PLM