Automation studio B&R PLC ST programming PART 13 - WHILE .....DO LOOP for finding highest value.

Image
 While do loop is used continuously monitor a condition, if the condition is fulfilled the statement insdie the loop is executed. Otherwise it will jump out of loop. In  tutorial the while is continuously monitoring the Array J[i] which is having integer value, and displaying the largest value. Download Prog file from below drive link:- https://drive.google.com/file/d/1bzc0gqOsBHh_NUvumjbhzAdq090prK-4/view?usp=sharing Explanation:- Below is the flow of While do loo[ for Program execution:- Below are the variables used in While loop example:-

Industrial Sensor Part 5 -Ultrasonic Fork / Slot Label Sensor working, Pros-Cons, Application, Frequent Question on Selection.

This Video tutorial is about Ultrasonic Fork / Slot Label Sensor working, Pros-Cons, Application, Frequent Question


Click below Link for Tutorial

Ultrasonic Fork / Slot Label Sensor working, Pros-Cons, Application, Frequent Question


Slides:-


 Ultrasonic Fork Sensor are used for label detection


Ultrasonic Fork Sensor is a thru beam type Sensor. It has transmitter and Receiver. Sensor detects label on difference between Sound received at receiver end from label and label carrier.





Color independent - Ultrasonic Sensor can detect any color or transparent objects as it detection is based on Ultrasonic sound.
Label gap independent - It can also work in variable gap labels.
reflective/Glare independent - Ultrasonic sensor is independent of glare in label or carrier unlike Photoelectric .



Ultrasonic Sensor are less accurate than capacitive sensor, as capacitive sensor detects object based on dielectric thickness of label.
Basic ultrasonic sensor fails for multilayer labels. Unique type multilayer sensor comes for such application.
As Spped Increase accuracy of detection fails for ultrasonic sesnsor.




ultrasonic sensor can be almost for all label types including transparent and mettalic.






Thanks,
KOTT TUTORIAL,
Rohit K

Comments

Popular posts from this blog

Automation studio B&R PLC ST programming PART 13 - WHILE .....DO LOOP for finding highest value.

Automation Studio B&R PLC Part 10 - Using 'CASE Statement' for programming Complete Tank Level Logic in ST