G code is not working...
So there seems no option to change the postbuilder.
By the way, is there a way to test the Gcode in Windows without an Linux Emulator?
Please Log in or Create an account to join the conversation.
my_machine_tool.pui
Only Post Builder uses this file. This file contains static information on how to write out the .tcl file. Although Post does not need this file, it must be present in the same directory as the .tcl and .def files in order to edit your postprocessor.
my_machine_tool.tcl
This file determines the blocks that need to be output from events that are generating by Post. This file uses the TCL language. Post Builder completely creates this file every time you save your postprocessor. Post also uses this file at run time to generate NC code.
my_machine_tool.def
This file defines all the static information for the postprocessor. This includes formats, address and NC blocks. The format of this file is a special syntax created by NX. This file is used by Post to postprocess the tool path and generate NC code.
Please Log in or Create an account to join the conversation.
my_machine_tool.tcl
This file determines the blocks that need to be output from events that are generating by Post. This file uses the TCL language. Post Builder completely creates this file every time you save your postprocessor. Post also uses this file at run time to generate NC code.
Clearly the option exists, somewhere. Look at line 1480 and onwards in the .tcl file and (more specifically) line 117. You should be able to change line 117 to read "Absolute Arc Center" and then see what the output file looks like.
However, it does actually look correct as it is so I am not clear what might be wrong.
It does seem to indicate that, buried somewhere in the gui, is a way to set the arc centre format.
Please Log in or Create an account to join the conversation.
and in the TCL stands:
set mom_sys_cir_vector "Vector - Absolute Arc Center"
But it's still the same Error Axis. I Attatched the postprocessor files and the ngc.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
I think the problem might now be one of accuracy, did you change the minimum accuracy value? It was in the box you posted the image of in #5347
Please Log in or Create an account to join the conversation.
The Error was the same as posted here:
BigJohnT wrote:
I didn't see anything in dmesg. You have to check the last position as well as the arc to see if your in the correct starting position. With Arc Buddy you can define the center and the start and end angles and it gives you the two lines needed so it helps me make sure my post is putting out the proper start position as well as the correct arc move.
Screen Capture works.
John
but it says line 13 and the values could differ.
Please Log in or Create an account to join the conversation.
The Error was the same as posted here:
If that is the error you saw then you have not actually loaded the .ngc file you think you have loaded. (That is an error from the old Axel.ngc, not mittwoch.ngc)
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
You are getting real close!
John
Please Log in or Create an account to join the conversation.