I have a problem configuring a post for Heidenhain plain (conversational)
language format.
Problem is related to the format of the* feed_rate,* *canned_feed_rate* and
*tapping_feedrate* variables.

for example the output from post line
seq_only,"CYCL DEF 1.5 F",canned_feed_rate
39 CYCL DEF 1.5 F + 16.
when control only accepts
39 CYCL DEF 1.5 F16

so I think the correct type of these variables should be *integers without
+sign or decimal separators *(instead of real with zero decimals)

what changes do I need to make to the post file to achieve the correct
output line format?

Thanks