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
thanks charlie





RE: post builder operator message
Also can you close you message with () and make it work?
RE: post builder operator message
RE: post builder operator message
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