Message 1 of 5
Insert M functions on Flexicam post
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am trying to configure my postprocessor to use on a Flexicam Viper with ACS control, and I already figured out how to insert M functions at the header and at end of the program. But I don’t know how to put this functions in the middle of the generated code, as you can see in the attached images.
Image: post_1.png , I need to insert :
S1 (coordinate system 1)
G0 X0 Y0
M3 E15000 (Here I need to put M3 before the spindle speed)
M100 (after the G0 Z*** move)
Image: post_2.png , I need to insert :
M101 (Before the tool change command M6 T*)
M122 (after tool change command M6 T*)
Can anyone help me with this ?
