Hello,im having a problem that my 802D sl control will not show the tool locations.

The tool changer works correctly , and i can see the tool location numbers under the service mode.
But i can't see the locations in tool offset menu. The location is constantly 0 , or even if i manualy change the location , after the tool change location stays the same - no chage even as i know that tool magazine has rotated and changed position.

Tool changer works correctly just the display is not functioning even after the parametar to show the "Loc. NO." is active ,and the colum is visible.
My idea is that maybe in L6 tool change cycle i should change something to " read and write" numbers to the adeequate address but i dont have example of professionaly made l6.


here is my L6 copy... ( sorry coments are ioriginaly in Croatian this is just google translate to make it easyer to read )
Is maybe there any addidional parameters i need to check, do some logic on them to read /write ...or is there a need to change PLC to show this information.

Code:
; Subroutine for tool changes
; to be positioned at Home Call for tool changes
;
N10 IF $ P_SEARCH GOTOF GOT; if the search block skips all this
N20 G53 G90 G40
N30 STOPRO
N31
N32
N33
N230 IF $ P_TOOLNO == $ P_TOOLP GOTOF GOT; if ä = cur -> end
MSG ("retooled ACTIVE OLD TOOLS **** **** t" << $ P_TOOLNO)
;
N35 M69; Make sure the tool was found Txx before L6 or not to Use any load
N40 M60; control the mag is not spinning and that the L6 in progress
N50 M59; opened jaw just in case
N60 g4f0.5
N70 G75 FP = 0 Y = 0 Z = 0; Pos Y and Z at a fixed position 1
N80 M65; check reefs Y axis - that was not shipping
N90 g4f0.5
; M67; check reefs along the Z axis reef closer to magazine
g4f0.5
N100 s10; the first stage of this work well
g4f0.5
N110 S200 M3; short spin and area
g4f1
N120 SPOSA = 326144; position the spindle
waits
g4f0.5
N130 M68; check reefs on spindles gave was well established
g4f2
N140 M58; clamping jaws - capture tool in the spindle and magazine
g4f0.5
N150 M50; release tools in Ferrets
N160 M52; release tools in the magazine
g4f0.5
N170 M56; tool changer out
g4f0.5
N180 M63; Rotation in the opposite direction (180 °) than the
MSG ("CHANGE OF TOOL IN THE END **** **** NEW TOOL T" << $ P_TOOLP)
g4f0.5
N190 M57; tool changer back
g4f0.5
N200 M51; tool clamping in the spindle
N210 M53; clamping tools in magazine
g4f0.5
N220 M59; release jaws
g4f0.5
N230 M64; mag Renwu-alternation in SP and deleted function M60
g4f0.5
N240 M66; M66 function taking correction -prepravljeno in parameter 22560
MSG ("")
M40