0% found this document useful (0 votes)
280 views

Chapter 8: PLC Programming Language - Basic Instructions

1. When PB1 is pressed, open MV1 to start filling and turn on the stirring motor. 2. When the water level reaches TLB1, close MV1 and turn off the stirring motor. 3. Open MV2 to start draining. Close MV2 when the water level drops below TLB2. 4. Repeat steps 1-3 four times then illuminate the operation END indicator. 5. Pressing PB3 resets the program to allow another cycle when PB1 is pressed.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
280 views

Chapter 8: PLC Programming Language - Basic Instructions

1. When PB1 is pressed, open MV1 to start filling and turn on the stirring motor. 2. When the water level reaches TLB1, close MV1 and turn off the stirring motor. 3. Open MV2 to start draining. Close MV2 when the water level drops below TLB2. 4. Repeat steps 1-3 four times then illuminate the operation END indicator. 5. Pressing PB3 resets the program to allow another cycle when PB1 is pressed.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 57

Chapter 8: PLC Programming Language –

Basic Instructions
Basic Instructions

 Input (Contact) instructions

2
Basic Instructions

 Input (Contact) instructions

3
Basic Instructions

 Connection instructions

4
Basic Instructions

 Output instructions

5
Basic Instructions

6
Basic Instructions

7
Basic Instructions

8
Basic Instructions

9
Example

ON (1)
X0
OFF (0)

ON (1)
X1
OFF (0)
t

10
Caution: Double outputs (double coils)

 Double outputs

11
Countermeasures against Double outputs

12
SET and RESET instructions

13
14
Relay schematic vs. Ladder logic program

15
Relay schematic vs. Ladder logic program

16
Relay schematic vs. Ladder logic program

17
Quiz

 Express each of the following equations as a ladder logic rung.


Program each rung into the PLC software (GX Developer) and
prove its operation.

a) Y0 = 𝐴𝐴 + 𝐵𝐵 𝐶𝐶𝐶𝐶
b) � + 𝐷𝐷
Y0 = 𝐴𝐴𝐵𝐵𝐶𝐶 � + 𝐸𝐸
c) Y0 = [ 𝐴𝐴̅ + 𝐵𝐵� 𝐶𝐶] + 𝐷𝐷 𝐸𝐸�
d) ̅ 𝐶𝐶̅ + (𝐷𝐷𝐸𝐸𝐹𝐹)
Y0 = 𝐴𝐴𝐵𝐵 �

18
Exercises

 Exercise 1: Control the level of water in a storage tank.


OFF Position —The water pump will stop if it is
running and will not start if it is stopped.
Manual Mode —The pump will start if the
water in the tank is at any level except low.
Automatic Mode —If the level of water in the
tank reaches a high point, the water pump will
start so that water can be removed from the
tank, thus lowering the level.
- When the water level reaches a low point,
the pump will stop.
Status Indicating Lights —Water pump running
light (green)
- Low water level status light (red).
- High water level status light (yellow)

19
Exercises

 Exercise 2: Part sorting by size – FX Training D4

Read the control specifications in FX Training, D4 (Part Sorting by Size I)

20
Timer – PLC Mitsubishi (FX Family)

 Mnemonic of Timer is Ti
 Calculate the time delay with the following equation:
 Time delay = n × clock pulse
 With n is constant in the program memory (Kn)
 This is ON – Delay Timer.

21
Timer – PLC Mitsubishi (FX Family)

22
Timer – PLC Mitsubishi (FX Family)

23
Timer – PLC Mitsubishi (FX Family)

 Time value is indirectly specified the contents of a data


register D

24
OFF-Delay Timer

 Because Timer of FX Family PLC is ON-Delay, if we want to


program a delayed break operation (an OFF-Delay Timer) 
write a program as the following ladder.

25
Quiz

 When a light switch (X1) is ON, a fan (Y0) is also ON. However,
the latching function ensures that the fan also remains ON
after the light has been switched OFF.
 Draw a diagram of signal sequence X1, T0 and Y0.
 Rewrite the program using SET/RST instructions.

26
Clock Signal Generators

 The PLC has the 4 types of internal clock M8011, M8012, M8013,
M8014 with 10ms, 100ms, 1s, 1min clock pulse, respectively.

Caution: Even while the PLC is in the STOP mode, these clocks are
always oscillating.
27
Clock Signal Generators (ON- and OFF-Delay)

 This program uses 2 timers to make pulse waves (square


waves).
 The pulse width is highly variable.
 This program can apply to high speed output Y, auxiliary
relay M (internal relay).

28
Clock Signal Generators

X1

