What's new
What's new

Okuma Mill macro

tprovo

Plastic
Joined
Jun 17, 2020
Hello everyone,
I'm trying to write the work offset values using variables in the program on an Okuma horizontal mill . I can right the values to the H work offset through MDI, but in the program it reads past them.

Below is what the code looks like.

VZOFX[26]=-2.064 (G15 H26 X VALUE)
VZOFY[26]=262.190 (G15 H26 Y VALUE)
VZOFZ[26]=-118.413 (G15 H26 Z VALUE)

G15H26 (WORK SHIFT)


Has anyone had issues with these?

Thanks,
Tim
 
Which control? I think some variables changed when they started the P200 and P300 controls. Some variables that I use on my E100M control are different.
 
try this
VTOFH[26] = -118.413

VTOFZ Z-axis tool offset
VTSOY Y-axis tool offset
VTOFX X-axis tool offset
 








 
Back
Top