In the previous lesson we discussed how we can use the shift instruction to allow us to turn lamps on in sequential order. In continuation of that training this lesson will go into how we can use the shift right instruction to allow us to turn our lamps on in a different pattern. One useful application for this shift right instruction is to allow us to index our lamp position one lamp at a time. In this lesson we will continue to use our S1 switch and our stop switch. Our S1 switch will index our lamp one at a time and our stop switch will reset the cycle. We will see how to use a shift right and move instruction to accomplish our task. Open up this lesson and let’s get started.
Turning on PLC Outputs in Sequential Order – Part 1:
http://bit.ly/2iwqUPs
Turning on PLC Outputs in Sequential Order – Part 2:
http://bit.ly/2ixeBSH
Turning on PLC Outputs in Sequential Order – Part 3:
http://bit.ly/2zg7TeB
Turning on PLC Outputs in Sequential Order – Part 4:
http://bit.ly/2y1P3DO
Turning on PLC Outputs in Sequential Order – Part 6:
http://bit.ly/2ixEv9h
Turning on PLC Outputs in Sequential Order – Part 7:
http://bit.ly/2AjssEq
Turning on PLC Outputs in Sequential Order – Part 8:
http://bit.ly/2lRWSut
Turning on PLC Outputs in Sequential Order – Part 9:
http://bit.ly/2iwZZmo
In the previous lesson we discussed how we can use the shift right instruction to allow us to turn our lamp on one position at a time. In continuation of that training this lesson will continue with how we use the shift right instruction as well as some common mistakes that can be made while tryi...
In the previous lessons you learned all the ins and outs of the shift right instruction. In this lesson we will see how we can use the shift left instruction and see that the shift left instruction works the exact same way of the shift right instruction however the bits are shifted to the left in...
In the previous lessons you learned that when you use the shift right instruction for integers or double integers, the instruction works like a divide function. In this lesson we will see how the shift left instruction works more like a multiply function and how you can easily figure out what the...