Shop Doc Combining
Shop Doc Combining
(OP)
Hi Everyone,
I am using NX 7.0.1.7 64 bit on Win 7.
I am trying to customise our own shop doc.
I would like to get Tool_List and Operation_List combined.
Currently the headers seem to work but in AED_html.tcl(main tcl file) there is 2 Proc MOM_Tool_Body. 1 for Tool List and 1 for Op List. The info in the Op list is the same as tool list.
Where are these procedures called from?
If I rename the op list procedure, the shop doc falls over...
How can I get this to input the op list?
Thanks In Advanced
I am using NX 7.0.1.7 64 bit on Win 7.
I am trying to customise our own shop doc.
I would like to get Tool_List and Operation_List combined.
Currently the headers seem to work but in AED_html.tcl(main tcl file) there is 2 Proc MOM_Tool_Body. 1 for Tool List and 1 for Op List. The info in the Op list is the same as tool list.
Where are these procedures called from?
If I rename the op list procedure, the shop doc falls over...
How can I get this to input the op list?
Thanks In Advanced
------
Cheers
Steve Griffiths





RE: Shop Doc Combining
Any help....
I know you can make "export" pictures into PDF files, but I need some _MOM_ code to do it.
RE: Shop Doc Combining
A good place to start is the documentation. In 7.0, look in Manufacturing --> Manufacturing General --> Shop Documentation --> Customization of Output Format --> Event Handler --> Commands --> MOM_cycle_objects.
Mark Rief
Product Manager
Siemens PLM
RE: Shop Doc Combining
I ended up changing the cycling in the .tpl to look at TOOL for the Tooling section and OPER for Operation section.
I guess that's the problem with cut and paste
Got it working - now just need to get formatting done!
Thanks again Mark!
------
Cheers
Steve Griffiths
RE: Shop Doc Combining
RE: Shop Doc Combining
RE: Shop Doc Combining
Should also work in NX 6 - give it a go and see what happens...
As for pdf??? All I could suggest would be to output the html and the use a pdf print driver like primoPDF (freeware) to get your PDF. Someone else might be able to give more info.
------
Cheers
Steve Griffiths