this post was submitted on 14 Sep 2023
480 points (94.3% liked)

Asklemmy

42520 readers
873 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy ๐Ÿ”

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_[email protected]~

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 4 points 9 months ago (2 children)

No, what it should do is:

  • when timer ends or stop button is pressed it should turn off microwaves but keep spinning until original position
  • when door is opened just stop everything immediately

This way you can stop the plate manually at any position but when operating microwave in the usual way you get the benefit of the cup always pointing the right way.

[โ€“] [email protected] 2 points 9 months ago

That can be done, just takes a more expensive Platten motor, and some more code in the control unit.

[โ€“] [email protected] 2 points 9 months ago (2 children)

when timer ends or stop button is pressed it should turn off microwaves but keep spinning until original position

Better yet, change the rotation speed to match the timer.

[โ€“] [email protected] 1 points 9 months ago (1 children)

It would require variable speed motors and more complex chip and programming so it would be more expensive. Just spinning the plate at the same speed until it makes a full turn could be solved mechanically.

[โ€“] [email protected] 1 points 9 months ago

I mean, sure, but there are microwaves out there that measure the heat of food put in it to cook it automatically. I figure a variable speed to match an input time would be just a bit easier to accomplish than that.

[โ€“] [email protected] 1 points 9 months ago

Have it calculate the amount of full rotations and round it down to the nearest whole number. Worst case scenario, your cup is static for 5โ€“10 seconds before the microwave stops.