<< Click to Display Table of Contents >> Navigation: MILL Module > Creating 4 Axis Operations > Inverse Time Feed Rate |
In 4 Axis operations you can set the your post processor to output feedrates in Inverse Time format. Once this is set, then all 4 and 5 axis motions will be processed with this feedrate being output.
1.First the distance traveled by the tool is computed for each move = dist 2.Then the time taken for traversing the move is computed thus: 3.Then the inverse time feedrate is = 1.0/timeForTravel; 4.And it is output for each move if different from the previous move. |
You do not need to edit your toolpath operations to output the Inverse Time Feedrate format! It is done automatically once it is enabled in your post processor. Follow these steps to enable the Inverse Time Feedrate format in your post: 1.From the Program tab under Machine Setup, select the Post icon to display the Set Post-Processor Options dialog. 2.For Current Post Processor, select your post. 3.Pick the Edit button to the right. This will display the Post-Process Generator dialog.
4.From the left side pane, select the Feedrate section.
5.On the right side pane, under Block Format, check the box next to "Output inverse time feedrate for 4 & 5 Axis motions". 6.For On Code, enter G93. 7.For Off Code, enter G94. 8.Pick Save As to save your (*.spm) post.
9.With your revised post set as your Current Post Processor, pick OK to close the Set Post-Processor Options dialog.
10.Test the revised post with a sample 4 or 5 Axis toolpath operation. |