User Tools

Site Tools


quickstart:mycnc-quick-start:tangential-knife-setup

Tangential Cutting Setup

From our Video FAQ series: How to turn on tangential cutting?

The profile screen description for tangential cutting profile X1366V is available here: Basic profile for Tangential Knife.

Turning tangential cutting control ON automatically modifies the imported G-code or an imported DXF file:

  1. Positioning blocks (G0-code) is modified. CNC Control software looks at the next motion code, calculates the motion direction angle and adds a C-axis rotation into the G0 code to follow through the next motion.
  2. For Arc interpolation codes (G2, G3), CNC control adds a C-axis rotation to follow the motion direction
  3. For Linear interpolation (G1 code), CNC control calculates an angle between two line segments and modifies the behaviour depending on the angle in question (the three possible outcomes are discussed later in this manual).

The main settings for the tangential knife/creasing wheel/etc can be found in Config > Technology > Tangential Knife on the following screen:

tangential-knife-quickstart-001.jpg

In order to enable the system, change the flag in the Knife Enabled line to ON (green). If you later navigate to the main screen of myCNC software, the indicator on the tangential knife icon will show whether the system is on or off, without having to go to the settings (red for ON, grey for OFF).

tangential-knife-quickstart-003.jpg

Knife Min Angle values signify the largest angles at which the machine will still be turning the knife without lifting it. The first Knife Min Angle value signifies the maximum angle of such a turn as to allow the machine to begin rotating the knife before reaching the corner of the turn itself. This is useful when working with pliable materials which allow for some bending, in order to achieve a cleaner overall cut.

The second Knife Min Angle (2) signifies the maximum angle of a turn such that the machine can rotate the knife right at the corner without lifting the knife up. This is usually a higher value than the first Min Angle.

tangential-knife-quickstart-005.jpg

A value that is higher than Knife Min Values (meaning a sharper turn) will make the machine reach the corner and lift the knife up to its programmed lift height.

tangential-knife-quickstart-004.jpg

As can be seen in the example above, our Min Angle values were 3 and 10 degrees respectively. Thus, the machine will start turning the knife before reaching the 2.9 degree corner, then will continue to travel up until the 10 degree corner at which it will turn the knife again (all of that without lifting). At the 90 degree corner, however, it will lift the knife first before turning it, as the turn is too sharp for the knife to be rotated while still embedded in the cutting material.

The Knife Up programming field specifies the behaviour of the knife during the lifting phase, which can be set to absolute and incremental. Absolute takes the value of the Lift Height and lifts the knife to that point in the z-axis regardless of its previous position, while the incremental mode adds the Lift Height value to its original cutting position and lifts it to that height. Both methods have their merits, and can be switched between depending on the operator's needs.

tangential-knife-quickstart-007.jpg

The Angle after Homing degree is usually left to be at zero, however that can be altered depending on the needs of the operator and the specific configuration of the machine.

The Glass Cutting extension can be toggled to be ON or OFF, depending on the specifics of the machine.

Lift Height specifies the height for the lifting procedure, as described in the Knife Up Programming. This value is set to be in millimeters.

Other tools

The X1366V profile allows for tangential cutting control not only with a simple cutting knife, but a variety of other tools such as a half-knife, creasing wheel, 45 degree knife, and more. Tools can be combined into a single job by importing a DXF file with pre-defined layers which will be assigned to different technologies. If a tool does not require tangential cutting control (such as a spindle), it can also be defined in the myCNC software to be assigned to a separate layer/pen in the DXF/HP-GL file respectively.

The important part about tangential cutting control is the ability to use the rotation axis (axis C in the X1366V profile). This is turned on by the following code that is included in the M6 macro (the M6 macro is responsible for switching between the tools):

G10 L80 P7005 Q1

Similarly, turning tangential cutting off is done by using the following code in the M6 macro:

G10 L80 P7005 Q0

This allows us to use the rotation axis when necessary by writing a 1 or a 0 into the register #7005:

Since having a number of tools in the same program is typically necessary, we can turn tangential cutting (utilizing the rotation axis) only for the tools that require it, such as the Knife and Creasing Wheel (shown in the screenshot above). The other tools (camera, pen, spindle, etc) will have tangential cutting turned off by having their register #7005 contain a 0.

Using register #7005 therefore allows the operator to utilize a variety of tools with tangential control features.

Importing DXF files into myCNC

Upon pressing the Open DXF file and navigating to the particular file you would like to open, the following window is shown:

  • Select your tool in the top section (Knife in this particular configuration, Half-Knife, Creasing Wheel and Camera can also be used).
  • Select your Tool Lift. This height will specify how high the knife will be lifted as it travels between parts.
  • Select your Working Height (usually left at 0)
  • Insert any necessary commands into the Header/Footer fields. These are usually left blank, unless it is necessary to add some particular command to the G-code generated from the DXF file after the Tool Change.
  • Choose your X-Y offset
  • If using multiple tools, such as a knife/creasing wheel combo, set up the priorities for the tools which correspond to the DXF file layers (so as to assign a correct tool to each layer). Press Save.
  • Press the check mark in the bottom right section of the screen to load the DXF file into myCNC. The file should now be loaded and displayed on your main screen:

The DXF import procedure automatically generates the knife turn/knife lift G-codes which are inserted into the program, and which correspond with the settings listed in Config > Technology > Tangential Knife. This allows for easy set up provided the DXF file has been correctly modelled.

A full manual on importing DXF files is available here.

quickstart/mycnc-quick-start/tangential-knife-setup.txt · Last modified: 2020/09/14 09:11 by ivan

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki