Simulating advanced logic gate, NAND logic gate, The NANA ladder logic in two ways, NAND ladder logic when both inputs are false, NAND ladder logic when input A is false and input B is true, NAND ladder logic when input A is true and input B is false, NAND ladder logic when both inputs are true, NOR logic gate, XOR logic gate, XNOR logic gate, XNOR ladder logic when input A is true and input B is false, XNOR ladder logic when input A is false and input B is true
Hello friends! I hope you are all very well! I am so happy to meet you today to continue learning and practicing PLC ladder logic programming. In an earlier part, we already have gone through the very basic logic gates of “AND”. “OR”, and “NOT”. Today we are going to resume the simulation of logic gates. We have started and gone through simulating the basic logic gates which are “AND”, “OR”, and “NOT” as they are the most important basic logic gates by which we can form other logic gates. However, because the logic of large-scale projects is getting more and more complicating, a lot of time w ...