Posts

Showing posts with the label Line

2 Transistor Line Follower Robot

Image
Make a line follower robot can be done with two transistors. Line Follower Robot series is one of the two transistors contor robot line follower circuit is in Bagun with two NPN transistor and the motor driver as well as processing of sensor signals. In the circuit of line follower robot consists of two parts of the same, only different functions for the motor driver the right and left. Sensor circuit of line follower robot uses the LDR and LED. LDR sensor sensitivity can be set with the VR 10 is mounted in series with the LDR. For more details, see the following figure. Line Follower Robot series 2 Transistor The working principle of the motor driver circuit between the right and left together, when the LDR get the reflection of light from the LED LDR resistance will decrease and make the transistor saturation and motor gets supply and rotates so that the robot moves forward. So at the moment is not the case then the motor did not get a supply, for example, only one sensor is exposed ...

Line Following Robot Sensor

Image
This Line Following Robot sensor or surface scanner for robots is a very simple, stamp-sized, short range (5-10mm) Infrared proximity detector wired around a standard reflective opto-sensor CNY70(IC1). In some disciplines, a line following robot or an electronic toy vehicle go along a predrawn black line on a white surface. In such devices, a surface scanner, pointed at the surface is used to align the right track. IC1 contains an infrared LED and a phototransistor. The LED emit invisible infrared light on the track and the phototransistor works as a receiver. Usually, black colored surface reflects less light than white surface and more current will flow through the phototransistor when it is above a white surface. When a reflection is detected (IR light falls on the phototransistor) a current flows through R2 to ground which generates a voltage drop at the base of T1 to make it conduct. As a result, transistor T2 start conducting and the visual indicator LED(D1) lights up. Capacitor ...

On line Ladder Program Editing for RSLogix 500

Image
On line Ladder Program Editing for RSLogix 500 There are five basic steps in performing an edit on line.   1)   Start Edits, 2)   Make Changes, 3)   Accept edits, 4)   Test Edits, and 5) Assemble edits.   Although these steps seem very simple there are a few rules to watch out for.   You cannot expand or create a data table on line in the SLC, and you must be in program mode (or off line) to expand a data table on line in the PLC-5.   You cannot make an on line edit if the key switch is in Run Mode.   In the PLC-5, if backplane switch 8 is on, you cannot make an on line edit.     You do not need to perform an on line edit to directly change a value in the data table such as the preset of a timer or counter.   If the processor is in program mode, you do not need to test and assemble after accepting.   If the processor is in program mode, and a rung is deleted, there is no warning. Let's walk through the 5 step procedure: L...