Post Builder, can't force output of high speed codes at every G00/G01/G02/G03.
Post Builder, can't force output of high speed codes at every G00/G01/G02/G03.
(OP)
I am trying to out G187 P1 right before every G00 and ouput G187 P3 right before every G01/g02/g03. I used a pb_cmd with mom_output_literal but the post only outputs the codes once then not again after a tool change. I also tried a simple text command and that gave the same result.
Here is an example of one of the pb_cmd's:
# This cmd outputs the G code for smoothness level: finish
#
#
#
MOM_output_literal "G187 P3"
Quite simlple but I'm obviously missing something. By the way, when using the pb_cmd there is no force output choice when right clicking it but there is when using simple text input.
The reason I want to do this is the finish mode adversely affects positioning so I want to set it to rough for G00 and set it back to finish for G01/G02/G03.
Here is an example of one of the pb_cmd's:
# This cmd outputs the G code for smoothness level: finish
#
#
#
MOM_output_literal "G187 P3"
Quite simlple but I'm obviously missing something. By the way, when using the pb_cmd there is no force output choice when right clicking it but there is when using simple text input.
The reason I want to do this is the finish mode adversely affects positioning so I want to set it to rough for G00 and set it back to finish for G01/G02/G03.
NX8





RE: Post Builder, can't force output of high speed codes at every G00/G01/G02/G03.
John Joyce
N.C. Programming Supervisor
Barnes Aerospace, Windsor CT
NX6 & NX7.5
RE: Post Builder, can't force output of high speed codes at every G00/G01/G02/G03.
This is very frustrating because I have been told there are not any classes for PB and taking a Tcl-Tk class is overkill for what little syntax we need to know for PB. What to do?
It's almost 9pm and way past the time to leave the office.
NX8
RE: Post Builder, can't force output of high speed codes at every G00/G01/G02/G03.
To create a new word select the NC Data Definitions tab
You have BLOCK, WORD, and FORMAT available
Select the WORD you want to copy and like G_mode for example and click Create You should now have a new word G_mode_1 for example. Now you can edit this word and add it to a block. Blocks have words and words are formatted.
Ther is a PB course listed on the siemens website http://training.industrysoftware.automation.siemen...
John Joyce
N.C. Programming Supervisor
Barnes Aerospace, Windsor CT
NX6 & NX7.5
RE: Post Builder, can't force output of high speed codes at every G00/G01/G02/G03.
NX8