Hello, dear friend. Maybe this can help you:
Okuma VTM-120Yb (Fanuc 18i-MB) 5-Axis Quick Guide
1. Work Offsets & Tool Lengths
Probe Setup: Touch workpiece with probe (H=0), set G54 Z0.
Tool Offsets: After touching tools, enter Absolute Z-value in the offset table.
Critical: Always use G43 H__ (e.g., G43 H1 for T1) to activate tool length compensation.
my tool offset is set to Z0 for my "probe" - when i touch it to the work, i then press "Z0-measure" - G54 ZM changes to -23.691
i then call G43 H1 and the absolute value for Z changes to -12.6559 this doesnt seem correct...
2. Home Positions
G28 = Safe retract (tool change position).
G30 = Secondary home (optional).
G27 = Rarely used (checks if at home, often alarms).
No homing required on power-up (absolute encoders).
thank you for confirming, i suspected this based on the age of the machine
3. Tool Setting Arm
Manually touch tool to arm, press "MEASURE" in offset page.
If automatic, check for G37 or custom macro (may need Okuma support).
discovered the tool touch arm to be broken today, technician is on his way to repair and calibrate
4. Large Negative Offsets?
Normal (measured from spindle face). Ensure cuts are accurate—no issue if values are consistent.
Quick Fix for Overshooting Z0:
T1 M6
G43 H1 ; ? MUST INCLUDE!
G0 G54 X0 Y0 Z0
Next Steps: Test with simple moves, verify G43, and check tool presetter macros. Let me know if you need more details!
https://www.elephant-cnc.com/
i include G43 in all of my tool length calls, however, how do you call tool geometry in turning mode?