CAM output text formatting?
Posted: Fri Jan 28, 2022 5:51 pm
Hi. I do need to write a new post-processor for a Morbidelli machine and I do need the following output format:
I want to change in the post.js (modified from the "EMC2.js") the following line:
to have this output:
The problem is that I don'ow how to change the part to have as output: (765 is the value of X).
Unfortunately the documentation on how to create a new post-processor it is very scarce and I can't find a way how to get the desired output. Thank you.
I want to change in the post.js (modified from the "EMC2.js") the following line:
Code: Select all
this.rapidMove = "G0 [X] [Y]";Code: Select all
XG0 X=765 Y=5 Z=15.2 V=1500 S=18000 D=10 T=107 C=1 E=1Code: Select all
[X]Code: Select all
X=765Unfortunately the documentation on how to create a new post-processor it is very scarce and I can't find a way how to get the desired output. Thank you.