When postprocessing a toolpath in postprocessor MILL_5_AXIS , how do I get the Feed (F) printed for all the lines?
Solution
In order to get the F value printed in all lines, you need to do the following:
Edit the file
ctrl_generic_base.def under "controller" folder in
\MACH\Resource\postprocessor\mill_5_axisFind the "ADDRESS F" and set
FORCE=always
The result is a cnc code including the F in all the lines as requested.
(PARTNAME : 9782248_DEEPDRILL_FEEDWITHPARAM.PRT )
N10 G17 G21 G94 G90
(DRILLING_TLB , TOOL : T2.0R0.2_8WSL)
N12 T9803 M6
N14 G54
N16 G68.2 X0. Y0. Z0. I-90. J4.3 K0.
N18 G53.1
N20 G17 G43 G0 G90 X-32.445 Y-103.983 Z109.134 S1910 H12 M5
N22 G94 G1 Z4.252 F688.
N24 Z-7.204 F138. S600 M3 M8
N26 Z-10.204 F138. S1910
N28 Z-40.748 F229.
N30 Z-44.248 F229.
N32 Z-51.748 F229.
N34 Z-54.748 F138.
N36 Z-89.204 F229.
N38 Z-89.004 F733.
N40 Z4.252 F733. S601
N42 Z109.134 F1146.
N44 G0 X-58.063
N46 G1 Z4.252 F688.
N48 Z-5.748 F138. S600
N50 Z-8.748 F138. S1910
N52 Z-40.748 F229.
N54 Z-44.248 F229.
N56 Z-51.748 F229.
N58 Z-54.748 F138.
N60 Z-96.748 F229.
N62 Z-100.248 F229.
N64 Z4.252 F733. S601
N66 Z109.134 F1146.
N68 G69
N70 G68.2 X0. Y0. Z0. I0. J0. K-90.
N72 G53.1
N74 G0 X-32.445 Y-44. Z101.03 H12
N76 G1 Z2. F688.
N78 Z-9.456 F138. S600
N80 Z-12.456 F138. S1910
N82 Z-43. F229.
N84 Z-46.5 F229.
N86 Z-54. F229.
N88 Z-57. F138.
N90 Z-91.456 F229.
N92 Z-91.256 F733.
N94 Z2. F733. S601
N96 Z101.03 F1146.
N98 G0 X-58.063
N100 G1 Z2. F688.
N102 Z-8. F138. S600
N104 Z-11. F138. S1910
N106 Z-43. F229.
N108 Z-46.5 F229.
N110 Z-54. F229.
N112 Z-57. F138.
N114 Z-99. F229.
N116 Z-102.5 F229.
N118 Z2. F733. S601
N120 Z101.03 F1146.
N122 G69
N124 M9
N126 M5
N128 M2
Tool Path Listing has 66 lines.
Hardware/Software Configuration
Platform: na
OS: all
OS Version: n/a
Product: NX
Application: CAM
Version: V1919
Function: POSTPROCESS
Ref: 002-8508298