Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations waross on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

post builder operator message

Status
Not open for further replies.

cbr900rrchas

Mechanical
Jul 19, 2006
12
0
0
US
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
 
Replies continue below

Recommended for you

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
 
Status
Not open for further replies.
Back
Top