Jump to content

Datsun B310 turbo coupe, A15 project


Atomic

Recommended Posts

Got the forklift delivered already on Friday, billing will be for Monday. I was first looking for a forklift from another company at first, but the transportation fees for forklift hauling was 400 euros different than I got the quotation at first. Called another place and they were happy to deliver it at the same day I created an account for ordering it, plus it was 400 euros cheaper in transportation costs than the first company I ordered it from, great work Pekkaniska! 

 

img_20200522_wa0005_by_atomicsickness_dd

 

I should be covered with this, it can lift up to 3000 kg, has hydraulically adjustable tilt, sideways and forks. Everything should go smoothly tomorrow.

 

The next thing was to tinker around the cradle again, I ended up sawing a bit off from the cradle so I could fit the original oil pickup tube. I had to bang it to the left side a bit so it will clear out the longer studs and nuts too

img_20200524_140826_by_atomicsickness_ddimg_20200524_144521_by_atomicsickness_ddimg_20200524_144740_by_atomicsickness_dd

 

1 mm is enough clearance for me 😄 

 

Pan sits flush now:

img_20200524_144441_by_atomicsickness_dd

img_20200524_144447_by_atomicsickness_dd

 

I'm planning to thicken the cradle to the side around the "bottom" of the pickup tube since the oil pan has more clearance there too:

img_20200524_144916_by_atomicsickness_dd

 

 

 

Edited by Atomic
  • Like 2
Link to comment
  • Replies 1.3k
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted Images

Sorry it took some time around with the CNC machine! Photo mayhem of the forklift action I did:

img_20200525_wa0000_by_atomicsickness_dd

 

Had my friend helping out with the directions and watching so that I wouldn't hit anything

img_20200525_wa0003_by_atomicsickness_dd

img_20200525_wa0008_by_atomicsickness_dd

ddy3ysw-82287723-38d0-48a7-b735-4ffa15b8

img_20200525_wa0005_by_atomicsickness_dd

 

Then the tool cabinet goodies:

ddy3yv4-a587a4c0-95e4-45f3-bc92-63889356ddy3yvm-13377685-da72-4c0a-98fc-f0591b17ddy3yw4-e7e871c5-f952-4f32-b370-4e08b6d8

ddy3ywy-5e990e20-2d1b-4225-9bc8-c00f4e98

img_20200525_101458_by_atomicsickness_dd

 

The machine had internal ROM/RAM battery which ran out during the transportation, so the whole machine had bunch of errors, which I then resolved by reseting the whole thing and applying 900 lines of code into it. I'm glad everything was documented pretty well by the guys who did the conversion:

img_20200525_163430_by_atomicsickness_dd

img_20200526_wa0020_by_atomicsickness_dd

img_20200526_wa0014_by_atomicsickness_dd

img_20200526_190555_by_atomicsickness_dd

 

I got the machine jogging and homing today. I will see what I can come up with it later on. So glad I got everything working even tho the programming and everything else was new to me and now the machine feels more like it belongs to the family as I have seen the parameters through and can probably troubleshoot things better later on if something happens!

 

 

 

 

 

 

 

 

  • Like 4
Link to comment

