Work Offset Number Setting (FixOff) ========================== |br| It is added to Fusion 360 differently than other UDEs. Instead of adding it through the "Manual NC" operation, the information is defined under "WCS Offset" in the "Post Process" tab in "Setup", and the defined part zero is added to the APT file as the "FixOff" expression. |br| .. thumbnail:: ../../../../_images/udedo5.png :width: 700 :alt: Using UDEs what does 5 For example, in the above example, "0" selection is used to activate G54 part zero. To activate G55, "1" should be written instead of "0" After making this selection, the following expression will be added to the created APT file as shown below. |br| MCS2/1., 0., 0.,0., 1., 0., 0., 0., 1. |br| FIXOFF/0 |br| CUTTER/10., 0., 0., 0., 0., 0., 50. |br| LOADTL/1, 0, 50., 1, 1 |br| SPINDL/RPM,5000,CLW |br| **The Type of UDE:** |br| It is not a standard type of UDE. It is a custom UDE. Custom UDEs are UDEs that need to be defined as shown in the below example in the CAM settings section of MANUSpost Developer. In this UDE definition, the "Variables", and "Event" that will be affected by this UDE should also be defined. |br| .. thumbnail:: ../../../../_images/udedo6.png :width: 700 :alt: Using UDEs what does 6 |br| **What is it used for?** |br| This is a UDE used for selecting the work offset number (G54,G55 etc). |br| **How to deactivate it?** |br| It is effective on the line where it is printed. Therefore, there is no need to deactivate it. When this is activated, the relvant workoffset number is printed to the NC code. If the workoffset number needs to be changed within the same NC program, a new "Setup" must first be defined in Fusion 360, and the operations where the workoffset number will be different should be included in this new "Setup". Then, a new work offset number should be defined in this new "Setup". In this way, a second "FixOff" UDE is added to the APT file. |br| **What Does it Affect/Change Inside MANUSpost Developer?** |br| When this UDE is activated, no standard variables or events in MANUSpost Developer are affected. Only "Custom Variables" and “Custom Events” created by the user will be affected by this UDE. |br| .. |br| raw:: html