hi all!!i need your help!

i am trying to create a post processor for dmg50 3+2 axis cnc machine with sinumerik 810d for my master thesis, using pro/engineer 5 (creo 1).
the machine recognizes the cycles with the format, for example, CYCLE81(RTP, RFP, SDIS, DP, DPR) for drilling instead of G81.

In the option file generator in proe 5 there is an option for siemens 840 (motion->cycles)


But with siemens 840 the code for tapping for example is with the following format:

CYCLE84 (15,0,15, ,21,2,3, ,.005,0,300,300, ,0,0,0,0,0)

and i need CYCLE84 (15,0,15, ,21,2,3, ,.005,0,300,300)

So there are 6 parameters that the machine with control 810 can not read.

the same is for CYCLE 83 etc, only for CYCLE81 the format of the code is compatible.


how can i fix that??
is there a way??
or the solution is to change the FIL language?and how can i do that??