Spent some time with the machine after work again. I had to work around the fact that the spindle would only turn into one direction, and that was counter clock vise, doh! So I went and decoded it was one of the M-codes that needed fixing (long after fiddling and looking into if one of the relays were shut or didn't receive a signal.

img_20200527_wa0011_by_atomicsickness_dd

img_20200527_182236_by_atomicsickness_dd

 

 

In the end, managed to drill couple of holes and test out the face miller, everything pretty exciting if you ask me!

img_20200527_wa0023_by_atomicsickness_dd

 

Next I would really much want to clean the rest of the garage around the machine, unload it from the pallet and find its final resting place. Then I should dwell into the world of feed rates to achieve nice surface finishes. And try to learn some pre-programmable automatic cycles that the machine can do for me!

 

  • Like 3
Link to comment

I did some feedrate testing with the face mill I bought. It looks like it can do somewhere around Ra 3.2 range. I would have to buy a sweeper bit to make the surface better. Ramping up the spindle speed certainly helped a lot:

img_20200528_172813_by_atomicsickness_dd

 

Then I downloaded the Fagor DNC program which allows me to communicate with the machine via RS232 link and from there I can access the storage of the machine. I can run infinite programs directly from computer or then just store them into the machines memory, pretty cool! 

 

I haven't tested the real deal yet, but I'm going to find the RS 232 link somewhere on the machine. I saw one cut cable at the back of the machine and I suspect it might be it. So I probably need to find a DB9 connector and then a RS to USB converter. 

 

Also looked into programming the machine, looks pretty nice and they have made nesting and automatic pocket milling really easy, takes just couple of lines of code. I might do a programming video in the future and post it to youtube with uploading the G-code to the machine and stuff like that. 

 

Then I'm looking into buying the tap set, also with horizontal rotating bed with slots. So in the future I could make gears and toothed wheels If I wanted to, pretty nice! (thinking about custom waterpulley wheels and integration to supercharger, mmmm....)

  • Like 1
Link to comment

Spent yesterday over 6 hours figuring out the communication between the Fagor 8025 and the PC:

img_20200529_wa0002_by_atomicsickness_dd

I had some connection problems at first, mainly due to fact that the Fagor DNC doesn't accept printer port as input (only COM ports available). Well then I called to the local computer shop and asked for an adapter from DB25 -> DB09. As a miracle, the shopkeeper had one adapter in his old hardware box and I got it for free, superb! Next problem was to get a female-female DB9 cable. I had to travel 45 km to get one of those. Well it turned out that the cable I bought mixes RX/TX pairs as default, so I had to use one of the custom DB9 connectors to rewire the new cable:

img_20200529_wa0006_by_atomicsickness_dd

Still after that there was no way I could get into contact with the machine:

img_20200529_220954_by_atomicsickness_dd

 

I tried multiple different parity settings, baud-rates, stop bits etc. No avail. 

 

Until I checked the cable configuration where pins 4-6-8 had to be connected by default. And then I selected default machine mode to 8025 also from the software, and bam, we're in:

img_20200530_091126_by_atomicsickness_dd

img_20200530_091155_by_atomicsickness_dd

 

I wrote a dummy program with name P11111 with G74 on line N50:

img_20200530_091941_by_atomicsickness_dd

 

And sure enough, it transferred to the machine just fine:

img_20200530_091822_by_atomicsickness_dd

 

I was also able to download the whole parameter tables from the machine as for backup. And also the tool bit parameters:

img_20200530_092202_by_atomicsickness_dd

 

Now I just need to check couple of things so I get the post processor working for the Fagor 8025, and then we're ready to do some test runs! Exciting!

 

I wish I had a probe to zero out the tools and the workpiece. I might want to create a zero coordinate starting from the workpiece, or I need to see if I can set a reference plane as offset from the machine "World" coordinates.

  • Like 2
Link to comment

Spent another 6 hours with figuring out machine parameters for XYZ axis configurations as the cartesian coordinates were upside down, which made the post processing little too tricky with fusion 360. But after a while I got everything figured out and decided to do first air guitar demo:

 

I might start uploading videos every time I machine something with this setup. Now I just need those damn taps to start penetrating some materials 😄 

 

And yes, I need to check the squeaky belt on X-axis, it has been bothering me a bit. Hopefully nothing serious

  • Like 2
Link to comment

Every Fadal or HAAS had the distinct ball screw whine in rapid. The servos made a whirring sound in rapid too.

 

I just now noticed your servos aren't direct coupled to the ball screws.

Edited by Mattndew76
Link to comment
26 minutes ago, Mattndew76 said:

Every Fadal or HAAS had the distinct ball screw whine in rapid. The servos made a whirring sound in rapid too.

 

I just now noticed your servos aren't direct coupled to the ball screws.

Yeah, mine have belt drive to save some space with overall assembly as they are retrofitted some time ago

Link to comment

Bought a cheap chinese parallel block kit, seems to be within 0.01-0.02 mm or so. I say It's quite bang for the buck as for starters. The end taps should be here this week also. I'll try to do some machining with aluminum first. I also bought a big blank of AISI 304 for the girdle, I'll be saving 70 euros by doing it myself with the CNC.

img_20200602_135905_by_atomicsickness_ddimg_20200602_160225_by_atomicsickness_ddimg_20200602_160351_by_atomicsickness_dd

img_20200602_160639_by_atomicsickness_ddimg_20200602_160758_by_atomicsickness_dd

 

Link to comment
  • 3 weeks later...

Someone stole 6 set of tyres from us, feels bad man. (they were in a hidden shed deep in our yard, so someone must have browsed through the land and search for them) We have one suspect on our mind who came and bought a car trailer from us and said that they're going to take it outside from Finland 

 

I will start to machine some parts during next week as I have holiday for 2 weeks o/ wop wop

  • Sad 2
Link to comment
On 6/21/2020 at 8:03 AM, Atomic said:

Someone stole 6 set of tyres from us, feels bad man. (they were in a hidden shed deep in our yard, so someone must have browsed through the land and search for them) We have one suspect on our mind who came and bought a car trailer from us and said that they're going to take it outside from Finland 

 

I will start to machine some parts during next week as I have holiday for 2 weeks o/ wop wop

 

Polish migrant?

 

  • Haha 1
Link to comment
3 hours ago, Mattndew76 said:

 

Polish migrant?

 

No. He's European but I will keep his identity away from the forums as I don't want this thread to turn into some hate post. Doesn't matter for me where the person is from or what's his/hers background, zero tolerance for stealing. 

Edited by Atomic
  • Like 1
Link to comment

Took me long enough to realize that my oil pickup tube was bent like crazy, that's why all the clearance issues with the girdle, D'oh!

img_20200623_193709_by_atomicsickness_dd

 

I made a smaller print section to confirm that the hole will clear out the stock oil pickup tube. Now the girdle should support stock oil pan + oil pickup tube:

img_20200623_214012_by_atomicsickness_dd

img_20200623_214022_by_atomicsickness_dd

img_20200623_214031_by_atomicsickness_dd

 

  • Like 1
Link to comment

Today is the day, I'm quite nervous. I bought cutting liquid for the pump, cleaned the work area, made the G-code for cutting the girdle.

 

Lets see how it went at the end of the day, yikes! (fingers crossed)

Link to comment

The girdle is quite troublesome in size, so I had to cut the stock 750 mm long piece from the middle:

img_20200626_170057_by_atomicsickness_de

 

And I have to rethink the final positioning of the stock piece as the holders I have at the moment couldn't reach that well into the workpiece if it was inserted way back in the machine (thats why there is one broken edge I just snapped in the end by twisting and pulling the other half apart, cleaned later with a file).

 

Overall this operation went pretty well, the use of cutting fluid was definitely improved also surface finish. The carbide tool has a small wear section 1 mm higher than the cutting edges. Not sure if there was a chip stuck or something. Otherwise the end mill bit is super sharp still.

 

I will use more planning before doing the "final" machining and taking the stock into final shape. So the girdle postpones to tomorrow

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.