0
1
00:00:21,220 --> 00:00:22,680
Hello.
1

2
00:00:22,900 --> 00:00:28,520
In this video we are going to learn special modules  for Delta plcs.
2

3
00:00:28,540 --> 00:00:37,630
We can use just analog input module analog output module or in one module we can use input an analog
3

4
00:00:37,630 --> 00:00:46,780
module thermocouple temperature module PT100 or PT1000.These sensors for PT temperature
4

5
00:00:46,780 --> 00:00:52,770
module positioning module or high speed control module and the important point for this lesson.
5

6
00:00:52,870 --> 00:00:57,630
You can add maximum eight module to the right of you.
6

7
00:00:57,640 --> 00:00:59,100
This is our CPU.
7

8
00:00:59,560 --> 00:01:06,310
And then we can put here one and two and three and four and five and six and seven and eight.
8

9
00:01:06,550 --> 00:01:10,360
Just eight maximum Module to here.
9

10
00:01:10,750 --> 00:01:15,560
And for this special modules we need to use FROM and TO commands.
10

11
00:01:15,580 --> 00:01:22,340
What is these commands,From command or From instruction reads data from the special modules.
11

12
00:01:22,430 --> 00:01:28,620
And if we want to read from these special modules any data we need to use FROM  command.
12

13
00:01:28,690 --> 00:01:35,980
And if we need to write something to some data to these special modules we need to use TO command.
13

14
00:01:36,370 --> 00:01:39,250
So how it works from command.
14

15
00:01:39,250 --> 00:01:46,360
Just briefly introduction with the from command when the condition X0 is active.
15

16
00:01:46,360 --> 00:01:47,650
So what happens.
16

17
00:01:47,650 --> 00:01:53,620
It reads from  two data, read starts from the special modules.
17

18
00:01:53,740 --> 00:01:58,720
How many data you need to assign how many data that you are going to read.
18

19
00:01:58,720 --> 00:01:59,410
K2.
19

20
00:01:59,440 --> 00:02:08,110
In this example it will read two data from where ? from this address which address and which module from ? 
20

21
00:02:08,130 --> 00:02:15,910
so we need to put or assign the module number to here K0. 0 is the first module so we will
21

22
00:02:15,910 --> 00:02:23,290
read from the first module two data or two control register and this control registers is starting
22

23
00:02:23,290 --> 00:02:29,910
from K29 or control register 29-30
23

24
00:02:30,070 --> 00:02:35,770
So we will read CR29-30 two data and we will write this data.
24

25
00:02:35,950 --> 00:02:40,060
It's starting from D0 and it means so what happens.
25

26
00:02:40,060 --> 00:02:49,900
D0 and D1 sequentially or respectively will be written from control registers 29
26

27
00:02:49,900 --> 00:02:57,550
and 30.So CR29 will be inside of D0, CR30 will be in D1.
27

28
00:02:57,700 --> 00:03:05,160
So for the TO instruction usage when this contact goes high or in the rising edge.
28

29
00:03:05,260 --> 00:03:06,460
That's okay.
29

30
00:03:06,700 --> 00:03:16,150
We are writing some data with TO command so which module first module 0 the first one.
30

31
00:03:16,150 --> 00:03:19,510
How many data , just one data we are going to write.
31

32
00:03:19,870 --> 00:03:21,310
So what will we write.
32

33
00:03:22,000 --> 00:03:22,610
Okay.
33

34
00:03:22,730 --> 00:03:23,110
Zero.
34

35
00:03:23,160 --> 00:03:31,090
So we will write just 0 value to first modules 18. control registers.
35

36
00:03:31,090 --> 00:03:42,150
So controller registers 18 will be 0 after X0 activated or from goes to on, on the rising edge contact.
36

37
00:03:42,580 --> 00:03:49,870
That's all for the special modules just we need to know these are for a moment is enough we will take
37

38
00:03:49,870 --> 00:03:57,160
a look one by one in the feature in the another videos  like analog input modules and examples and the temperature
38

39
00:03:57,160 --> 00:04:01,380
modules and etc. So for this video I am finished here.
39

40
00:04:01,380 --> 00:04:02,760
See you in the next video.
