This will be my first circuit. I know nothing about building circuits and I am willing to program if necessary (I actually like programming)
I am attempting to make an H-Pattern shifter for a video game I play.
R & 1-6 all are microswitches that will be pressed by a bar.
Example:
http://s1179.photobucket.com/user/JohnMurphy98/media/Switch-2.png.html
POSITIVE PULSES GO TO THE POSITIVE NODE REPRESENTED AS [ + ]
When you tap the first microswitch, it will set a value in a chip to 1.
When you tap the third microswitch, it will add the difference (2) to the chip.
When you tap the fourth microswitch, it will add the difference (1) to the chip.
NEGATIVE PULSES GO TO THE NEGATIVE NODE REPRESENTED AS [ - ]
When the chip value is set to 1, it will subtract 1 from the chip (making it 0)
When the chip is at 3 and set to 1, it will subtract 2 from the chip (making it 1)
When the chip is at 4 and set to 3, it will subtract 1 from the chip (making it 2)
I think you get where I'm going with this. You press a microswitch with a set value greater than the one you are already using and a positive integer is added to the value stored in the microchip,
You press a microswitch with a set value less than the one you are using it will subtract from the microchip.
THE TIME BETWEEN THE PULSES CAN BE AS FAST AS A CIRCUIT BOARD WILL REGISTER THEM.
THE POWER OF THE PULSE CAN BE REASONABLE. I'M NOT RUNNING AN HOUSE ON THE CIRCUIT BOARD, I'M SIMULATING A BUTTON PRESS ON ANOTHER CIRCUIT BOARD.
ONLY ONE MICROSWITCH CAN BE USED AT ANY TIME
I am attempting to make an H-Pattern shifter for a video game I play.
R & 1-6 all are microswitches that will be pressed by a bar.
Example:
http://s1179.photobucket.com/user/JohnMurphy98/media/Switch-2.png.html
POSITIVE PULSES GO TO THE POSITIVE NODE REPRESENTED AS [ + ]
When you tap the first microswitch, it will set a value in a chip to 1.
When you tap the third microswitch, it will add the difference (2) to the chip.
When you tap the fourth microswitch, it will add the difference (1) to the chip.
NEGATIVE PULSES GO TO THE NEGATIVE NODE REPRESENTED AS [ - ]
When the chip value is set to 1, it will subtract 1 from the chip (making it 0)
When the chip is at 3 and set to 1, it will subtract 2 from the chip (making it 1)
When the chip is at 4 and set to 3, it will subtract 1 from the chip (making it 2)
I think you get where I'm going with this. You press a microswitch with a set value greater than the one you are already using and a positive integer is added to the value stored in the microchip,
You press a microswitch with a set value less than the one you are using it will subtract from the microchip.
THE TIME BETWEEN THE PULSES CAN BE AS FAST AS A CIRCUIT BOARD WILL REGISTER THEM.
THE POWER OF THE PULSE CAN BE REASONABLE. I'M NOT RUNNING AN HOUSE ON THE CIRCUIT BOARD, I'M SIMULATING A BUTTON PRESS ON ANOTHER CIRCUIT BOARD.
ONLY ONE MICROSWITCH CAN BE USED AT ANY TIME
Last edited: