Presentation
Presentation
Power Supply
The sensory input of the PLC.
Signal is provided by sensors, switches, timer/counter or encoders.
a. Arithmetic Operation
Sophisticated b. Information Handling
Control c. Analog Control
d. PID
e. Servo motor control
f. Stepper motor control
Supervisory
Control a. Process Monitoring and Alarm
b. Fault Diagnostic and monitoring
c. Interfacing w/ Computer
d. Printer / ASCII Interfacing
e. Factory Automation Networking
f. Local Area Network
g. Wide area Network, etc.
Manufacturing Infrastructure
Transportation Building Automation
• Flexibility
• Implementing changes and Correcting Errors
• Large Quantities of Contacts
• Lower Cost CPM2C CP1E
• Pilot running
• Visual Observation
• Speed of Operation
• Ladder and Boolean Programming method
• Reliability and maintainability
CP1H CJ2M/CJ2H
• Simplicity of Ordering
• Documentation
CS1G/H
Mid size PLC
New CJ2H CPU64/65/66
2560 pts
For large scale system CPU11/12/13/14/15
CJ2M
with high functionality
CPU31/32/33/34/35
2560 pts
CJ1H CPU65H/66H/67H
Mid size PLC
1280 pts
CJ1G CPU42H/43H/44H/45H
I/O Size
180 pts
CP1L-M
CP1L-L
0.00 0.01
Inputs Outputs
1.00
TIM
0
#50
1.00 0.02
Executing Program
1) CPU’s processing speed
Add up the current consumption for all the modules and the CPU, then select the
power supply unit suitable for the application.
As seen in the movie on the last screen, the CJ1
PLC is a modular system that is easily
configurable through modules that connect to
each other.
CJ1M
can handle up to 640 I/O points
CJ1G
can handle up to 1280 I/O points
CJ1H
can handle up to 2560 I/O points
the CJ1M can actually be divided into 3 groups:
for models with 10 built-in inputs and 6 built-in outputs, change the "1" digit to a "2"
CJ1M-CPU12 / CJ1M-CPU22
320 I/O points, 10 modules, 0 expansion racks
10K steps program capacity, 32K DM
.1µs ladder processing speed
CJ1M-CPU13 / CJ1M-CPU23
640 I/O points, 20 modules, 1 expansion racks
20K steps program capacity, 32K DM
.1µs ladder processing speed
CJ1G-CPU42H
960 I/O points, 30 modules, 2 expansion racks
10K steps program capacity,
32k DM, 1 Bank 32K EM
.04µs ladder processing speed
CJ1G-CPU43H
960 I/O points, 30 modules, 2 expansion racks
20K steps program capacity,
32K DM, 1 Bank 32K EM
.04µs ladder processing speed
CJ1G-CPU44H
1280 I/O points, 40 modules, 3 expansion racks
30K steps program capacity
32K DM, 1 Bank 32K EM
.04µs ladder processing speed
CJ1G-CPU45H
1280 I/O points, 40 modules, 3 expansion racks
60K steps program capacity
32K DM, 3 Banks 32K EM
.04µs ladder processing speed
CJ1H-CPU65H
2560 I/O points, 40 modules, 3 expansion racks
60K steps program capacity
32K DM, 3 Banks 32K EM
.02µs ladder processing speed
CJ1H-CPU66H
2560 I/O points, 40 modules, 3 expansion racks
120K steps program capacity
32K DM, 7 Banks 32K EM
.02µs ladder processing speed
CJ1H-CPU67H
2560 I/O points, 40 modules, 3 expansion racks
250K steps program capacity
32K DM, 13 Banks 32K EM
.02µs ladder processing speed
Flash Memory Cards
HMC-EF183 -128 MB
HMC-EF283 -256 MB
HMC-EF583 -512 MB
allows you to read and write flash memory cards with a computer
CP1E CPU Units are available for applications
with as few as 10 I/O points.
10-point.
14-point.
20-point.
30-point.
40-point.
60-point.
CP1L CPU Units are available for applications
with as few as 10 I/O points.
10-point.
14-point.
20-point.
30-point.
40-point.
60-point.
Three types of CPU Unit are
available to meet applications
requiring advanced functionality:
AC Input Units
Classification Input Input Input Current Connection Models
voltage (Typical)
Basic I/O Unit 100 to120 VAC 16 pts 7 mA (100V,50HZ) Removable CJ1W-IA111
200 to 240 VAC 8pts 9 mA(200V,50HZ) terminal block CJ1W-IA201
Output Modules
Relay Contact Output Units
Basic I/O Unit 16 inputs/ 24V DC 7 mA 12 to 24 VDC,0.5A/pt, 2A/ Fujitsu com- CJ1W-
16 outputs unit, sinking output patible connector MD231
MIL connector CJ1W-
MD233
32 inputs/ 4.1mA 12 to 24 VDC,0.3A/pt, 3.2A/ Fujitsu com- CJ1W-
32 outputs unit, sinking output patible connector MD261
MIL connector CJ1W-
MD263
TTL I/O UNITS
PLC Addressing
A Channel/ Word = 16 bits
A Byte = 8 bits
Each individual bit is addressed by first the channel number then the bit
number
XXXX.XX
BIT ADDRESS
Channel Bit
(E.g... Channel 1 bit 4 = 1.04)
XXXX
Indicates the word
address
Example: The address of bits 00 to 15 in word 0010 in the CIO Area would be
as shown below. This address is given as “CIO 0010” in this manual.
D00200
Word address
DM and EM Areas addresses are given with “D” or “E” prefixes, as shown
below for the address D00200.
Area Size Description
CIO 0~6143 Area for Input/Output and work bits
T T0 ~ T4096 Timer
C C0 ~ C4096 Counter
Condition Flags (CF) - Contains flags and control bits used for monitoring PLC
operations
Work Area (W) - Used only in the program; they cannot be used for I/O exchange with
external I/O terminals.
Holding Relay (H) - These bits retain their On/Off status even when Power Off.
Data Memory (D) - Retains status during power interruptions. DM area can only be
read in as a word.
A coil behaves similarly to a contact and is used to show output power. It can only be used on the right of a
rung. They can be normally open or closed (a normally closed coil is shown as ). Its operand is the PLC
address (a single binary bit of data) which will have power applied.
An instruction is used for all other types of data manipulation. They are mnemonic instructions, and
each PLC has a set that it can use. Each type of PLC has a particular instruction set, but most instructions are
common. Instructions may use zero or more operands, each of which may be a PLC address or a direct literal
numeric value. As an example, the END instruction is common to all PLCs, and does not use an operand and
it must be present at the end of every PLC program.
1. Instruction in a ladder diagram are executed in order from the left bus bar to the
right bus bar and from the top to bottom.
2. There is no limit to the number of I /O bits, work bits, timers, and other input bits
that can be used.
0.01
Input bit:
0.01 CH 0 bit 01 (0.01)
3. There is no limit to the number of input bits that can be connected in series
or in parallel in series or parallel rungs.
1.01
1.01
Output bit:
CH 1 bit 01 (1.01)
1. A ladder program must be closed so that the signals (power flow) will
flow from the left bus bar to the right bus bar.A rung error will occur if the
programs is not closed.
TIM O
#100
3. An input bit must always be inserted before and never after an output
instruction like an output bit. If it is inserted after an output instruction, then a
location error will occur during a programming device program check.
1.01
1.01
Output bit:
CH 1 bit 01 (1.01)
5. An input bit cannot be used in an Output instruction (OUT)
Input bit:
CH 0 bit 01 (0.01)
0.01
Output bit:
CH 1 bit 01 (1.01)
END
Features:
• Easily Achieve Position Control with Wading
Through User Manuals.
• Complete Support for Synchronous Operation
between Units.
• Easier Connection to PLCs.
• Batch Backup/Restore with a Computer.
• Comprehensive Programming Environment.
• High Program Readability.
• Time Required for Onsite Startup and Debugging
Has Been Significantly Reduced.
1. Click start Programs Omron Folder CX-One CX-Programmer then
select
( Latest Version)
(Initial Window)
Sensor (NPN)
(+)
(-)
Switch
(+)
(-)
Lamp
COM
Power Supply 24VDC V+
(+)
(-)
•Timer – In relay-panel hardware, an electromechanical device that can be
wired and preset to control the operating interval of other devices.
•Timer – In a PLC, a timer is internal to the PROCESSOR, meaning that it does
not exits in the real world, but can be controlled by a user-programmed
instruction.
Address :
TIM4095
T000 T 001
1.00
1.00
1.00
TIM 001
0.01 #50
End
A preset decremental counter. It decrements one count every time
An input signal goes from off to on. A counter must be programmed
With a count input, reset input, a counter number and set value (SV)
Set Address :
CNT 000 to CNT 4095
Reset
CNT _ _ _
#____ Range of 0000 to 9999 counts
0.02 S
0.03 R
CNT 000
#5
1.01
C000
End
Workbits / Internal Relay
A relay for the used of the program only, it is used when you don’t have to turn ON, or
turn OFF external I/O devices.
The relays of CH to which units are not mounted are also available for work bits.
The work bits is useful, example, when the same combination of I/O signal is
repeatedly in the ladder diagram.
Work bits / Internal Relay
The ff. diagram gives an illustration in which a work bit Can be used to
simplify the program:
01 03 04 01 03
1.00 200.00
02 02
01 03 05 200.00 04
1.01 1.00
02 200.00 05
1.01
01 03 06
200.00 06
1.02
1.02
02
Control Circuit For Packaging Machine
The control circuit is used to detect and count the number of products being
carried on an assembly line. The sequence starts when the conveyor is turned on,
then the sensor waits for the boxes, when it counts five products, the circuit
energizes a solenoid. The Solenoid is energized for a period of five seconds and
and is then shut off, causing it to retract and the whole sequence repeats from the
start.
Sensor
Solenoid
START Conveyor
1. When a start button is pushed, the motor (M) will move from
left to right. When LS2 is ON, the motor stops, delay for 5 s and
then moves back to home. When LS1 is ON, the motor cuts off
signifying the sequence is completed.
LS1 LS2
Start
HOME
2. This escalator is s stationary until someone approaches.
when someone passes by the sensor, the motor starts to
operate, and stop one minute after the last person passed by.
Let’s Start Basic Programming
Source: https://www.youtube.com/watch?v=4eN7HTElGWA&t=217s
Source: https://www.youtube.com/watch?v=4eN7HTElGWA&t=217s
Source: https://www.youtube.com/watch?v=4eN7HTElGWA&t=217s
Direct Online Starter
Source: https://todoconcrochet.blogspot.com/
Source: https://www.youtube.com/watch?v=L-HXwauv2lA
Simplify Direct Online Starter
Start
Stop (N/O)
(N/C)
24(-) 0.00 0.01
24(+)
A1 & A2 (24DC)
110/220VAC 100.00
24V
A1 & A2 (24DC)
110/220VAC
Power supply for PLC(24DC)