Thank you so much , i really appreciate your words !
@B1T_PLC5 ай бұрын
SCL is my favourite❤
@ravindraaher41292 жыл бұрын
What happens if 1 item is found in two different boxes
@vorapobautomation97603 жыл бұрын
What is EXIT command after IF ?
@PROTUTO893 жыл бұрын
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.
@vorapobautomation97603 жыл бұрын
What happen if not have EXIT command ?
@PROTUTO893 жыл бұрын
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.