Anal Conclu
Anal Conclu
This laboratory experiment successfully explored the behavior of SCRs, GTOs, and
TRIACs using simulations. The analysis revealed key characteristics of each
thyristor. SCRs act as switches with a latching behavior, meaning they stay on
even after the initial gate trigger as long as current flows. Turning them off
requires interrupting the anode current, and the gate trigger signal's strength
doesn't affect their on state. GTOs function similarly to SCRs but require a
negative voltage pulse to the gate for turn-off, unlike SCRs which need a positive
pulse. Finally, the TRIAC acts like a variable resistor controlled by a potentiometer.
Higher potentiometer settings lead to increased lamp brightness due to more
current flow.
ANALYSIS
This experiment investigated two methods for controlling a DC motor: relays and
H-bridge circuits (L293D IC). While relays offer a simple and inexpensive solution
for basic directional control (clockwise/counter-clockwise) by activating specific
relays with switches, they lack speed control. Lower voltages can also cause the
motor to struggle when changing direction due to insufficient torque or the relay's
switching behavior. H-bridge circuits, on the other hand, provide more advanced
control over both direction and speed. Direction control is achieved by applying
logic level signals to the L293D's input pins, and the motor speed increases with a
higher voltage supply because it has more electrical power available. Overall,
understanding these key differences between relays and H-bridge circuits,
especially how the motor's starting torque and relay switching characteristics can
affect directional control at lower voltages, is crucial for various DC motor
applications.
CONCLUSION
Students used TinkerCAD and Multisim for modeling several circuits during this
lab task. Students use TinkerCAD to connect the circuit and measure the voltage
across each resistor in the first circuit. The different waveforms are displayed for
the second circuit, which is the Full-wave Bridge Type Rectifier – Power Supply
circuit. A bridge rectifier and a capacitor are required in the circuit to produce a
steady DC supply. To sum up, this exercise helps the students get better at
simulating more complex scenarios. Knowing this makes it easier to use
TinkerCAD and NI Multisim.
ANALYSIS
The group created a program using Arduino Uno Microprocessor to create a LED
circuit and seven segment display. First, the LED circuit where the multiple LED
are connected in a row. The group created a program to turn on each LED from
left to right which each LED turns on for 0.5 seconds and turns off in 0.5 seconds
before moving to the next. Once the sequence reaches the rightmost LED, it
should restart from the leftmost LED, creating a continuous left-to-right lighting
effect. Second, the seven segment display. This circuit requires to show the
numbers 0 to 9 with the interval of 1 second. The group develop a program to
display each number. These two experiments show program-dependent circuits
that emphasize critical programming and circuit design abilities. These
investigations provide foundations for advanced electrical applications.
ANALYSIS
This laboratory experiment explored how to use three sensors with an Arduino
Uno to interact with the environment. A potentiometer acts as a voltage divider,
allowing the Arduino to measure angular rotation by reading the voltage change
on its center pin as the knob is rotated. Photoresistors, whose resistance changes
with light intensity, can be used to sense light. As the light level increases, the
voltage reading on the Arduino's analog input goes up, likely triggering a brighter
LED response. Conversely, lower light levels lead to a dimmer LED. Finally,
thermistors, which are temperature-dependent resistors, can be used to sense
temperature. When heated, the thermistor's resistance decreases, resulting in a
higher voltage reading and potentially a brighter LED. As the thermistor cools, the
opposite occurs.
CONCLUSION
This laboratory experiment effectively explored using an Arduino Uno with three
sensors: a potentiometer (measures angular rotation via voltage change), a
photoresistor (senses light intensity by adjusting LED brightness based on voltage
readings), and a thermistor (acts as a temperature sensor with LED brightness
reflecting voltage changes caused by temperature fluctuations). Understanding
these sensor principles and the Arduino's digital conversion of voltage allows us to
create interactive projects that respond to their environment.