Home » Helpful Articles » Share the NX post-processing G00 fast-moving alarm code, set a fixed value to not alarm, to prevent the old machine tool from outputting G00 over-cutting

Share the NX post-processing G00 fast-moving alarm code, set a fixed value to not alarm, to prevent the old machine tool from outputting G00 over-cutting

Posted by: Yoyokuo 2021-09-28 Comments Off on Share the NX post-processing G00 fast-moving alarm code, set a fixed value to not alarm, to prevent the old machine tool from outputting G00 over-cutting

#Put to the knife path to start

global mom_operation_name

global mom_feed_traversal_value

global mom_parent_group_name

global mom_group_name

 

if {$mom_feed_traversal_value == 0} {

 

if {![info exists mom_parent_group_name] || ![info exists mom_group_name]} {

MOM_output_to_listing_device “************************************************ **************

Operation reminds you: Quickly move the operation ($mom_operation_name) and forget the setting, please check the setting again!

************************************************** ************”

MOM_display_message “A warm reminder:

The operation ($mom_operation_name) is moved quickly and forgot to set, please check the setting again! ”

} else {

MOM_output_to_listing_device “************************************************ **************

The operation prompts you: The process ($mom_parent_group_name—>$mom_group_name—>$mom_operation_name) is moved quickly and forgot to set, please check the setting again!

************************************************** ************”

MOM_display_message “A warm reminder:

This process ($mom_parent_group_name—>$mom_group_name—>$mom_operation_name) quickly moves and forgets the setting, please check the setting again! ”

}

MOM_abort “\n\n The alarm reminds you: Quickly move and forget the settings, please check the settings again\n\n”

 

}

Please keep the source and address of this article for reprinting:Share the NX post-processing G00 fast-moving alarm code, set a fixed value to not alarm, to prevent the old machine tool from outputting G00 over-cutting

Reprint Statement: If there are no special instructions, all articles on this site are original. Please indicate the source for reprinting.:Cnc Machine Wiki,Thanks!^^