I am using Creo Parametric Release 8.0 and Datecode8.0.6.0
Hello,
when I only output Tapping sequnce's Gpost I want add the code M29 instead of M3 code.
How can I do it.
Thank you
Solved! Go to Solution.
Hi @hakdemir,
Change in code M29 instead of M3 code may need changes at post level.
There is pretty old document at https://support.ptc.com/appserver/cs/view/solution.jsp?n=115106 regrading the same. This may provide some information.
Example in article s only for reference. make sure you are thoroughly testing the suggestion prior implementing in production. PTC does not take any responsibility if something goes wrong on your machine while using this post processor file. You can treat this as an example and then ensure to modify or create a correct post processor that works fine on your machine. Please do not use this example directly.
Thanks
Hi @hakdemir,
Change in code M29 instead of M3 code may need changes at post level.
There is pretty old document at https://support.ptc.com/appserver/cs/view/solution.jsp?n=115106 regrading the same. This may provide some information.
Example in article s only for reference. make sure you are thoroughly testing the suggestion prior implementing in production. PTC does not take any responsibility if something goes wrong on your machine while using this post processor file. You can treat this as an example and then ensure to modify or create a correct post processor that works fine on your machine. Please do not use this example directly.
Thanks
I think it is best to either set spaces globally OFF in options file, and then place spaces with ' ' in FIL, or globally set it ON in options file, then manipulate on/off the INTCOM statements in FIL when/where you want. Whichever results in less code...Or use REPLAC, but that's not very elegant...and bound to eventually replace something you don't want replaced....
ITSBIT 1869 Controls blank spaces in INSERT statements.
Default= 00 - Suppress blanks from INSERT statement.
Range= 00 - Suppress blanks from INSERT statement.
01 - Allow blanks from INSERT statement to be output.