MapleEngineer

joined 3 years ago
MODERATOR OF
[–] MapleEngineer@lemmy.world 34 points 1 week ago (3 children)

All those extra visits are really going to push up profits for doctors and pharmaceutical companies.

But that's the point, isn't it?

[–] MapleEngineer@lemmy.world 12 points 2 weeks ago (1 children)

You mean...go back to how things were six months ago? I'm sure we would manage.

[–] MapleEngineer@lemmy.world 13 points 2 weeks ago (1 children)

If this had ben a Muslim standing up and preaching loudly on an airplane the MAGAts on the flight would have lost their minds.

[–] MapleEngineer@lemmy.world 38 points 3 weeks ago (4 children)

The tub is normally double walled and welded closed so water doesn't get in. The void has metal shot in it that shifts around to balance the drum when it spins. When you heat up a sealed metal can the air inside expands and can rupture the drum causing it to explode and spray hot shot which could ruin your day.

[–] MapleEngineer@lemmy.world 47 points 3 weeks ago (12 children)

Make sure that you drill a hole in the drum. They are full of shot to self-balance. If you heat them up with a fire the pressure inside will increase and it can explode and spray hot shot all over the place.

[–] MapleEngineer@lemmy.world 1 points 1 month ago

It's more fun to be with another sex addict if you can find one.

[–] MapleEngineer@lemmy.world 3 points 1 month ago

I lost 15 pounds in March. I was eating an average of 1,100 calories per day.

[–] MapleEngineer@lemmy.world 3 points 1 month ago

Butter cihicken or Green curry. I make and sell DIY Butter Chicken kit and I make frozen green curry paste.

[–] MapleEngineer@lemmy.world 1 points 1 month ago (2 children)

"I don't like it so it's bullshit."

[–] MapleEngineer@lemmy.world 116 points 2 months ago* (last edited 2 months ago) (15 children)

Jews ≠ Israel

[–] MapleEngineer@lemmy.world 3 points 2 months ago

Why did the woman have a shotgun and what did the dog use to shoot her?

 

This impotent, pathetic shit stain rages but does nothing. I doesn't touch anyone, he doesn't smack the camera out of the woman who is filming's hand, he just hisses and spits and calls brown people names.

What a FUCKING LOSER! What a fetid sack of gangrenous anal sphincters.

Hope he's soon an unemployed racist. I hope everyone who knows him knows what a raging impotent piss pants he is.

 

After getting a roaring start to getting my system up and running for the season, the first time in three years, I decided that getting my elderly parents settled with health issues, my father going in to long term care, and my mother having major surgery I just couldn't muster the time to finish getting ready in time for the season.

I decided instead to work on the next version of my home made sap releaser and the controller that runs my system. To that end I designed a new bottom board for the PLC and sent it to PCBway. It should be here in a few days.

Top Copper

Bottom Copper

I added a pair of level shifters and a Schmitt trigger along with a DS3231MZ+ real time clock.

I'll post pictures as it comes together.

 

I have a pair of 9" tablets above my desk in my office so that I can monitor and control the machine room while I'm doing my day job. This is a pair of screenshots from the two tablets as they are right now. The system is not running and the measurements are all wrong. I was sending measurements manually to test my MQTT broker. I'm running Mosquitto Broker on my shed notebook. The tablets are running MQTT Dash.

I've been considering publishing this information to a public MQTT server so that other people can run this MQTT dashboard and watch my system in real time.

If anyone wants an explanation of any of these widgets are information about how these data points are collected please feel free to ask.

 

I have a pair of 9" tablets above my desk in my office so that I can monitor and control the machine room while I'm doing my day job. This is a pair of screenshots from the two tablets as they are right now. The system is not running and the measurements are all wrong. I was sending measurements manually to test my MQTT broker. I'm running Mosquitto Broker on my shed notebook. The tablets are running MQTT Dash.

I've been considering publishing this information to a public MQTT server so that other people can run this MQTT dashboard and watch my system in real time.

If anyone wants an explanation of any of these widgets are information about how these data points are collected please feel free to ask.

1
submitted 5 months ago* (last edited 5 months ago) by MapleEngineer@lemmy.world to c/maple_syrup@lemmy.ca
 

I made a video tour of the maple syrup system a few years ago.

 

This is my vacuum releaser. I built it from 12" PVC watermain that I pulled out of the garbage pile at a local construction company, aluminum that I bought at my local metal supply company, lexan that I bought and had machined at a local plastic supply company, and blumbing that I bought on Ebay, Amazon, AliExpress, and at local hardware stores. The large white pipe and the clear check valves are from CDL.

I spent the day today cleaning everything, replacing a couple of o-rings, and putting the machine back together. I had a big vacuum leak that it took me a while to find but I eventually managed to get the main releaser chamber down to 26.5 inhg.

 

This is my vacuum releaser. I built it from 12" PVC watermain that I pulled out of the garbage pile at a local construction company, aluminum that I bought at my local metal supply company, lexan that I bought and had machined at a local plastic supply company, and blumbing that I bought on Ebay, Amazon, AliExpress, and at local hardware stores. The large white pipe and the clear check valves are from CDL.

