Siemens TIA portal Word logic instructions AND, OR, XOR, INV, DECODE, ENCODE, SELECT, MUX, DEMUX

Поделиться
HTML-код
  • Опубликовано: 30 янв 2025

Комментарии • 9

  • @valmontdain
    @valmontdain 3 года назад

    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

    • @plcgoodsmentor9223
      @plcgoodsmentor9223 3 года назад

      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 )

    • @plcgoods
      @plcgoods  3 года назад

      Thank you for checking out the channel!

  • @MatXrix
    @MatXrix Год назад

    Why Encode doesn't work for 2#00000001 ?

    • @plcgoods
      @plcgoods  Год назад

      Encode instruction works with this number 2#00000001. its output is zero.

  • @ahsajibmatubber2179
    @ahsajibmatubber2179 2 года назад

    Please Set up hardware connection every circuit

    • @plcgoods
      @plcgoods  2 года назад

      We do not show setups in every video, please check out a few previous videos.

  • @gulamansari7630
    @gulamansari7630 Год назад

    Why did u use OR and AND with pushbuttons. You should have used MOVE instructions with 0 and 1 for closing and opening....

    • @plcgoods
      @plcgoods  Год назад

      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.