Welcome Course Coordinator: Vishal Charan
Welcome Course Coordinator: Vishal Charan
OMRON
Course Notes
• Introduction: PLC
Overview OMRON PLC range
CP1L
• Software
CX-programmer
• Building up an Project
• With a control application program (stored within the PLC memory) in execution, the PLC
constantly monitors the state of the system through the field input device’ feedback signal
• It will then based on the program logic to determine the course of action to be carried out at
the field output devices.
Encoder
Counters/
Timers
Sensors
• Disadvantage:
• Too many wiring work in the panel
R
W Power Circuit
B
Control
Circuit
CX-Programmer V9.2
Module
Communication
000.02
LD 000.00
AND 000.01
OR 000.02
AND 000.03
OUT 100.00
000.02
000.06 000.07
LD 000.04
000.06 000.07 OR 000.06
LD 000.05
OR 000.07
000.05 AND LD
OUT 100.01
000.07
TEMPORAIRY RELAY
LD 000.00
AND 000.01
OUT TR 0
AND 000.02
AND 000.03
OUT 100.02
LD TR 0
AND 000.04
AND 000.05
OUT 100.03
TRY...
2. Problem Splitting
3. Working out
4. Design
5. Writing
6. Testing
7. Finishing