I have a control unit that produces two 12v 1amp dc pulses lasting about 200ms. There is a gap of about 100ms between the pulses
I need to automatically switch these pulses between 2 outputs alternatly.
Any help would greatly appreciated
I have a control unit that produces two 12v 1amp dc pulses lasting about 200ms. There is a gap of about 100ms between the pulses
I need to automatically switch these pulses between 2 outputs alternatly.
Any help would greatly appreciated
Use a D-flipflop like the HEF4013 to switch between channels.
With each pulse the high level switches between \$Q\$ and \$\overline{Q}\$ and back. AND each output with the input pulse signal. Use the AND gates' outputs to drive MOSFETs like the FDC855.
The HEF4013 is from the older CD4000 series, and normally I would suggest the 74HC74, but that one can't operate at 12 V. The HEF4013 can operate at a power supply voltage up to 15 V.
Don't forget the protection diodes across the solenoids.
One solution for this is using multiplexers. A multiplexer is a device that selects one of several analog or digital input signals and forwards the selected input into a single line.
For this i recommend use 74ls157. This is Quad 2-to-1 Multiplexer.
The operation of the 74LS157, Quad 2 line to 1 line multiplexer is quite simple. It simply acts as four switches. When the A/B input is low, the A inputs are selected. E.g. 1A passes through to 1Y, 2A passes through to 2Y etc. When the A/B is high, the B inputs are selected.