PLCM File
PLCM File
ON
PLC & MICROCONTROLLERS
📅 Session: 2024-25
(20.01.2025 To 02.05.2025)
📍 Institute Code: 029
Index
S.No. Practical Name Page No.
5 Sequence Control
17
b. Sorting of Objects 21
Circuit Diagram
[Trainer Kit with Connection]
Ladder Program
[PLC Program]
Below is a simple ladder logic diagram for AND logic:
Input 1 and Input 2 are normally open (NO) contacts.
The Output Coil will energize only if both Input 1 and Input 2 are active
(AND logic).
Procedure
Hardware Setup
Connect the PLC trainer kit to the computer using a programming cable.
Connect input devices (e.g., switches) to the input modules and output
devices (e.g., LEDs) to the output modules.
Ensure the power supply is connected and the PLC is powered on.
Software Setup:
Open the PLC programming software (e.g., OpenPLC).
Create a new project and select the appropriate PLC model.
Write the Ladder Program:
Drag and drop the required ladder logic symbols (e.g., NO contacts, coils)
onto the programming workspace.
Create a simple AND logic program as shown in the circuit diagram.
Download the Program:
Compile the program and download it to the PLC.
Test the Program:
Toggle the input switches and observe the output LED.
Verify that the output LED turns on only when both input switches are
active.
Observations
Input Output
OFF OFF
ON ON
Results
The ladder logic program successfully implements AND logic. The output
is activated only when both inputs are active, as expected.
Conclusion
This experiment introduced the basic building blocks of a PLC and
demonstrated the use of ladder logic programming. The AND logic
program was successfully implemented and tested, confirming the
functionality of the PLC. This foundational knowledge is essential for
understanding more complex PLC applications in industrial automation.