T1=2s
T1

T2=3s
T2

1s

Y0

29
Exercises

 Exercise 3

Light 1: Y000 Light 2: Y001 Light 3: Y002

 Start: X020, Stop: X021


 Write a program to control 3 lights with the following
requirement:
Y0 ON 1s Y1 ON 1s Y2 ON 1s Y0, Y2 ON 2s Y1 ON 2s

 Repeat the above cycle 3 times.


 Stop  3 lights OFF.
Counter – PLC Mitsubishi (FX Family)

31
Counter – PLC Mitsubishi (FX Family)

 Numbers and features of counters (FX3G)

32
Counter – PLC Mitsubishi (FX Family)
 General type and latched type 16-bit up counters

33
Counter – PLC Mitsubishi (FX Family)

 The counting direction (up or down) for 32-bit counter is specified


by special auxiliary relays from M8200 to M8234.
 When M82xx is ON, counter C2xx executes down-counting. When
M82xx is OFF, counter C2xx executes up-counting.
 The set value (positive or negative) can be specified by a constant
(K) or contents of data register D.

34
Quiz

 Write the program to generate 10 pulses with ON duration is


0.1s and OFF duration is 0.2s.

35
Exercises

Exercise 4:  Write a control program using


 A herd of 300 cattle, divides PLC Mitsubishi
into 3 different cages, each
cage of 100 cattle.
 Cattle will follow a common
line that will separate 100 Gate 1
cattle for each cage.
 Press Start  Open gate 1 for
Gate 2
the first 100 cattle  close Gate 3
gate 1 and open gate 2 for the
next 100 cattle  Close gate 2,
open gate 3 for the final 100
cattle  Close gate 3.
Exercises

 Exercise 5: Write a program to control traffic lights


Green: 15s, Yellow: 5s, Red: 20s.
Exercises

 Exercise 6: A continuous
filling operation.
This process requires that
boxes moving on a conveyor
be automatically positioned
and filled.
Exercises

 Start the conveyor when the start button is momentarily pressed.


 Stop the conveyor when the stop button is momentarily pressed.
 Energize the run status light when the process is operating.
 Energize the standby status light when the process is stopped.
 Stop the conveyor when the right edge of the box is first sensed
by the photoelectric sensor.
 With the box in position and the conveyor stopped, open the
solenoid valve and allow the box to fill. Filling should stop when
the level sensor goes true.
 Energize the full light when the box is full. The full light should
remain energized until the box is moved clear of the photoelectric
sensor.
Exercises

 Exercise 7: Control the robot’s movements


Exercises
Exercises

Devices I/O PLC Description

Start X0 Start button


Stop X1 Stop button
LS1 X2 Clockwise limit switch
LS2 X3 Counterclockwise limit switch
LS3 X4 Check a grasp work limit switch
PH1 X5 Detect a workpiece
Sol1 Y0 Rotate the arm clockwise
Sol2 Y1 Rotate the arm counterclockwise
Sol3 Y2 Grasp a workpiece
Conveyor A Y3 Operate conveyor A
Conveyor B Y4 Operate conveyor B
Exercises

 Exercise 8: Write a control program for automatic stacking


system. The operation of the program can
be summarized as follows:
• When the start button is pressed,
conveyor M1 begins running.
• After 15 plates have been
stacked, conveyor M1 stops and
conveyor M2 begins running.
• After conveyor M2 has been
operated for 5s, it stops and the
sequence is repeated
automatically.
• The done bit of the timer resets
the timer and the counter and
provides a momentary pulse to
automatically restart conveyor M1.
Exercises

 Exercise 9: Filling/Draining control operation.


Exercises

 When the PB1 is pressed, MV1 opens and the water begins
to fill the tank. At the same time, the stirring motor M
starts.
 When the water level passes TLB2 and reaches TLB1, MV1
closes and the stirring motor stops.
 Next, MV2 opens and starts draining the water. When the
water level drops below TLB2, MV2 closes.
 When the cycle of operation has repeated four times, the
operation END indicator illuminates, and the filling and
draining operation will not restart even if PB1 is pressed.
 Only after pressing the PB3, the filling and draining
operation can run when PB1 is pressed.
Exercises

Input Output
Water supply valve
Start button (PB1)
(MV1)
Stop button (PB2) Drain valve (MV2)
Reset button (PB3) Stirring motor (M)
Upper level switch
End indicator
(TLB1)
Lower level switch
Buzzer
(TLB2)
Exercises

 Exercise 10: Car parking garage

- Its capacity is 100 cars.


- S1 is a sensor at gate in.
- S2 is a sensor at gate out
- A red light is used to indicate
the parking garage full.

