Machine requirements for part moving operations

The part moving operations can be available on any kind of machine-tool: milling center, lathe with subspindle, industrial robot. The main machine-tool requirement is the existing of the special tool holder that is marked as gripper. If gripper is absent in the current machine schema, then part move operation will not be available.

You can switch on this option on the machine setup page or in the file of machine schema description.

images/download/attachments/92868954/image2021-5-25_16-5-44.png


The fragment of the machine schema about the tool holder definiton is shown below. Note that the Gripper is enabled inside the SupportedToolTypes.

<SCType ID="MillSpindle" Caption="Mill Spindle" Type="TToolHolderNode">
<VisualProperties>
<Metallic DefaultValue="True"/>
</VisualProperties>
<XAxisID DefaultValue="AxisX"/>
<YAxisID DefaultValue="AxisY"/>
<ZAxisID DefaultValue="AxisZ"/>
<SupportedToolTypes>
<MillTool DefaultValue="true"/>
<LatheCutter DefaultValue="true"/>
<Gripper DefaultValue="true"/>
</SupportedToolTypes>
</SCType>

Adaptation of the turn milling lathes with subspindle

Pick and place operation can be used to move the workpiece between the main spindle and subspindle on the turn-milling machines. To make it possible the subspindle must be declared as tool holder with the gripping application. If you have got the machine schema of turn milling machine with subspindle designed for the SprutCAM version 14 and earlier, then you need to modify the machine description. Below the differences between the old (left) and adapted (right) schemas is shown.

images/download/attachments/92868954/image2021-5-25_16-33-18.png

1. In the subspindle definition TWorkpieceHolderNode is replaced by TToolHolderNode.

2. XAxisID, YAxisID, ZAxisID - the names of the axes that is responsible for the motion of the tool along the correspondent axis are added.

3. Gripper is added into the SupportedToolTypes