02-23-2022, 07:55 PM
I am attempting to use Autodesk Fusion 360 for tool path generation for a CNC application. I see in the documentation videos (https://www.youtube.com/watch?v=rwL_z3WYMkY&t=661s) using FeatureCam that it breaks up the Setup programs into individual programs (10:00 min mark) is this due to the max number of program lines or is it by operation? I would like to break up the operations as programs, Front, back, etc. Is this possible or do I have to create a new setup for each? The reason for this is to make paths for adequate collision avoidance between operations. Additionally, I have the Program line limit set to 8000 lines and when I generate programs and export they are still 30,000 lines. I followed this and the inline sub programs. (//www.sinclairbody.com/doc/en/Robot-Programs...ogramSplit)
Lastly, at the end of my generated lines of codeMOVE C, P(-116.367,19.654,87.630,-180.000,0.000,90.000),@P P(-116.367,19.654,87.630,-180.000,0.000,90.000), Speed=Mps(100.00) I would like to remove the ,Speed=Mps(100.00) from generating on every line as the Denso controller does not interact well with this line of code since it does not declare acceleration/deceleration values and end up defaulting to .001 and I end up having to remove them with ctrl+F replace all, with 30,000 lines of code this takes up to an hour to process. Most of the work I do uses one speed and I manually add (ExtSpeed 2 , ExtAccel 100, ExtDecel 100) that at the start of my programs
Lastly, at the end of my generated lines of codeMOVE C, P(-116.367,19.654,87.630,-180.000,0.000,90.000),@P P(-116.367,19.654,87.630,-180.000,0.000,90.000), Speed=Mps(100.00) I would like to remove the ,Speed=Mps(100.00) from generating on every line as the Denso controller does not interact well with this line of code since it does not declare acceleration/deceleration values and end up defaulting to .001 and I end up having to remove them with ctrl+F replace all, with 30,000 lines of code this takes up to an hour to process. Most of the work I do uses one speed and I manually add (ExtSpeed 2 , ExtAccel 100, ExtDecel 100) that at the start of my programs