How to: Multi-Pulsers and Pulse detection?
So, as most of you shurely know a Pulser is a Counter set to maximum 1 with it's own output wired back to it's reset.
1. Multipulsers?
Now when I want to send more than one pulse in a row, how to accieve that? I shurely can use a method with a 0.1 Timer that sends a signal to the pulser, which creates a pulse then, but that 0.1s delay totally destroys the meaning of the Pulser itself.
The fastest method I can think of is putting 3 batteries on a 0.1 sequencer and OR the outputs. This lets the sequencer send 3 pulses in 0.1s, but when I need like 20 pulses I have to create a appropriate complex sequencer with (and thats even worse) a OR with all 20 inputs wired in.
Any methods usign a counter did fail for me.
2. Pulse detection?
This question reffers to this thread , reading it might help you understand what my problem is. I am openeing a new Thread here sicne I fear the people willingly to help, rather check the [LBP2] Help! section than the [LBP2] Tutorials one ;)
When I AND a Pulse with a percentual signal like a batery set to 50% or a half filled counter I get some kind of "reduced Pulse". If i wire that pulse into ANY other logical device but a Timer set to 0.1 and "speed" as input action it will not react at all. Now for my Health bar I got 12 different pulses of different strengh, but I want them ALL to do one same thing, change the sackbots emotion additionaly to reducing the health dependign on signal strenght. My current solution is to OR all 12 inputs togeter before they go into the pulser. This means additionaly to 12 differnetly strong Pulses in a OR gate I also got another 12 slot or gate that receives the signal bevore it gets "pulsed". IfI could somehow grab the singnal after it got "pulsed" I could spare that second OR.
Illustration of my situation:
http://i7.lbp.me/img/ft/637c1fe24cf7...9afb3a8d9c.jpg
The down left Chip is the second OR
Someone must have encoutered this before me.
I can barely continue my Project without a working Health system.
Any help is much appreciated!
Regards
1st of The5