Write a control program.

Start  Count the car coming in/out of parking lot  If the parking lot is full
(>=100), turn on the red light. If not full, turn on the green light.
Stop  Reset system.
Exercises

Input Output

Start The green light

Stop The red light

Sensor at gate in

Sensor at gate out


Exercises

 Exercise 11: Apple packaging line control

IR000.00: Start button


IR000.01: Stop button
IR000.03: Sensor 1, detection of box
present
IR000.02: Sensor 2, apple counting.
IR010.01: Conveyor 1, the box
conveyor
IR010.00: Conveyor 2, the apple
conveyor
Exercises

Sensor 1
When Start button is pressed  Conveyor 1 moves  Conveyor

Sensor 2
1 stops, Conveyor 2 moves (supply apples)  Count 10 apples

 Conveyor 2 stops, Conveyor 1 moves again.

- Stop button is pressed  The line stops immediately.


Exercises

Input Output

Start Conveyor 1

Stop Conveyor 2

Apple counting

Box detection
Exercises

Exercise 12: Temperature control in green house


 Temperature sensor: 0 ÷ 1000C, -10 ÷ 10V.
 Connect to channel 1 of module FX2N-4AD 12 bit, slot 0.
 Write a program:
 Keep the temperature of green house in range 25÷280C. If t0 is
less than 250C  turn on heater; greater than 280C  turn off
heater.
 Set the conversion speed = 6ms.
 Display the temperature value.
Exercises

Exercise 13: Temperature and moisture control in green house


 Temperature = 25÷280C, moisture = 70 ÷ 75%.
 Questions:
 Choose the sensors.
 Draw a flowchart of control system.
 Write a control program (2 sensors connect to channel 1 and
2 of module FX-4AD 12bit ADC, slot 0).
Exercises

Exercise 14: Control the speed of DC motor


 Have a DC motor with the operating voltage 0-10V which
connects to channel 1 of module FX2N-4DA 12bit, slot 1.
 Control the speed of motor in 3 levels: 100%, 70%, 40% with 3
buttons.
 Questions:
 Determine the Hxxxx value
 Write a TO instruction for configuration for module FX2N-4DA.
 Find the relationship equation between the speed of motor and
digital value.
 Write a complete program.
Exercises

Exercise 15: A temperature sensor has 0-1000C, 4-20 mA, connected to


CH1 and 1 warning horn.
 Module FX2N-4AD with resolution 12bit at slot 0 is used.
 2 LED 7 segment are wired to 8 discrete outputs to show the
temperature value.
 Problems:
 Find the linear equation of temperature and digital value.
 Write a program as follows:
• Set a configuration for module FX2N-4AD.
• When START button is pressed, system will read, convert and
indicate the temperature value on LED 7 segment.
• If temperature is greater than 700C, turn on the horn with ON in
1s and OFF in 1.5s.
• When STOP button is pressed, the system will stop immediately.
55
Exercises

Exercise 16: Large batching control application


• Two ingredients, A and B, will be mixed
in the reactor tank. The reactor tank must
be empty (indicated by the normally
closed liquid level switch LLS) and at a
temperature of 100°C before ingredient A
can be added.
• The mixer motor must be off to avoid
liquid precipitation, and the finished
product tank should be in a set position,
which the limit switch detects.
• This application must be capable of
reading analog signals from the process.
In this case, the voltage comes from a
temperature transducer (0–10 volts),
which has a range of 0 to 500°C
(50°C/volt). The heater coil’s ON/OFF
56 control switch controls the temperature.
Exercises

• Once the reactor tank reaches an initial temperature of 100°C, the controller
will add ingredient A by opening solenoid valve 1 (SOL1) until 100 gallons of
ingredient A have been poured into the tank. LLS1, which is normally open,
detects the quantity of ingredient A in the tank. This switch closes when
ingredient A reaches the proper level.
• At this point, the controller will add ingredient B by opening SOL2. LLS2
detects the quantity of ingredient B, which should be 400 gallons. The
temperature should be at 100°C ± 10% during the Add Ingredients step. If the
temperature drops, the PLC will turn ON the heater automatically while the
process continues.
• When the reactor tank contains both ingredients, the controller will raise the
temperature to 300°C ± 10% and turn ON the mixer for 5 minutes. The PLC
will control the temperature automatically at predefined set points during the
process.
• SOL3 will activate the drain valve when the mixing is completed. This
operation will reset the process until another finished product tank is placed in
position, and the cycle starts again. The system should incorporate pilot light
indicators to alert the operator to the status
57
of the batching process.

You might also like