Part Inside of Part (PIP) Nesting with Automation
In order for Automation to cut part inside of part (PIP) using a layer other than "PROFILE_PIP", you need to create 4 new variables in the System section.
*PIPLAYER*- This is the layer name you want to use for parts to nest inside. For instance with Solid-CIM this would be “CUTOUT*”. This name MUST be in ALL CAPS.
*PIPAREA* - This is the minimum area the geometry must be in order for nest to place parts on it. So, all cutouts that have at least this much are will be considered for PIP nesting.
*PIPXMIN* - The minimum size in X for a part to be considered for PIP nesting. For instance if a cutout is bigger than *PIPAREA* but it is only 3” long by 40” tall then if *PIPXMIN* is set to 5.00 then this cutout will not get parts nested inside of it because it is not at least *PIPXMIN* in the X dimension.
*PIPYMIN* - The minimum size in Y for a part to be considered for PIP nesting. For instance if a cutout is bigger than *PIPAREA* but it is only 3” wide by 60” long then if *PIPYMIN* is set to 5.00 then this cutout will not get parts nested inside of it because it is not at least *PIPYMIN* in the Y dimension.
Staydown Tool Path Modification
The Staydown geometry created by Router-CIM has the rounded corner function in use by default. In order to change this function, you need to add the *forcesquare* variable in the System section.
*forcesquare* - Options
Set to ‘T’ – If you do not want the rounded corner feature
Set to ‘nil’– Staydown will use rounded corners
Changing Startpoints in Automation
To change the startpoints on geometry in Automation, you can add the variable *SPOVERRIDE* and set it to “SP_” (or any 3 characters) and then rename your layers with that prefix. Once that has been completed, you will need to change the DOIT file layer to knowledge associations in order to cut the layers properly. You can then run the job, Router-CIM Automation Suite will stop on the geometry on those layers and prompt you to pick a start point.
This variable should be added to the System section.
Setting Small Area size and also Small X or Y size
You can set Router-CIM Automation Suite to rename the outside layer in Automation by checking Rename Outside Layer and setting the Area in the box provided.
There is ALSO a variable named *SMLSIZE* which will let you specify a small X OR Y size for a part that will get its outside layer renamed. So, if you set *SMLSIZE* to 4.00 and set the area to 160.0 if a part is greater than 160 sq. inches BUT if X or Y size is under 4.00 then it will also get its outside layer renamed.
This variable should be added to the Geometric section.
FLATTEN Control on Splines
If you do not wish to use FLATTEN on splines during Automation, the *NOFLATNSPLINE* variable must be added and set to T.
This variable should be added to the System section.
Control how Router-CIM Handles an Ellipse
If the AutoCAD geometry is an ELLIPSE when you list it, then you must set *NOPELLIPSE* to T in Router-CIM in the NCVARS.
If the AutoCAD geometry is a POLYLINE when you list it, then you should set *NOPELLIPSE* to nil in Router-CIM in the NCVARS.
This variable should be added to the System section.
Changing the File Extensions in Router-CIM Interactive
Modify the two variables:
Under System Variables, select the variable *ncfilext*, change the value to the appropriate file extension. Note the file extension has to be between two quotation marks.
i.e. “txt”, “out”, “NC”, etc.
Under System Variables, select the variable *prev_ext*, change the value to the appropriate file extension. Note the file extension has to be between two quotation marks.
i.e. “txt”, “out”, “NC”, etc.
This variable should be added to the System section.
Manually place part labels using layer Nestcenter
If you want to define the location of the part label that Router-CIM Automation Suite uses for the placement of the part label on the part in the nested drawing, you can use this procedure.
Add the variable *nestpoint* and set the value to T. For instructions on how to define the location using a point in AutoCAD, go to the AutoCAD Help file.
This variable should be added to the System section.
Add the variables exactly as shown:
*pin_trimamt*
*pin_offset*
*pin_trimamt* - Changes the extension amount of the pin trim cut in the Y axis. Default value is 14.
*pin_offset* - overrides the distance of the cut from the edge. The top-side NC code file will be offset by this amount. Default is ½ the edge allowance of the nested material.
This variable should be added to the System section.
Add the variable exactly as shown:
*2sidedspacing*
*2sidedspacing* - Changes the spacing between the front side nest and the backside nest during the Two-Side Nesting function. The acceptable value is a real number such as 0.5. This will leave a 0.5 gap between the front side nest and the backside nest. To disable this feature, set the variable to a value of nil.
This variable should be added to the System section.
If you want to define the variable to set text height on the text above nested sheet in the nested drawing that Router-CIM Automation Suite uses, you will need to add the variable *ntheight*.
Add the variable *ntheight* and set the value a number. Value must be in quotes "1.25".
This variable should be added to the System section.
Below are the variables that control the orientation of the 'Print Nests' feature in Router-CIM Automation Suite.
For more information about the 'Print Nest' feature, click here.
*PlotDirection*
If you set the variable to "L" or "l" you will force the plot to Landscape
If you set the variable to "P" or "p" you will force the plot to Portrait
If the variable does not exist, then if X is greater than Y, you will get landscape. If Y is greater than X, you will get Portrait.
*pdfplot* |
By default the value of this variable is set to NIL |
Variable should be set to: T in order to have a PDF file made of the nested drawing. |
This variable should be added to the System section.
Scale Part Geometry in Router-CIM Automation Suite
The variable *SCALEAUTOMATIONGEO* needs to be added to the system to allow the user to scale all geometry by a factor so that drawings in inches and can be converted to metric and drawings in metric can be converted to inches.
The variable needs to be defined as a scale factor between quotation marks such as "25.4" to go from inch to metric or "0.03937" to go from metric to inch.
This variable should be added to the Geometric section.
To add a dwell/pause at the bottom of a Drill Motions cycle, you will need to adjust the following setting in the Drill Motion cycle:
Change Position 17 in the Drill Motions cycle to DWELL/1 (or whatever time you want to pause, in seconds). You will get a G04P1 in the code after the tool is at cut depth.
Alternately on newer posts, you can use DWELLX/.1 and get G04X.1.
To know which option is right for you, please review your post's Application Notes.
To make this change, go to the Router-CIM Control panel and select the button for 'Mod Cycle'.
This variable should be added to the System section.
Set to T - This will allow 'Code as Single Part' to offset the part just like what would happen if the part is nested by the material edge allowance.
Set to nil - This will create the 'Code as Single Part' NC code file as if the part were located at 0,0 with no edge allowance.
This variable should be added to the System section.
Add one of the following variables exactly as shown:
*SINGLE_PRE*
*SINGLE_SUF*
*SINGLE_PRE* - Changes the prefix when using the 'Code as Single Part' option. The value entered here will become the prefix of the single part NC Code file followed by the naming structure defined under the 'Part Name' tab.
*SINGLE_SUF* - Changes the suffix when using the 'Code as Single Part' option. The value entered here will become the suffix of the single part NC Code file followed by the naming structure defined under the 'Part Name' tab.
The value that is entered for either variable should be between quotation marks. For example "S_"
This variable should be added to the System section.
To have Router-CIM check if a part is a rectangle to allow Router-CIM to set the rotation of the part to 0 90 for more efficient nesting, you will need to add the following variable to the Router-CIM NCVAR file.
*REC_CHECK*
Set to nil - This will not change the parts rotation and the rotation will be defined by the material the part is nested on
This variable should be added to the System section.
This variable should be added to the System section.
Set to nil - This will not allow the Router-CIM Automation to use the Kinematic Time Study.
This variable should be added to the System section.
*BPP*
Set to T - If a number is in the 'Cutter Bridge' field under the 'Tool Information' column, an additional offset will be added to the outside of the part when nested.
Set to nil - No additional offset will be added to the outside of the part when nested.