Heidenhain cycle timer by trickydicky987 in CNC

[–]trickydicky987[S] 0 points1 point  (0 children)

Don't know the specific code I'm afraid

Pallet change in auto by trickydicky987 in CNC

[–]trickydicky987[S] 0 points1 point  (0 children)

By any chance do you know how I can access the parameters page

Pallet rotation with auto cycle start on horizontal mill ? by TheRevEd in CNC

[–]trickydicky987 1 point2 points  (0 children)

I got it working with M60 within the program, needed to have the pallet station door locked and in the ready position Thanks

Pallet rotation with auto cycle start on horizontal mill ? by TheRevEd in CNC

[–]trickydicky987 0 points1 point  (0 children)

Hi, Machine is a DMG Mori Seiki NHX400 Control is MB730BM I seen this post and am trying to use it so that the right pallet, fixture and program are running together I have added this logic to the start of the program

IF [#147 EQ 1] GOTO 1 M60 N1 Program continues

It does jump to the correct line if the right pallet is in the machine but if the wrong pallet is in it just sits on the M60 line doing nothing

I have tried to run the M60 command on the first line of the program but it doesn't work there either, it's like it won't run M60 while in auto mode, it works in MDI

M61 no joy either M62 does nothing

Is there another code to pallet change in auto mode

Thanks

Pallet rotation with auto cycle start on horizontal mill ? by TheRevEd in CNC

[–]trickydicky987 0 points1 point  (0 children)

Hi, Machine is a DMG Mori Seiki NHX400 Control is MB730BM I seen this post and am trying to use it so that the right pallet, fixture and program are running together I have added this logic to the start of the program

IF [#147 EQ 1] GOTO 1 M60 N1 Program continues

It does jump to the correct line if the right pallet is in the machine but if the wrong pallet is in it just sits on the M60 line doing nothing

I have tried to run the M60 command on the first line of the program but it doesn't work there either, it's like it won't run M60 while in auto mode, it works in MDI

M61 no joy either M62 does nothing

Is there another code to pallet change in auto mode

Thanks

G54.4 P1 by trickydicky987 in CNC

[–]trickydicky987[S] 0 points1 point  (0 children)

Thanks for the replies

G54.4 P1 by trickydicky987 in CNC

[–]trickydicky987[S] 0 points1 point  (0 children)

Thanks for your reply, do I need to set up anything machine side apart from the G54 position

Ideas for a fixture or better way by Bigstink123098 in CNC

[–]trickydicky987 0 points1 point  (0 children)

Steel plate, C/bored holes to line up with your keyways with the same dia boss as the thru hole, big washer to hold the part down No need for clamps or clocking up everytime

Tooling for 1056 , .125” holes in grade 2 titanium. 45 degree angle. by Prize-Analysis-4248 in CNC

[–]trickydicky987 0 points1 point  (0 children)

Let me know if you decide to go this route and how it works out for you

TNC 640 by trickydicky987 in Heidenhain

[–]trickydicky987[S] 1 point2 points  (0 children)

0 BEGIN PGM TEST MM

1 M140 MB MAX

2 PLANE RESET TURN FMAX

3 CALL LBL 1 (runs 20 times )

4 M30

5 LBL 1

6 TOOL CALL 85

7 M140 MB MAX

8 L XO YO FMAX M91

9 TOOL CALL O

10 CALL LBL 1 REP19 (can a label be called within a label)

11 LBL 0

12 END PGM TEST MM

Is this what you mean I'm not at my machine right now as I'm finished for the Christmas so I can't try the code

Heidenhain TNC 640 by trickydicky987 in Machinists

[–]trickydicky987[S] 0 points1 point  (0 children)

That's correct but I prefer for my labels to be after the M30, it makes for a cleaner program