

Yes you are true SirWhat does your post have to do with the title of this thread?
Thanks for your explanation yes I saw the datasheet but what tricked me the MC14538 when I try to use it in the schematic the circle pointed to B not Ai assume you saw a1 b1 etc in the datasheet such as:
View attachment 354516
pins 8 and 16 are power for two identical units.
first unit has inputs pins A1, B1 etc. (pins 1 and 2)
second unit has input pins A2, B2 etc. (pins 9 and 10)
the schematics you posted has first unit marked as U26A and the second as U26B.
also inverter at input A1 is not shown as a separate gate but part of AND gate (See the circle on one of inputs).
View attachment 354517
Note both representations are the same thing (same IC) so there is no need for substitution


Thanks a lot for youView attachment 354518
74x123 has /A AND B input.
A must be LOW and B must be HIGH to trigger the circuit.
In other words,
falling edge of A while B is HIGH
or rising edge of B while A is LOW.
View attachment 354519
MC14528/14538 has A OR /B input.
The circuit is triggered on
a rising edge of A while B is HIGH
or a falling edge of B while A is LOW.
74x123 has /A AND B input.
A must be LOW and B must be HIGH to trigger the circuit.
In other words,
falling edge of A while B is HIGH
or rising edge of B while A is LOW.
MC14528/14538 has A OR /B input.
The circuit is triggered on
a rising edge of A while B is HIGH
or a falling edge of B while A is LOW.
Thanks for you and for allnot sure what you are trying to do and why. 74LS123 is active, normally stocked and easy to find product, for example
https://www.mouser.ca/c/?q=74ls123
if you are trying to replace IC on an already made board, this substitution makes no sense (it will be a challenge) since MC14538 is not pin compatible with it. if you are creating new board design and trying to substitute IC before board is made, this could work assuming you check the specs (supply level, logic levels, output fanout, pinouts...).
the way 74LS123 is connected, the AND gate and inverting input (A) are simply bypassed. timer works as if B connects directly to trigger. so doing the same on MC14538 would require bypassing input B, and using input A as trigger.
in other words, going from one IC to another:
1. swap A and B inputs (use B instead of A and use A instead of B)
2. bypass inverted input so that it does not interfere with triggering. on LS123 this was done by connecting B to GND (input A is trigger). on MC14538 this is done by connecting A to Vcc and using B as trigger.
Tip:
when in doubt, always give yourself a plan B (an easy way out). this could be adding jumpers or DIP switches or solder-jumpers so that you can determine and apply correct connection later - after board is made. i am often pressed with time to release design to meet deadlines while many new features are added. so i du just that, add in my designs things that can alter circuit behavior without mess of piggybacking things or wires criss-crossing PCB. this allows me to salvage protoboards and deliver things on time which would be impossible with time wasted on on reordering.
Yes sir you said that but I am not expert as you that's why I hardly understand the issueI already told you that in post #6.