Thanks a lot for these tutorials sir. I keep learning massively from them. Please, am a bit confused on the MOVE instruction sir. Is it like an array? Where does it get its input from(what influences its values) ....how is it connected to the PLC sensors? Am really kinda confused sir, please help me understand as usual Thanks a lot sir
Hi, thanks for watching our videos. MOVE instruction just moves a value (either a constant number like 20 or a number that is stored on a location of the PLC memory) to another address like (MD0, MW10, QW10). that's simple. please see this video ( ruclips.net/video/zyWGGeElOec/видео.html ) related to the MOVE instruction. But if you want to learn, how an analog signal from a sensor can be read and used by PLC, please see this video ( ruclips.net/video/l-Y567r16SE/видео.html )
Hi there, there are many ways to write a program. This video learns the "WORD Logic" Operation. You can write your own program with some "MOVE" instructions.
Thanks a lot for these tutorials sir. I keep learning massively from them.
Please, am a bit confused on the MOVE instruction sir.
Is it like an array?
Where does it get its input from(what influences its values) ....how is it connected to the PLC sensors?
Am really kinda confused sir, please help me understand as usual
Thanks a lot sir
Hi, thanks for watching our videos. MOVE instruction just moves a value (either a constant number like 20 or a number that is stored on a location of the PLC memory) to another address like (MD0, MW10, QW10). that's simple. please see this video ( ruclips.net/video/zyWGGeElOec/видео.html ) related to the MOVE instruction.
But if you want to learn, how an analog signal from a sensor can be read and used by PLC, please see this video ( ruclips.net/video/l-Y567r16SE/видео.html )
Thank you for checking out the channel!
Why Encode doesn't work for 2#00000001 ?
Encode instruction works with this number 2#00000001. its output is zero.
Please Set up hardware connection every circuit
We do not show setups in every video, please check out a few previous videos.
Why did u use OR and AND with pushbuttons. You should have used MOVE instructions with 0 and 1 for closing and opening....
Hi there, there are many ways to write a program. This video learns the "WORD Logic" Operation. You can write your own program with some "MOVE" instructions.