×
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

post builder operator message

post builder operator message

post builder operator message

(OP)
I have a problem with post builder I am using mill controls that have a operator message. the problem is the post is putting the operator message in the posted tool path and the machine will not accept it and alarms. I cannot take it out of the mill control because other machine use it. can anybody tell me how to get post builder not to out put it?

thanks charlie

RE: post builder operator message

Why don't you just make another post for that machine.
Also can you close you message with () and make it work?

RE: post builder operator message

You could add an operator message procedure to your post that contains nothing. That one should prevent the output.

RE: post builder operator message

You could take to default operator message and add it to your post and then make it output nothing.


proc  MOM_operator_message {} {
#_______________________________________________________________________________
# This procedure is executed when the Operator Message command is activated.
#_______________________________________________________________________________
         global mom_operator_message mom_operator_message_defined
         global mom_operator_message_status
         global ptp_file_name group_output_file mom_group_name
         global mom_sys_commentary_output
         global mom_sys_control_in
         global mom_sys_control_out
         global mom_sys_ptp_output

         if {[info exists mom_operator_message_defined]} {
           if {$mom_operator_message_defined == 0} { return }

 return }
}
}


John Joyce
i Knowledge Solutions
Denver, Colorado
joyce@ikstata.com
www.ikstata.com

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