Click PLC Programming Tutorial (CLICK 8) Pointer Addressing, Indirect Addresses, Index Pointer.

Поделиться
HTML-код
  • Опубликовано: 15 апр 2021
  • Learn PLC programming with the CLICK PLC from Automation Direct. From new to PLC programming to PLC communications. Program the C-more HMI connected to the CLICK. Pointer Addressing, sub-routines, timers, counters, interface drawings.
  • НаукаНаука

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

  • @qzorn4440
    @qzorn4440 5 месяцев назад

    Excellent step-by-step Pointer Addressing. 🥳 Thank you.

  • @DanielGomez-yz1mw
    @DanielGomez-yz1mw 2 месяца назад

    Thank you Great job

  • @MyTato2010
    @MyTato2010 3 года назад +3

    very nice

  • @12torotoro
    @12torotoro 11 месяцев назад +1

    Thank you very good example, I will try to simulate what you did in Domore simulator

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

    Could you make circuit diagram bit bigger please

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

    Can not see your circuit diagram ,make it bit bigger circuit diagram

  • @richard9461
    @richard9461 3 года назад +2

    where in the program do i find pointer address

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

      The pointer address is bringing developed for each loom selected around 9 minutes in the program

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

      @@WadeCountryLiving
      sorry need to rephrase , when i am in the click soft ware and i want to insert pointer address in my ladder logic how do i do it ,
      when i go to copy and insert it in i don,t see the pointer address function.

    • @WadeCountryLiving
      @WadeCountryLiving  3 года назад +1

      There is no function for pointer address. In the copy command, for example DS[DS50] as the source. If the value in DS50 was 80 then the source address would be DS80. You have to manually type in the source address into the copy command. The pointer is DS50. You must put it in square brackets for the copy command to recognize it as a pointer.

    • @richard9461
      @richard9461 3 года назад +1

      @@WadeCountryLiving
      got it thanks
      i am enjoying and leaning from your videos

    • @AO-yw3gz
      @AO-yw3gz 2 года назад

      Still can’t understand the dam indirect addressing I think I watched all RUclips video about it