shop doc NX7.5 add machining times
shop doc NX7.5 add machining times
(OP)
Hi all,
How can I add machining times to my shopdoc?
I have errors customizing it.
Thanks.
How can I add machining times to my shopdoc?
I have errors customizing it.
Thanks.





RE: shop doc NX7.5 add machining times
I have the same problem, Somebody can help us?
Thanks.
Best regards.
RE: shop doc NX7.5 add machining times
Mark Rief
Product Manager
Siemens PLM
RE: shop doc NX7.5 add machining times
I have put, this mom variable on my shop doc but it craches,
when I take out.
I have read somewhere, that I have to customize my shopdoc as a postprocessor, but I am not sure. If it´s the point how can I do it?
Thanks in advance.
RE: shop doc NX7.5 add machining times
RE: shop doc NX7.5 add machining times
Personalmente creo que siemes nx es de los mejores softs ,sobre todo en fabricacion,pero como no tengas profesores que te expliquen los recovecos(como en mr increible),lo llevas claro,intuitivo 0,0%,
y el que no sepa castellano que le den por ahí,estoy hasta los huevos de los idiomas.
Chao,y gracias por nada.(viva la duquesa y el que le quita el polvo)
RE: shop doc NX7.5 add machining times
The variables from the Operation Navigator are available in Shop Docs without postprocessing.
Mark Rief
Product Manager
Siemens PLM
RE: shop doc NX7.5 add machining times
Thanks for your reply, you mean that I have to link my shopdoc to a post? or I have to build a shopcdoc like a post?
Sorry but this topic isn't so clear.
Thanks in advice.
RE: shop doc NX7.5 add machining times
and incredible my formula to convert the time to hours,minutes,seconds.
[expr int($mom_toolpath_time / 60)]h [expr int (((int($mom_toolpath_time / 60)-($mom_toolpath_time / 60))*60)*-1)] m [expr int (((int((int($mom_toolpath_time / 60)-($mom_toolpath_time / 60))*60))-(((int($mom_toolpath_time / 60)-($mom_toolpath_time / 60))*60)))*60)]s
RE: shop doc NX7.5 add machining times
Great Job, incredible...
RE: shop doc NX7.5 add machining times
MUy buen trabajo y estos pollos como bien decias:" Que si esto que si lo otro" Ja,ja,ja.
Enhorabuena compañero.
Un saludo.
RE: shop doc NX7.5 add machining times
RE: shop doc NX7.5 add machining times
thank mark&josemi10000 information.
In post bulide, i set variable is mom_toolpath_time"
global mom_toolpath_time
set str [format "(##machine_time:[expr int($mom_toolpath_time / 60)]h [expr int (((int($mom_toolpath_time / 60)-($mom_toolpath_time / 60))*60)*-1)]m [expr int (((int((int($mom_toolpath_time / 60)-($mom_toolpath_time / 60))*60))-(((int($mom_toolpath_time / 60)-($mom_toolpath_time / 60))*60)))*60)]s ##)"]
MOM_output_literal $str
export nc file --->(##machine_time:0h 0m 15s ##) Good This is what I want
RE: shop doc NX7.5 add machining times
How can I take out the whole machining time?
I am customizing this variable, with no luck...
MOM_output_literal "<td colspan=1 align=left bordercolor=black><B><font size=2 face=verdana>TIEMPO TOTAL: <b>[format "[expr int($mom_machine_time / 60)]h [expr int (((int($mom_machine_time / 60)-($mom_machine_time / 60))*60)*-1)]m [expr int (((int((int($mom_machine_time / 60)-($mom_machine_time / 60))*60))-(((int($mom_machine_time / 60)-($mom_machine_time / 60))*60)))*60)]s"]</font></td"
Thanks.