Tia PortaL || SCL-Language || Nested Loop ( Double FOR Instruction )

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

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

  • @B1T_PLC
    @B1T_PLC 2 месяца назад

    SCL is my favourite❤

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

    Very good 👍
    Go ahead with that fantastic videos

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

      Thank you so much , i really appreciate your words !

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

    What happens if 1 item is found in two different boxes

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

    What is EXIT command after IF ?

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

      Example : we Find an item inside The Position 5 . in This iteration , we should use the instruction "exit" , else , the actual Loop will continue to 10 , and then the result will be False.

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

      What happen if not have EXIT command ?

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

      The Loop Will continue to 10 , and inside The Position 10 there is no Item , So The Output of the code will overwrite the values of Position 5 , the Result will be "Does not exit" , and "position=0", and this is a false result.