Tuesday 10 May 2016

switches - specifying a non-momentary switch?



If I say something like "SPDT switch" it's assumed to be a non-momentary switch. Is there standard nomenclature for unambiguously specifying a non-momentary switch?



Answer



I've always assumed the opposite of "momentary" was "toggle". The wikipedia entry appears to confirm this:



The most familiar form of switch is a manually operated electromechanical device with one or more sets of electrical contacts, which are connected to external circuits. Each set of contacts can be in one of two states: either "closed" meaning the contacts are touching and electricity can flow between them, or "open", meaning the contacts are separated and the switch is nonconducting. The mechanism actuating the transition between these two states (open or closed) can be either a "toggle" (flip switch for continuous "on" or "off") or "momentary" (push-for "on" or push-for "off") type.



But a quick websearch seems to show that there are some switches sold as momentary toggles, so I'm not sure there is a completely unambiguous term.


No comments:

Post a Comment

arduino - Can I use TI's cc2541 BLE as micro controller to perform operations/ processing instead of ATmega328P AU to save cost?

I am using arduino pro mini (which contains Atmega328p AU ) along with cc2541(HM-10) to process and transfer data over BLE to smartphone. I...