Skip to main content

Honda CB750

So, while I get the Z750 back on the road I'm using my backup bike. its a 1982 Honda CB750 imported from Japan in 1999. I've had it since 2010 and it's been off the road more than on since then. it needed a new exhaust, and I just didn't make the time to get it fixed, so that kept it garaged for a few years.

but it's all up and running now (well, sort of). I was riding it to work a few weeks ago, and all was fine, but on the way home, it started to play up. I'm not sure how to describe it really. I was using a steady throttle doing about 65 (it is an old bike) when all of a sudden it started to feel like the breaks were being pumped on and off fairly quickly. I pulled in the clutch and let it coast and it was fine. that ruled out the breaks to me.

this went on for a couple of miles, and then it cleared up and was fine again.

when I got home, i did what you always do when you have problems - I Googled it. Some of the results pointed to HT leads, and as it had been raining and then dried up during the ride home, I felt that this was the probable cause. off to david silver where I ordered new HT leads, new spark plugs and new spark plug caps.

it took a couple of weeks for the HT leads to be in stock, but they eventually arrived. It's still amazing to me that we are all getting so impatient. it's not that long ago that any mail order would have been 4 weeks for delivery, but these days next day delivery is considered slow !!

anyway, the leads arrived, and one by one I put the new leads and plugs onto the CB750. I did this one at a time so that I didn't get the plugs connected to the wrong connector on the coils. so it was take off cylinder 1 spark plug and HT lead, fit the new plug cap onto the lead and fit to the bike. new plug in and connect it up

onto cylinder number 2. and yes you guessed it. stuck fast. Oh F***. what to do now? 

well after the panic subsided, I made sure that I had a really good fitting spark plug socket on it and tried again with a bit more force, and what do you know. it turned. but boy was it corroded in there, I needed to use the socket until it was all the way out. the threads were covered in rust. I tried to get the crap out of the way of the plug hole, but didn't want to do too much as getting crap into the engine s very easy when there is a great big hole directly into the cylinder.

well, at least it was out. new HT lead, plug cap and plug back onto the bike.
I got lucky with the last two cylinders as they were fine, but I'm really going to need to keep an eye on cylinder 2.

so, it's back on the road and now it runs...... just as badly as before.

after about 10 minutes of riding, it starts playing up and then after about a minute, it cleared up again. sod it!

so now, I'm guessing it's a fuel delivery issue. I don't think it's the carbs as I would guess that it would always play up, so I'll put an inline fuel filter on it and see if that helps.
and until I get that filter, its fingers crossed whilst riding it.

Comments

Popular posts from this blog

Windows Subsystem for Linux Internals

Background Windows Subsystem for Linux was developed by Microsoft to enable command line programs compiled for the Linux operating system to be executed on Windows. To explain the architecture I would like to show the evolution of OS design and how that has enabled this subsystem to be built. Dark Ages (or Back in the Day) Microsoft's MS-DOS was quite primitive in its design (compared to today's OS's). It is a single user OS that can execute one process at a time. DOS had an application programming interface to allow user programs to access some hardware in a device independent way, but only for character-based applications. This allowed applications to display graphical elements emulated with text characters as these screenshots of Microsoft word for DOS show: This is Microsoft Word version 1. To use these programs you had to remember key combinations to bring up the menus and used the cursor keys to navigate around the screen. If the a...

I'm a Triathlete (again)

So, I've finally done it. I'm a Triathlete again. First a bit of background. In the 90's I used to work at Xerox in Hertfordshire. I used to run with the work club some lunchtimes, swim with friends on the other lunchtimes and cycle to work some days. Xerox had a small gym on site with a resident fitness instructor. Approximately every six months I would have a fitness test to see if I was getting fitter. it was a stationary bike test and they measured fat percent and blood pressure (probably a bit more, but it was a long time ago now). During one of these fitness tests the instructor asked what exercise I did, and told him, and he suggested that I have a go at triathlons. So I looked for magazines (This was actually before Google. Yes there was a time before Google existed). I found a magazine called "220 Triathlon" and read through it to learn more about triathlon and look for races. I'm not sure how I found out about it, but I was told about the ...

Creating a Watch Face for Android Wear OS 2

Step 1 - Setup my watch for development I have wanted to create a watch face for android wear for a while, but as no new watches were being released my old Moto 360 watch running wear os 1.0 got out of date and I stopped using it. For Christmas 2018 I got a new wear os watch running wear os 2.2 (android os 8.0.0). it has a round 400 x 400 screen and I decided to finally get round to creating myself a custom watch face for it. The first thing I do with all my android devices is to enable developer options. if you don't know how to do that then you can find the method using a google search. I won't give it hear as it opens up all sorts of options that could make android become slow/unusable. Once I had developer options enabled, I turned on USB debugging. This watch (as opposed to my old Moto 360) has a USB connection to the computer, so I don't have to use WiFi debugging (which has to be set up for each debugging session). now on to the watch face creation. St...