What's new
What's new

Nakamura Tome TMC2 Parameters please!!!

davidwenrich

Aluminum
Joined
Oct 27, 2015
Does anyone out there have, or know someone that may have a parameter setting list for Nakamura Tome TMC2 Equipped with Fanuc 6T control?? I recently got the machine I posted previously about (no movement)
fixed. Now axes move with handwheel and jog buttons, but I believe some Zero return parameters are off.
 
What problems are you having specifically? I just got a 1981 Nakamura tome tmc-2 up and going.

My machine also has some issues doing zero return. It seems like I have to carefully jog out to the home position limits, then go back until the zero return function kicks in. Sometimes I have to do it more than once.

All I have left to do is figure out the comms so I can send out a program.
 
Not to hijack this thread, but I had some more questions about our Nakamura Tome TMC-2 with the Fanuc 6T-B control.

I was having a bear of a time getting anything to communicate with it, but I finally lucked out by using the original breakout cable that came with it, and interfacing it with one of those DNC boxes. I was literally one day away from just programming the thing line by line at the control.

My first question is regarding the program when it is sent to the machine via the DNC box. Oddly enough, it always cuts off the first 5-10 lines of code and I have to manually enter them. There's a guy on Youtube who has the same control, and his programs always lose the last five lines of code. i was wondering if this is just a known issue or something I can fix.

Second question, Here is my posted code below. It's one of the standard Gibbscam post haste posts for the Fanuc 6T. I keep getting a "003" alarm, which indicates that a value is too large I'm just not sure which one. There are five other post processors that I can use, but some of them don't generate g50 offset codes, and the others end up making stuff that really doesn't look right.

Also, the post is adding a really high feed rate at the very end of the code. Everything looks fine in my program before post.

Thanks in advance for any help!

O1
N1 (TOOL 1)
N2 (CNMG 432)
N3 (OPERATION 1)
N4 T0100
N5 M8
N6 G50 X0 Z0 S1000 M42
N7 G96 S350 M3
N8 G0 X0.0824 Z2. T0101
N9 G1 Z0.5 F0.06
N10 G1 Z0.02 F0.003
N11 Z0.01
N12 G3 X0.0624 Z0 I-0.01 K0
N13 G1 X-0.9582
N14 G3 X-0.9782 Z0.01 I0 K0.01
N15 G1 Z0.02
N16 G0 Z0.5
N17 (TOOL 1)
N18 (CNMG 432)
N19 (OPERATION 2)
N20 X-0.65
N21 Z0.01
N22 X-0.9
N23 G1 Z-0.5521
N24 G2 X-0.9216 Z-0.5592 I0.0113 K-0.0291
N25 G1 X-0.997 Z-0.5968
N26 X-1.
N27 G0 Z0.01
N28 X-0.8
N29 G1 Z-0.55
N30 X-0.8774
N31 G2 X-0.9 Z-0.5521 I0 K-0.0312
N32 G0 Z0.01
N33 X-0.7
N34 G1 Z-0.55
N35 X-0.8
N36 G0 Z0.01
N37 X-0.6
N38 G1 Z-0.5488
N39 G3 X-0.6176 Z-0.55 I-0.0088 K0.0326
N40 G1 X-0.7
N41 G0 Z0.01
N42 X-0.5
N43 G1 Z-0.0715
N44 G2 X-0.55 Z-0.1562 I0.1312 K-0.0847
N45 G1 Z-0.5162
N46 G3 X-0.6 Z-0.5488 I-0.0338 K0
N47 G0 Z0.01
N48 X-0.4
N49 G1 Z-0.0228
N50 G2 X-0.5 Z-0.0715 I0.0812 K-0.1334
N51 G0 Z0.01
N52 X-0.3
N53 G1 Z-0.0032
N54 G2 X-0.4 Z-0.0228 I0.0312 K-0.153
N55 G0 Z0.01
N56 X-0.2376
N57 G1 Z0
N58 G2 X-0.3 Z-0.0032 I0 K-0.1562
N59 G1 X-0.317 Z0.0053 F3000.
N60 G0 X-0.65
N61 G0 Z1. M9
N62 X0 Z0 T10000
N63 T0100
N64 M30
 








 
Back
Top