-
Posts
5,666 -
Joined
-
Last visited
-
Days Won
10
Content Type
Profiles
Forums
Events
Gallery
Blogs
Store
Everything posted by MoominPapa
-
Sounds like you're running very old software. Is there an option to update it? I wouldn't hold out too much hope for something made in 2009, but you never know. MP.
-
Creating positive air pressure inside the boat
MoominPapa replied to blackrose's topic in Living Afloat
You'll be making quite a bit of extra smoke yourself, to replace all the heat you're dumping out of the vents. MP. -
Ah, EU roaming charges. Another Brexit benefit. How blessed we are. MP.
-
What happens to older boats with air-cooled engines and air inlets low down? Those seem to be responsible for most downflooding sinkings. MP.
-
For sink outlets, it's normal to consider the flooding height as the height of the sink rim, not the hole in the side. A surveyor being very cautious my insist that hoses are double clamped before allowing this. I'd suggest finding another broker and another surveyor. Bilge pump outlets can suffer from syphoning, so the easiest solution may be to do as the surveyor suggests, MP.
-
13Kg propane last week cost £37.50. The news on the street is that after a couple of months of relatively normal conditions, availability has gone TU again, and there's a major shortage. Not a good time for us to lose a substantial fraction of a cylinder-full over board when the union of the regulator end of a pigtail cracked and the hose more-or-less fell off.
-
They aren't on the SIM card: those have very little memory. They MIGHT be on an SD-card if you have one installed and configured the phone to use it. They might be backed up in The Cloud if you use Google Photos or similar. MP.
-
It's the line to Ellesmere Port. Probably still running on steam. MP.
-
Just speculation. 132A is the railway crossing and the railway crosses the canal at high level and a significant skew, so that the railway embankment is almost parallel to the canal and approaches to zero distance from it at the start of the bridge. A tree on the railway embankment which went over towards the canal could end up with the crown of the tree blocking the canal, but a large and heavy trunk above that going up the embankment and supported only by the crown. You really wouldn't want to remove the crown and have the now-unsupported trunk descend onto your head. MP.
-
From the latest stoppage update: Dunno if that helps..... MP.
-
But if the outlet from the calorifier and the outlet from the heater are connected together, then the outlet of the heater will be pressurised. There's nothing in the heater to stop reverse flow, so the inlet to the heater will be pressurised too, as will the outlet side of the isolator, where the arrow is pointing. The arrow is there to tell you not to pressurise the outlet side when the isolator is off. https://www.ebay.co.uk/itm/271605613643?hash=item3f3cf4c44b:g:LwsAAOxyA7tSYOui is what you need. MP.
-
I'll take a guess that they're directional, and not intended to have high pressure on the side the arrow is pointing _towards_ when closed. I'll take a further guess that you have a calorifier which you use when the gas heater is isolated, so that there is pressure on that side of the valve, when closed, from the pressure in the calorifier and hot pipes coming back through the heat-exchanger. If I guessed right, I use half-turn butterfly-handle valves for the same function and have had no such problems. MP.
-
I don't know. I just tried to find a cross-section diagram of one to see if they do have a stack of junctions and failed miserably. MP.
-
Possibly, if I could have determined which contact was the problem. Given that the chassis is riveted aluminium there's dissimilar metal problems and corrosion to take into account too, adding a wire was the first thing I tried and it worked so I didn't explore other options. MP. I've not. If they're 20v open circuit there must be quite a stack on junctions in there, individual thermocouple junctions are in the mV/Celsius range. MP.
-
We had similar problems with a Spinflo grill/oven combo, which is basically the same stuff and made by the same people. The problem turned out to be that the design relied of the cooker chassis to provide the return current path from the thermocouple to the gas valve. As the thing aged, the connections between the thermocouple and the chassis, the valve and the chassis, and the various bits of the chassis, increased in resistance. The voltage generated by the thermocouple is tiny, and it doesn't take much resistance to decrease the current below that needed to hold in the solenoid valve. The fix was to run a wire from the mounting nut of the thermocouple to a mounting screw of the valve, which worked instantly. Be careful to use either uninsulated wire or wire with high temperature insulation or be very sure that the wire in securely held away from any components which will get hot. You don't want a PVC insulation fire. After making this fix I happened to look at a new unit in the chandlers, and the same fix had been implemented in manufacture, so if your cooker is relatively recent, it may already have the earth return in place. In that case all you can do to be make sure the connections are clean and tight. MP.
-
Getting the most out of a mobile phone router
MoominPapa replied to EdwardMeades's topic in General Boating
I moved to Three from EE a couple of years back, on cost grounds. I'm seriously considering moving back. It's clear that Three have way oversold their network capacity in many places, and though it's possible to get a decent signal, either the radio bandwidth or the backhaul capacity is congested and bandwidth and round-trip-times are not good. One trick I have used with success in quite a few places it to force the router to use 3G rather than 4G. Three has/had an excellent 3G network (the clue is in the name) - much better than EEs which was never much cop. It's clearly mostly still in place, and because most devices prefer a 4G connection when both are available, the 3G network is less loaded and often gives better transfer speeds. MP. -
Castle Marinas and Aquavista to merge
MoominPapa replied to robtheplod's topic in Moorings & Marinas
Less competition. Oh. MP. -
Foxton is only steep because the builders made it so. The summit clings to the contour until the last minute when there's nowhere else to go and then drops steeply. There's a lovely gentle slope from the as built line for at least the last half mile where the canal could have descended more slowly. MP.
-
Blowing an absolute hooley in Hurleston. MP.
-
Check the link. Modified moving average doesn't require storing a fixed number of samples and the influence of old samples falls out of the result automatically at a rate determined by the n parameter and the number as samples per second being fed into the calculation. I sample as fast as possible and pick n so that it takes a second or so to slew to a new reading. Pick n as a power of two, as the algorithm divides by it, and be aware that the accumulator's maximum value is the maximum sample value multiplied by n, so you might need to worry about overflow. No server running permanently, the information ends up on my laptop. Each record has a 32-bit serial number, and the EEPROM in the Arduino can store the last 8192 records in EEPROM. The program on the laptop knows the serial number of the last record already in the file on disk, asks the Arduino what the serial number of the most recent record is, then requests all the records between those two serials and adds them to the end of the file. I log a record every five minutes, so as long as I plug the laptop in once a month, I have a complete copy of the log. For the first couple of years, I just plugged the USB from the Arduino into the laptop. Now I have a serial line from the Arduino connected to a serial port on my internet router, so the laptop can talk to the Arduino via the internet. The router still doesn't store the data, it's just a way for the laptop to talk the same protocol as it does via USB, but remotely. MP.
-
The main problem to solve is finding where the log data starts and ends. The obvious solution is to keep that in a dedicated location in the EEPROM, but then that location gets written every time the log is updated, while all the other blocks are written every n updates, where n is the size of the EEPROM in log entries. I have designed a self-describing log format in the past, where you just write the new block at each log, and a scan through the whole thing at startup is enough to tell you where the valid data starts and ends. The current code uses a two-step approach. The metadata is stored in the 1k on-chip EEPROM and the logs in the i2c EEPROM. On chip EEPROM has a single location which points to the actual metatdata . The metadata includes an update count and when it has been updated 65356 times, the initial pointer is updated and the metadata moves along to new unworn locations in EEPROM. That extends the theoretical lifetime from months to decades. Getting the data out over the serial line is easier and less code than writing a filesystem on an SdCard, I think. MP.
-
For oversampling, I used modified moving average, which is really easy to calculate. The article bellow has the details. https://www.baldengineer.com/measure-pwm-current.html I tend to make n a power of two to optimise the code. For logging I used an 8 pin i2c EEPROM which is arguably easier to wire up than an SD card, and certainly easier to read and write using an Ardunino. You do have to arrange your own wear-levelling though (don't have a single root block that gets written on every logging event and will wear out first.) The Ardunio MCU has 1k of EEPROM built in which is sufficient for quite a bit of logging if you optimise record size and logging frequency. MP.
-
Canal alignment avoiding existing infrastructure
MoominPapa replied to magpie patrick's topic in History & Heritage
I know it's not what you are asking, but here are plenty of cases where the canal has had to accommodate "improvement" of existing roads at a later date, to the detriment of the canal. For example, the A51 road bridge between Barbridge and Calverley which adds a nasty blind bend to the canal that almost certainly wasn't there before. Ditto the road bridge just south of Saltersford tunnel. Newer roads are better: there seems to have been an era in the 50s and 60s where the bridge had to be built because closing the canal was too hard but nobody really believed that it would last, so the minimum possible to keep the canal navigable was built. MP.