I spent the day today cleaning everything, replacing a couple of o-rings, and putting the machine back together. I had a big vacuum leak that it took me a while to find but I eventually managed to get the main releaser chamber down to 26.5 inhg.

 

This controller is based on a pair of custom boards that I designed, had manufactured, and assembled. The main board uses an Arduino MEGA2560 Pro and an ESP32. The MEGA2560 runs the machine and the ESP32 acts as a WiFi modem that the controller uses to send MQTT messages.

The top section of this controller is the mains entry, a 12VDC power supply and a 5VDC power supply. The next section down is the PLC that does all the work and a 24VDC power supply that I added later but didn't have room for in the power section above.

On the bottom the left section is analog inputs, the middle section is digital inputs, and the right hand section is digital outputs, mostly using solid state relays.

The box at the bottom of the right section is a driver for a motorized ball valve that I'm planning to use to replace the air solenoid on the vacuum releaser I will eventually replace the vacuum solenoid as well.

The code on the MEGA2560 is written in Bascom AVR, a compiled AVR BASIC. I'm moving away from BASCOM to Great Cow BASIC because the guy who wrote Bascom AVR had a hissy fit when I found a problem in one of the libraries and asked too many question. He cancelled my license and banned me from the forums. Don't use BASCOM AVR, the guy is a dick.

Great Cow BASIC is cross platform and supports AVRs, PICs, and LGTs (Chinese knockoffs of the AVR chips.)

The code for the PLC is around 8,000 lines.

The code for the ESP32 is written in C++.

 

This controller is based on a pair of custom boards that I designed, had manufactured, and assembled. The main board uses an Arduino MEGA2560 Pro and an ESP32. The MEGA2560 runs the machine and the ESP32 acts as a WiFi modem that the controller uses to send MQTT messages.

The top section of this controller is the mains entry, a 12VDC power supply and a 5VDC power supply. The next section down is the PLC that does all the work and a 24VDC power supply that I added later but didn't have room for in the power section above.

On the bottom the left section is analog inputs, the middle section is digital inputs, and the right hand section is digital outputs, mostly using solid state relays.

The box at the bottom of the right section is a driver for a motorized ball valve that I'm planning to use to replace the air solenoid on the vacuum releaser I will eventually replace the vacuum solenoid as well.

The code on the MEGA2560 is written in Bascom AVR, a compiled AVR BASIC. I'm moving away from BASCOM to Great Cow BASIC because the guy who wrote Bascom AVR had a hissy fit when I found a problem in one of the libraries and asked too many question. He cancelled my license and banned me from the forums. Don't use BASCOM AVR, the guy is a dick.

Great Cow BASIC is cross platform and supports AVRs, PICs, and LGTs (Chinese knockoffs of the AVR chips.)

The code for the PLC is around 8,000 lines.

The code for the ESP32 is written in C++.

 

I ordered a bunch of 316 stainless steel plumbing parts from McMaster-Carr and picked up a few from Wolseley. These are the parts I need to connect up the new 4040 RO membrane.

The black piece at the bottom is the end of the 4040 RO housing. In the back is a 1/2" x 2" nipple to a 1/2" 90. This is the permeate outlet. Permeate is the clean water which I give back to the trees by sending it out onto the ground outside of my sugar shack. In the front is a 1/2" x 4" nipple to a 1/2"-1/4"-1/2" reducing T. This one is for a pressure gauge. Next is a 1/2" x 2" nipple to another reducing T. This one is for a pressure transducer. Then another 1/2" x 2" nipple to the Hikelok pressure relief valve. The drain on the valve is where the concentrate comes out. In a normal, domesic household RO system the permeate is what you drink and the concentrate is what you throw away. In a maple syrup system you throw away the permeate and save the concentrate.

With my old system I could take the sugar content from around 3% to around 10%. That makes a big different to your yield over the course of a day.

All the joints were taped with the correct teflon tape.

 

I ordered a bunch of 316 stainless steel plumbing parts from McMaster-Carr and picked up a few from Wolseley. These are the parts I need to connect up the new 4040 RO membrane.

The black piece at the bottom is the end of the 4040 RO housing. In the back is a 1/2" x 2" nipple to a 1/2" 90. This is the permeate outlet. Permeate is the clean water which I give back to the trees by sending it out onto the ground outside of my sugar shack. In the front is a 1/2" x 4" nipple to a 1/2"-1/4"-1/2" reducing T. This one is for a pressure gauge. Next is a 1/2" x 2" nipple to another reducing T. This one is for a pressure transducer. Then another 1/2" x 2" nipple to the Hikelok pressure relief valve. The drain on the valve is where the concentrate comes out. In a normal, domesic household RO system the permeate is what you drink and the concentrate is what you throw away. In a maple syrup system you throw away the permeate and save the concentrate.

With my old system I could take the sugar content from around 3% to around 10%. That makes a big different to your yield over the course of a day.

All the joints were taped with the correct teflon tape.

 

I am very anti-death penalty but I believe that humanity would be better off if anyone who is this fucking depraved was loaded into a helicopter, flown out to the 200 mile limit, thrown into the ocean, and invited to swim home.

view more: next ›