Hello Silverio,
There are certainly some tricks to getting multiaxis to work with a plasma machine since the Laser/Plasma/Waterjet side of the software is not setup with multiaxis in mind. Below are some notes I have made when working on a similar project earlier in the year, hopefully some of them can be of use to you as well:
When considering toolpath in the software, the laser does have a fixed length, and coordinates are posted from the end of that length. To account for this in the toolpath, I would program the toolpath with the depth set to the surface of the part (or the location of the nozzle of the cutter if there isn’t a THC). Although because the depth of cut is set to just the surface, the simulation will not be able to display cut material, but should get you the coordinates that you need in the code…
For turning the cutter on and off, the way I’ve been able to get this to work consistently is by applying the cutter off commands to the rapid blocks in the post (27, 50, & 54). For turning the cutter on, I applied the cutter on to the initial feed blocks (51, 55, & 155). Since the on/off commands are not “smart” variables it does require using the programming blocks to both indicate when it is turned on/off and check that status as well to avoid duplicate commands. But programming blocks will also give you more flexibility when it comes to customizing your cutter on/off processes, beyond what can be defined in your toolpath.
Some things to keep in mind, if you use this method, is that you would want to make sure your retract moves are rapid moves, and not feed moves, as a feed move would leave the cutter on as it is moving away from the cut surface. One way to prevent this in the multiaxis feature is under the Link tab, select the Retracts button, and set the ‘Exit Feed Distance’ to 0. Also when creating multiaxis features, make sure you are not using direct linking moves. This is because linking moves are also executed at a maximum feedrate, where the cutter would not be turned off.
I wish you great success on your 5 axis Plasma project, and please let me know if you have some questions along the way, I would be happy to help!