Milling

0 (0)

Table offset recalculation

Macro for Siemens 840D controls to recalculate the offset after a table rotation. The ideal macro for all those working with rotary tables on both vertical and horizontal machines and boring machines. Thanks to two application modes, it can be adapted to the various requirements, providing two cases of use: the first case, typical of boring machines, generates new offset while the second, typical of machining operations following the table such as toothed wheels, pallets, etc., performs a temporary translation of the offset.

Not available online. Click on info to receive information.
(IVA esclusa)
Code: SI01-EN
Numerical control: SIEMENS 840D

Guarda video

Video non disponibile

Video not available

The macro-instruction recalculates the offset in relation to the centre of the table following rotation of the rotary table. This macro can be used to create a new rotated or rotated and shifted offset from any basic offset by setting the table rotation degrees. The offset recalculation macro provides two modes of use to adapt to the various needs: the first mode creates a new offset recalculated in relation to the table centre, a typical case of machining on boring machines where you want to have new offsets but recalculated from the initial one, in order to be able to work independently on all the offsets in the finishing phases.

A second case of use involves temporarily moving the active datum using the TRANS function to reach the new datum position after a table rotation. At the end of the machining process, deactivating the TRANS function will return you to the offset originally set. This second option is typical of machining with table following, where the table positions are numerous and always linked to an offset. The definition of the table centre can be made in the basic frame inside the offset table or directly inside the macro itself with internal parameters. The macro can be used both in the case of horizontal machines where the offset recalculation involves the X and Z axes, and in the case of vertical machines where the offset recalculation involves the X and Y axes.

Two programming examples are given below.

CASE N°1:

G54 ;INITIAL OFFSET
TABLEFRAME(-25,55,-600,-200,0,-240,0,0) ;G55 B-25

TABLEFRAME(-120,56,0,0,0,-580,-200,1200);G56 B-120
TABLEFRAME(180,57,0,0,0,250,-200,1500);G57 B180

T164
M6
D1 S1500 F450 M3

G54 G0 B0
TRANS X-160 Y-200
REPEAT AA1 BB1

;B-25
G55 B-25
REPEAT AA1 BB1

;B-120
G56 G0 B-120
REPEAT AA1 BB1

;B180
G57 G0 B180
REPEAT AA1 BB1
M30 ;END PROGRAM

AA1:
G0 X0 Y0
G0 Z150
CYCLE82(100,0,5,,50,0,0,1,11)
G0 Z150
G0 SUPA Z0 Y2500
BB1:

CASO N°2:

R1=0
STEP:
R1=R1+15
TABLEFRAME(R1)
G0 B=R1
;Machining
REPEAT STEP P9
TRANS

The macro is fully configurable. You can use internal parameters to define the name of the axis associated with the rotary table and the type of machine. The position of the table centre for recalculating the offset can be defined within the macro itself or in the basic offsets. Indispensable macro for those working on boring machines with rotary table or horizontal machining centres.

Table offset recalculation

Related Products

Table offset recalculation

Reviews

Buying Guide

How do I know what exactly the macro does?

Click on the ‘MANUAL’ icon to find the macro documentation with examples and parameter descriptions. Pay particular attention to the last paragraph ‘Warnings’.

After how long do I receive the macro?

After clicking on the buy button you will be directed to the purchase page. If you pay by credit card or PAYPAL, at the end of the process you will find in your personal area the macro ready for downloading with its manual and parameter diagram. If you pay by bank transfer, the macro will only be available once the amount has been credited.

How do I load the macro into the machine? 

The macros for sale online do not require our presence for installation. Once purchased, the macro will be loaded onto your CNC machine just like a normal programme. To transfer the programme to the machine tool, use the method already in use on your machine (SERIAL, USB, PCMCI, NETWORK).

On how many machines in my workshop can I use the macro?

With the purchase of the machine you also acquire the licence to use the macro for all the machines in your workshop. It is not possible to sell or transfer the macro to third parties. For more information, please read the contractual conditions carefully.

Why are some macros not saleable online?

Some macros are marked ‘NOT SELLABLE ONLINE’ because they require the presence of a technician for installation. This is the case, for example, when customised screens for entering parameters have to be installed.

×