WeltonBoss

MrPLC Member
  • Content count

    1
  • Joined

  • Last visited

Community Reputation

0 Neutral

1 Follower

About WeltonBoss

  • Rank
    Hi, I am New!

Profile Information

  • Country United Kingdom
  1. OR Word AND Word application

    I have attached a simple shift register ladder diagram. The OR function sets the bit, The SHR function shifts all the bits to the right, then the AND function checks the status of the bit . Grab some AND OR truth tables to help you understand the basics. example : 1.                  0000 0000 0000 0000    Our WORD MW100 before any action 2.                  0000 0000 0000 1000     Our WORD MW100 After OR   3.                  0000 0000 0000 0100     Our WORD MW100 After shifting all bits 1 place right  4.                  Next We Test our  WORD MW100 by AND ing with 1 and put the result in our WORD MW120 5.                  The bottom rung compares the WORD MW120 with 1, and if TRUE sets M4.0 TRUE. 6.                   Step 5 will not go true until our WORD MW100 has been shifted right 2 more times so it looks like 0000 0000 0000 0001  I hope this helps shiftreg.pdf