Hi All

I have 2 machines with the same Heid 426 controls . When I run the below code on one it works fine the other machine it will not move at
line (2038 L IX+0.15 IY+0.15) for some reason on the second machine its not picking up the last feed rate F40 , If I put a feed on the line it works ok Can any one tell me if there is a parameter I can change so that both controls are acting the same.

2025 TOOL CALL 106 Z S800
2026 STOP M6
2027 M13
2028 L W+0 F1500
2029 ; ***************
2030 ; Angles: B+39.083
2031 ; ***************
2032 L B+39.083 R0 F MAX
2033 L X+8.7 Y+110 F MAX M13
2034 L Z+208 R0 F MAX
2035 L Z+196 R0 F40
2036 M5
2037 M19
2038 L IX+0.15 IY+0.15
2039 L Z+250 F MAX
2040 L X+8.7 Y+110 F MAX
2041 M26
2042 L X+500 F MAX
2043 STOP M0 ; CHECK HOLE DIA 15.027-15.0 DIA
2044 ; ;;;;;;;;
2045 CALL LBL 99 ; Safe Position

Thx
Dmpdaz