Here is a list of all the postings SillyOldDuffer has made in our forums. Click on a thread name to jump to the thread.
Thread: When boredom overtakes, make something, anything! |
27/08/2023 14:10:45 |
Posted by Paul Kemp on 25/08/2023 00:48:32:
I am obviously missing something somewhere. Tony posts some stuff showcasing what he does and to me it looks pretty good and somehow this turns into a slanging match telling him he is doing it all wrong for not working to drawings?... I started an earlier post by saying Tony and I were at cross-purposes! Perhaps the issue is confused? No-one is telling Tony he's doing it all wrong for not working to drawings. Rather, the gripe is Tony expresses a particular point of view strongly, saying things like : 'You need a drawing to build a bike? I don't know anybody who does that. I guess it's down to visualising what you're after, and dare I say it - imagination!' Now that's a challenge, not least because Tony implies anyone who needs a drawing lacks imagination. It happens Tony's opinion isn't 'the truth, the whole truth, and nothing but the truth'. Tony is being rebutted because the whole truth is that most engineering isn't done Tony's way. His is only one of many techniques that engineers can apply to problem solving, and objectionable because it doesn't scale up. Teams can't work like that. The idea one shouldn't need drawings or other help is wrong. Engineers use whatever is necessary to get the job done without imposing artificial boundaries on themselves or others. They look for alternatives, and don't believe ignorance is bliss! Nothing personal, even though I think Tony's results are excellent, I don't care for purist approaches. If I want a plan, drawing, specification, risk assessment, bill of materials, CAD software, bought parts, external help or anything else, I just get on with it. My time is valuable. We all know jobs often go wrong and different approaches are needed, therefore the best workers are flexible. Tony might do even better if he learned a few tricks of the trade - even drawing. Dave
|
Thread: Isochronous knife edge suspension? |
27/08/2023 10:56:01 |
I suspect implementation problems would make this difficult to build.
Got to be worth trying though. Perfect is the enemy of good! Dave
|
Thread: A combinatorial problem. |
27/08/2023 10:43:09 |
Posted by Robin Graham on 26/08/2023 22:42:44:
... When looking about before posting here I did see some Python implementations but it's been too long since I wrote any Python so passed over. This old dog can't even remember old tricks, let alone learn new ones! I've written a recursive C function which does the job - the problem is well suited to recursive solution - but I wanted to find a non-recursive algorithm. Posted by John Haine on 26/08/2023 07:12:59:...
... Robin. This is the problem with becoming an old dog! If you know Python, this, and similar problems are trivial. Much harder to implement in 'C' starting from scratch with a recursive algorithm. Unless of course, you already know C and understand recursion! It saves having to learn Python. C/C++ and Python are my all time favourite languages. They complement each other delightfully. In this particular case Python easily wins on rapid development grounds. Unless high performance is essential, or the code has to be low-level for a system reason, Python gets the code written faster and performance is usually more than acceptable. I strongly recommend Python to anyone looking for a general purpose computing language. (Not so useful on microcontrollers: MicroPython is sawn-off compared with big brother. Not bad on a powerful microcontoller like the Pi Pico though. ) Dave
|
Thread: Forum Platform Changes - PLEASE READ |
27/08/2023 10:23:58 |
Posted by DC31k on 27/08/2023 09:56:52:
Posted by SillyOldDuffer on 26/08/2023 20:12:44:
All I've done is correct the source code
If you are road testing the new forum, could you have a look to see if it has something like a [code][/code] tag that we could put around things we wish to be displayed as effectively unformatted, monospaced text. It would help with computer code of any language and maybe if someone wants to post G-code. It would also help if someone wants to post tabulated information. Yes it does, if you know how. Here's a test screenshot of a post on the new forum, you might recognise the code example: It's done by switching the editor into Text mode, which allows HTML to be inserted. <code> is supposed to change a single line to a monospace font, and it doesn't. However text pasted between <pre> and </pre> tags does the needful. (pre is short for pre-formatted, which in HTML means "leave this alone". Other parts of this test post were less happy. An advanced version of the editor was enabled, which does headings, colour, special characters and other gizmos. They all work in edit mode, but not in the post. <h2> is meant to switch to Heading2 format, but the post part of the forum doesn't understand formats. So we're back to the basic editor, at least until the developer gets back Monday week. A related feature request is for the new forum to host PDF and other documents: this is under discussion. Dave
|
Thread: Starter Capacitor on a 1950s bench grinder |
27/08/2023 09:57:08 |
Posted by Simon Morrall on 27/08/2023 08:38:30:
...I can identify it's a Wolf TG8 C but the serial number I'm struggling to read so it may be a slight varient on that number. The plate states its 240v with 1ph supply 2950 rpm. I don't think it has a centrifugal switch as it doesn't seem to click in and out when it fires up? I could be wrong in assuming this however? Best not to make any assumptions! There are many motor variations, and it will be lucky if anyone knows for sure what should be on a 70 year old grinder. Some photos of the beast would help. Especially the wiring and terminal marks inside the connector box. Nothing to be lost by trying more capacitance, fingers crossed. Otherwise it will be necessary to confirm the motor hasn't got a centrifugal switch by looking inside, and making sure the contacts and mechanism are both OK. If the thing has been in storage, the windings may be damp, and keeping it warm for a few days might help. Worst case, the insulation has failed and some turns are shorted out inside: if so it will get hot quickly - the cure is a rewind or replace the motor, Above all make sure it's properly earthed! Ancient electrical insulation is often iffy. Dave
|
Thread: A Well-Tempered Hybrid Pendulum Clock Project |
26/08/2023 20:34:52 |
Posted by S K on 26/08/2023 13:29:29:
... After some thought, I'll just include the ~0.5" compensator below the bob anyway, since it's easy enough to incorporate. If I'm going to throw a dart at compensation (because I don't know the actual TC), I might as well aim for the bulls-eye. But I'll think about how to conveniently change it. Yeah I vote for that, it will be interesting to see how the approach works out. Your Brass Bob is gorgeous but I happened to read this morning that the best bob material is annealed cast-iron. It seems Invar isn't the only internally unstable metal! My rod is made of Silver Steel, the Bob is Bright Mild-Steel, and I wouldn't be surprised to find both of them are unstable. Might be the Brass Bob moving about if you get poor results from your proper Invar Rod. It's a nightmare - every time something is improved, other smaller problems become obvious enough to be worth fixing. Having GPS and GPSDO make it much too easy to detect and chase tiny pendulum issues. I'd be happy if my clock only had a minute hand! Dave |
Thread: Forum Platform Changes - PLEASE READ |
26/08/2023 20:12:44 |
Posted by JasonB on 26/08/2023 19:17:01:
DC31K has already posted how to suck that Egg earlier in the thread, SOD, fellow Linux man) has improved on it ... To be technical, I haven't improved DC31K's program. All I've done is correct the source code that was mangled by the forum in his earlier post. That's all I've done - his program works and I see no reason why it wouldn't run on Windows or Apple. It requires Python and a couple of modules. As a lot of members downloading in bulk at the same time could crash the server, I've asked Morton's to confirm they're happy with it being run. Net etiquette and all that... Dave |
Thread: What are these for? |
26/08/2023 11:04:53 |
Posted by Andy_G on 26/08/2023 09:20:30:
Internally threaded router bits. Like these I thought 'chipboard' straight away. Then wood work. |
Thread: How come Windows XP can use Bing … |
26/08/2023 10:59:55 |
Posted by Ady1 on 26/08/2023 09:17:42:
Must be to do with the MS set up system using trusted proprietary software so no permissions required Unlikely - the router and network don't trust Microsoft, or anyone else. More likely bing has cached some pages locally, and isn't using the network. It fails when a page can't be found locally, and the computer has to get it from the web. As Michael says 'it cannot see any other device on my wi-fi network, and it cannot access the internet' I suspect the XP network configuration is wrong. Assuming a physical cable to the router, in network settings: First thing to check is the XP sub-net mask, which controls how IP addresses are interpreted. Home networks are usually 255.255.255.0 All devices on the sub-network have to share the same mask; if not their IP addresses are incompatible. Second thing is that XP has a valid IP address. Could be static, where an administrator allocated and set the address in both computer and router. More likely, XP should be set to ask the router for a dynamic address at boot time (DHCP). XP can't connect to the network without a valid IP address. After that we're into driver and hardware problems. Wifi works the same way, with an additional layer of complexity - it's encrypted, requiring passwords, and protocol and other settings. Fault finding, always get it working with a cable first. Dave
|
Thread: A Well-Tempered Hybrid Pendulum Clock Project |
26/08/2023 10:29:31 |
Posted by S K on 25/08/2023 14:14:53:
... The rod is 36", and with a bit more subtracted here and there in the supports, it will be a little under a "seconds" pendulum. The arbitrary net length will be rated computationally. I don't understand supporting the bob 2/3 up from the bottom. That would leave a net increase in temperature sensitivity vs. supporting it in the middle. My rough math (may easily be wrong; someone please correct if so): TC of Invar: 1.2 ppm. Times 35 net inches = 4.2E-5 inches expansion/contraction per degree. TC of 360 brass: 20.5 ppm. To counteract 4.2E-5" per degree, I'd need the mid-point of the bob to be supported by 2.05" of 360 brass below it. As the 3" tall bob itself is 360 brass and the mid-point is already 1.5" off the bottom, I need an additional 0.55" of 360 brass below the bob. Therefore, I think I can support the bob from below (not the midpoint) via 0.55" additional brass. Does this sound right? ... I don't know if it's right or not because maths makes my head hurt, but I dislike the idea of compensating in the bob. Not that I know the idea is wrong, but the approach with Brass is unusual. The main temperature error is caused by expansion of the long pendulum rod, with a component coming from expansion of the bob. Expansion of the bob can be eliminated by hanging it from the middle. Then it balances out by expanding equally up and down. a useful trick. Then only the rod need be compensated, whilst a simple nut allows rate adjustment. Mechanical compensation is usually achieved by arranging two metals such that expansion of one cancels expansion of the other. For convenience, the rod is low expansion and the compensator is high expansion. The only way of compensating in the bob I know of is by making it a jar part filled with Mercury. Mercury has a high coefficient of expansion, and it rises in jar as it warms up. The rod expands down, and the Mercury expands up. The maths is intimidating, at least for me. Other methods compensate in the rod. The classic method is Harrison's Grid Iron in which the rod ends in a horizontal bar, on which are mounted two vertical columns. On top of the columns, are a cross-piece from which two rods drop down to a cross-bar to which the bob is attached. When temperature rises the rod comes down, but this is counter-balanced by the columns expanding up. The maths is much easier. Later it was realised that the grid-iron can be implemented with tubes. The rod runs loosely through and supports a tube of high expansion metal. A second tube, low expansion, sits on top of the expansion tune and drops down over it to the bob. The original high expansion metal was Zinc, which tends to very slowly compress under the weight of the bob. I'd be inclined to try Aluminium alloy, stronger than Zinc, similar coefficient of expansion. The maths can be simplified by using the ratio between the two temperature coefficients of expansion to keep dimensions relative rather than starting with absolutes. If the ratio between rod expansion and compensator expansion is 1:20, the compensator tube is 1/20 rod length. (I think!!!) All done above the bob, which only has to hang from it's mid-point. Dave
|
Thread: A combinatorial problem. |
26/08/2023 09:28:11 |
Python supports permutations with the 'itertools' module. Example is a snip from the program I used to calculate all the ratios available from my lathe's change gears. All combinations of 4 gears from a list of 11 gears. import itertools # Load the module that does permutations metric = [ 20, 30, 45, 50, 60, 60, 65, 70, 75, 80, 85 ] # list the gears available by tooth count # print all combinations by looping through the list of permutations for a,b,c,d in itertools.permutations( gears, 4 ): Dave |
Thread: A Well-Tempered Hybrid Pendulum Clock Project |
25/08/2023 19:09:12 |
Posted by S K on 25/08/2023 14:14:53:
The profile will not be free-standing, and so its stiffness is not very critical. Rather, the profile will be firmly bolted to a solid wood plank, and then to a wall. I'd expect that assembly to be quite stiff, solid and flex-free. ...Really good work, but welcome to the Great Grippen Mire, where nothing is solid. When John says 'a good wall' he means something truly medieval. To minimise vibration, I think the French kept their standard pendulum clocks in an underground vault cut deep into the bed rock. Many accounts of pendula synchronising when clocks are mounted well apart on the same wall. The tiny forces exerted by the pendula must be enough to upset the clocks by vibrating massive walls. Much better than mine though, which is free-standing. Not good. Far too sensitive to run on a dining table, almost a seismograph. Dave |
Thread: Unusual Thread Type? |
25/08/2023 18:46:16 |
Posted by Oily Rag on 22/08/2023 18:24:22:
Martin - I have sent you a PM. These taps are, I suspect, as used in some BSA gunsight mechanisms. Could be. The gun-trade is notorious for non-standard threads and somebody had to make their weird taps and dies. Even government arsenals misbehaved - the Enfield Inch was 4 tenths shorter than the inch used by the rest of British Industry. And the US inch was bigger than the biggest British inch. Dave |
Thread: OVO Energy not recognising Power of Attorney |
24/08/2023 21:30:55 |
Posted by Bill Phinn on 24/08/2023 19:30:22:...
Another piece of advice I'd give your neighbour. Don't ring OVO - ever; write to them instead. ... Good advice, and also, if the letter is a complaint, start the letter with a heading containing the word COMPLAINT. Regulated companies have to report the number of complaints received but letters, no matter what they say, don't count as complaints unless the word complaint is used. Means that large numbers of customers can be dissatisfied and the regulator doesn't do anything about it. I advise writing a COMPLAINT letter to OVO saying that, despite having had the situation explained several times, they are still not managing a customer with dementia appropriately. Ask OVO to explain in writing what they are doing to fix their mistakes. Tell them that OFGEN have been informed. Copy the letter to OFGEN and ask them to investigate. Sounds as if OVO are in financial poo - many energy retailers have gone bankrupt over the last 18 months. Could be the firm has horrible staff shortages because everyone who can has jumped ship. Dave |
Thread: What adhesive? |
23/08/2023 16:23:43 |
The tachometer magnets on my lathe spindle sit in a flat bottomed shallow recess. Whilst the magnets are more than powerful enough to stay on the spindle at 2500 rpm. the recess lip is needed to stop them sliding. No adhesive needed. As Magnets and glue are both weak in shear, a physical restraint is best, not glue. Only needs a shallow lip. Dave |
Thread: Microsoft works |
23/08/2023 16:11:14 |
Posted by Bazyle on 23/08/2023 15:43:21:
Note that Libre uses its own format ... Not exactly. Libre outputs Open Document Format, which is non-proprietary. MS-Word should be able to read it. By default MS-Word uses proprietary files, which other software can usually read, but not necessarily perfectly. For ordinary purposes, not doing anything advanced, Libre/Word incompatibility doesn't seem to a major problem. Your mileage may vary!!! Libre (and MS-Word) can both work with a long list of other file formats. Dave |
Thread: Locktite allowance |
23/08/2023 10:36:12 |
Posted by Zan on 21/08/2023 21:33:53:
I have just had a braked own due to a failed Locktite jointed sleeve. I think it’s due to too much clearance. I used 601 which needs a gap of up to 4 thou. The big question is does this apply to the total gap between the parts. ie bore dia minus 4 thou per side giving 8 thou difference total, or is it just 4 thou difference. ... As I read the spec, 601 can cope with total gap (both sides) of up to 0.1mm. So the side clearance of a round rod in a round hole should be no more than 0.05mm (about 2 thou) In general the fit should be kept tighter than the 'up to' figure, tighter the better. My experience:
Dave Edited By SillyOldDuffer on 23/08/2023 10:37:20 |
Thread: When boredom overtakes, make something, anything! |
23/08/2023 10:18:03 |
Posted by Tony sacc on 22/08/2023 23:34:41:
Posted by Tony sacc on 22/08/2023 23:28:17:
I built my bike without a single drawing, plan or sketch and I know most people like myself do the same, and yet you keep harping on about Honda, Suzuki, Kawasaki, Yamaha, et al. They are commercial enterprises, I am not! I made dozens and dozens of mods for my TX650, hardly anything on the bike has not been modified, not a single plan, sketch or drawing. And whether you believe it or not, I am not alone, most custom bike builders are the same. People like myself who build bikes and other things in their backyard workshops are not commercial entities. Most builds come from the imagination, modifications are planned and made on the run, mostly trial and error: Make something, don't like it, make it again. I do that with everything I make: Ride on mowers, go carts, mini bikes, custom show bikes, machinery, furniture, tools, jigs, recumbents, etc.
We're at cross-purposes Tony! All designers do trial and error to some extent, and it's normal to select, modify and combine existing parts. Though we could, no-one on the forum makes drawings of standard nuts and bolts; we just use them. What you're doing is good as far as it goes, but not the whole story. The unplanned approach is OK up to a point, but it breaks when complex objects are made from scratch because no-one can hold all the details in their head. For example, engines are full of moving parts that have to fit together and rotate without hitting anything, and the engine won't work unless suck, squeeze, bang, blow are timed correctly, and the fuel mix is right, and the spark is hot and long enough to ignite the compressed mix. This type of design problem is only practical with research, planning, drawings and maths. Only a BF would cast and machine a cylinder block without being certain the pistons and cranks will fit into it. Trial and error might be OK in a custom bike business, but on its own it would bankrupt a manufacturer. They always need a portfolio of design information that can used by others to build the item. It's OK to be proud of results, but what you're doing isn't a better way of doing engineering. It's only a small part of what engineers do, and only suitable for simple stuff. What engineers mean by 'planning' covers a blurred range of ever increasing complexity from:
In a home workshop it's not unusual to find everything from bonehead to computers being applied more-or-less on the same project. In the right circumstances they're all useful, but 'planning on the run' is only a small part of a much bigger story. Might be a good way of customising a motorbike, but wouldn't work on a Boeing 787 or an internet router. And because an engineer is a bloke who can do for a pound what any fool can do for a guinea, it's best practice to reuse other people's plans and methods. Believing originality is essential isn't engineering! Dave
|
Thread: Raspberry Pi Pico |
22/08/2023 22:03:51 |
Posted by Clive Steer on 22/08/2023 20:54:15:
I think an appropriate joke regarding modern programming languages is " How many gigabytes does it need to get a light bulb to work. " I think the answer from the electrician and the IT specialist would be totally different. CS Only because the electrician's estimate was wrong... In the power station: The National Grid Control Room: And the consumer... Dave |
Thread: Help! Excessive machine marks! |
22/08/2023 18:45:53 |
Both tools Margaret is using should be OK on Brass, though the sharp silver inserts are much better. Rule of thumb, an unsupported rod shouldn't protrude more than 5 times it's own diameter. Beyond that the cutter pushes the work away, and chatters. Note that a blunt insert has to be pushed harder into the job before it will start cutting. The Brass is a suspect. Though most Brasses machine well I have a rod that doesn't! Centre height is important, especially on small diameters. Too low and the cutter tends to dig in and chatter. Here's a photo of tool height being checked with a steel rule. The cutter is wound gently to nip the rule in place. When the cutter is too high the top of the rule tilts away from the operator. If too low, the top of the rule tips towards the operator. When the rule is vertical the cutter is exactly right. I suspect all these factors have come together to spoil Margaret's day. In order, I'd:
There are other possibilities, such as bell-mouthed chuck jaws, but deal with the most likely first. It's possible that steps one and two will fix it. Dave Edited By SillyOldDuffer on 22/08/2023 18:46:14 |
Want the latest issue of Model Engineer or Model Engineers' Workshop? Use our magazine locator links to find your nearest stockist!
Sign up to our newsletter and get a free digital issue.
You can unsubscribe at anytime. View our privacy policy at www.mortons.co.uk/privacy
You can contact us by phone, mail or email about the magazines including becoming a contributor, submitting reader's letters or making queries about articles. You can also get in touch about this website, advertising or other general issues.
Click THIS LINK for full contact details.
For subscription issues please see THIS LINK.