Information

Mitsubishi PLC GX Works2 Part 7 - Up Counter (Tagalog)

Basic shortcuts

Ctrl + SSave subtitles
Ctrl + click
Double click
Edit highlighted caption
TabEdit next caption
Shift + TabEdit previous caption
EscLeave edit mode
Ctrl + SpacePlay / pause video
Ctrl + HomePlay selected caption
Ctrl + EnterSplit caption at cursor position
at current time

Advanced shortcuts

Ctrl + InsertAdd new caption
Ctrl + DeleteDelete selected caption
Ctrl + IEdit currently played segment
Shift + EnterNew line when editing
Ctrl + LeftPlay from -1s
Ctrl + RightPlay from +1s
Alt + LeftShift caption start time -0.1s
Alt + RightShift caption start time +0.1s
Alt + DownShift caption end time -0.1s
Alt + UpShift caption end time +0.1s

Annotation shortcuts

Ctrl + 1Hesitation
Ctrl + 2Speaker noise
Ctrl + 3Background noise
Ctrl + 4Unknown word
Ctrl + 5Wrong segment
Ctrl + 6Crosstalk segment
You are in the read-only mode. Close
00:00.0
00:07.3
Welcome to part 7 of Mitsubishi PLC GX Works 2 tutorial.
00:09.0
00:18.0
Our topic for this tutorial is about the 16-bit Up Counter.
00:20.0
00:29.0
Counters count the signal pulses that are applied to their inputs.
00:31.0
00:47.0
For example these signal pulseswill be counted up by an Up Counter.
00:53.0
01:07.0
When the counter value reaches the setpoint value for example 10,
01:09.5
01:12.0
the counter output is switched on.
01:14.1
01:21.5
Accordingly,its normally open contact will close.
01:22.6
01:31.0
which can be used to drive a Y output coil.
01:37.0
01:50.0
For the counter value to return to zero,an input device is needed
01:50.1
01:54.0
to reset the counter.
01:54.1
01:59.1
A reset [RST] instruction is required in the program.
02:03.0
02:10.5
The device identifier of a counter is C,
02:12.5
02:15.0
followed by its address.
02:15.2
02:20.3
For example C0, C1, C2 and so on.
02:22.0
02:28.0
A counter is a bit type device.
02:30.0
02:37.0
Therefore its possible output is 0 or 1, or On and Off.
02:38.5
02:43.0
The counter device address format is decimal.
02:44.0
02:52.0
It means that its numeric address is 0 to 9
02:52.1
03:04.0
This is not the same with input contacts and output coils where the address is in octal system.
03:08.5
03:25.0
16 bit counters are Up Counters.
03:34.4
03:39.0
There are two types of 16 bit counters.
03:39.1
03:43.0
That is, the normal counter and the retentive counter.
03:43.1
03:47.9
In a normal counter, once