hai all
i'm now building a post for a four axis machine and i'm using pb_cmd_fixture_offset_with_G10.tcl command for new planes.can enybody tell me how can i force out that line G10L2P....... at the begining of every operation even when the plane is not changeing (by plane i mean a diferent face to be machined).to be short :
i'm trying to make the post for fanuc similar to a heidenhain one meaning that at the begining of every operation i want to put out a line for calculateing the new coordinates for the new origin.i have made a macro subroutine on the machine witch is calculateing the new coordinates through the center of rotation on the machine.then i have made a custom M function (M68) witch i want to use in my post. so basecly i want a line like this : M68 x y z b to be output at the begining of every operation. x y z b values are calculated by the pb_cmd_fixture_offset_with_G10.tcl command.
eny ideas?
thank you!