Hi

I am currently setting up one of our Mazak 200MSY (Matrix control) to run in EIA
We want to use the mazak tool data whilst using G54/G55 for hd1/2 as this is how we run our integrex machines.

I have changed the F parameters
F92Bit7
F93Bit3
F94Bit7

However upon cancelling mazak mode with G52.5 the tool data information is removed from the position screen.

Mazak AE's are sending us around in circles and are just telling us to use G53.5. We primarly want to use G54 as this way our CAM package handles all the datum information for both spindles as well as the transfer and pickup points without any manual input from the operators.

Heres a example of the code.

(************************************************)
N2 (T03.01 'A' = 200MSY - CNMG ROUGH TURN 0.8R - MAIN)
M901 (SELECT MAIN SPINDLE)
M202 (MAIN SPINDLE | TURNING MODE)
G28 U0 V0 W0 (RAPID TO HOME POSITION)
T0303.01 (CHANGE TOOL)
G52.5 (CANCEL MAZATROL CO-ORDINATE SYSTEM)
G54 (WORK OFFSET)
G123.1 (DIAMETER POSITIONING MODE)
G18 (PLANE CODE)
G50 S1750 R1 (MAX MAIN SPINDLE SPEED)
G96 S200 R1 M3 (SPEED & MAIN SPINDLE ROTATION)
G99 (FEEDRATE MODE | G98 = MM/MIN - G99 = MM/REV)
M123 (BARRIER CANCEL)
(************************************************)
(ROUGH FACE)
M8 (COOLANT ON)
G0 X29.309 Z1.
M248 (SPINDLE SPEED ATTAINMENT CHECK)
Z0.5
G1 X-1.6 F0.15
Z0.98
etc etc

can anyone point me in the right direction of what is still missing?

Thanks in advance.