×
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS

Log In

Come Join Us!

Are you an
Engineering professional?
Join Eng-Tips Forums!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!
  • Students Click Here

*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

Posting Guidelines

Promoting, selling, recruiting, coursework and thesis posting is forbidden.

Students Click Here

Jobs

shop doc help

shop doc help

shop doc help

(OP)
I'm trying to customise a shop doc (NX6), but i'm not too good with .tcl
I've managed to modify the default "unique tool list by program" to the attatched, which is fine.
Now i want to modify the "advanced web page mill" so that in the 'cutting sequence' it will list the toolpath's in order of programs, as it does in the attatched file.
I think i need to modify the code inside "mill_html_cuttingseq.tpl" but i've tried various things without success, can someone point me in the right direction?
One other thing, it'd be nice if i could get the "unique tool list by program" doc to ignore the "NC program" entry, and just list the programs with toolpaths in them.

RE: shop doc help

(OP)
anyone??

RE: shop doc help

I used shop doc, but i changed it for a post, what genererates a html. This post can extract more parameters from the operations, than the shopdoc.
my shopdoc is from the shopdoc_programview_text.tpl.
 i used the following code to avoid writing out the main program group:

if {[string match "NC_PROGRAM" $mom_object_name] == 0}\
            {
            MOM_output_literal "<TR BGCOLOR=white><TD> $mom_object_name </TD>"
            }

my postprocessor makes the html linked below:

----
kukelyk

RE: shop doc help

(OP)
thanks i'll try to add that in

Red Flag This Post

Please let us know here why this post is inappropriate. Reasons such as off-topic, duplicates, flames, illegal, vulgar, or students posting their homework.

Red Flag Submitted

Thank you for helping keep Eng-Tips Forums free from inappropriate posts.
The Eng-Tips staff will check this out and take appropriate action.

Reply To This Thread

Posting in the Eng-Tips forums is a member-only feature.

Click Here to join Eng-Tips and talk with other members!


Resources