|
|||||||
| UNOFFICIAL Answers - Ask the Community! Community Members can provide UNOFFICIAL answers to the questions from the "locked" forum above. |
![]() |
|
|
Thread Tools |
|
#1
|
|||
|
|||
|
Bumper switch info error
On the vex product page: http://www.vexrobotics.com/products/.../276-2159.html
it states in switch info that the switch is normally open, but states next in the signal behavior: "When the switch is not being pushed in, the sensor maintains a digital HIGH signal on its sensor port. This High signal is coming from the Microcontroller. When an external force (like a collision or being pressed up against a wall) pushes the switch in, it changes its signal to a digital LOW until the switch is released. An unpressed switch is indistinguishable from an open port." Are HIGH and LOW switched in this part? My understanding of high and low is that high is powered and low is off. Is this my understanding or a typo? Thanks |
|
#2
|
|||
|
|||
|
Re: Bumper switch info error
Or is it high impedance and low impedance?
|
|
#3
|
|||
|
|||
|
Re: Bumper switch info error
This thread is in the wrong forum, I'll flag it to ask that it be moved to community technical support.
The switch is normally open: true; The cpu provides a pullup resistor: True; The digital input value of an empty input port is 1 (due to pullup): true; The digital input value of an input port with a switch (not pressed) is 1: true; The digital input value of an input port with a PRESSED switch is 0: true; Quote:
Quote:
This is common in electronics, sometimes called "active low", because it is easier for some electronic technologies to short to ground than to provide power. |
|
#7
|
||||
|
||||
|
Re: Bumper switch info error
|
|
#8
|
|||
|
|||
|
Re: Bumper switch info error
Quote:
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
|
|