Chapter 8 Communication Function
8-73
Example program 1
It’s supposed that MK80S base unit is the master and it reads Coil Status of the station no. 17, a Modicon product.
The master reads status of the Coil 00020 ~ 00056 of the slave station no. 17. The Coil of the slave station is supposed to be as
follows and the data that are read is saved in D1000
Coil
59
58
57
56
55
54
53
52
51
50
49
48
47
46
45
44
43
42
41
40
Status
X X X 1 1 0 1 1 0 0 0 0 1 1 1 0 1 0 1 1
Hex
1
B
0
E
B
Coil
39
38
37
36
35
34
33
32
31
30
29
28
27
26
25
24
23
22
21
20
Status 0 0 1 0 0 1 1 0 1 0 1 1 1 1 0 0 1 1 0 1
Hex
2
6
B
C
D
<Data status of the Modicon product’s Coil 00020-00059>
The status of Coil 57, 58, 59 are redundancy.
Data is sent starting from the low bit by byte unit. If the deficient bit of a byte is filled with 0. An example of sending the above data is
as follows.
Example 1) CD B2 0E 1B
Program
① :
It designates slave station and function code
No. of station : h11(17) , function code : h01
②
: Address setting
Address ‘0’ at MODBUS protocol means address ‘1’ actually .So if you want to designate address ‘20’ , write address ‘19’
③ :
Reading number setting
Reading number is 37 from 20 to 56.
④ :
This is MODBUS Communication instruction.
Data is sent starting from the low bit by byte unit. If the deficient bit of a byte is filled with 0. An example of sending
the above data is as follows.
The data transmission starts lower byte. The remnant part of byte is filled with ‘0’
Example 1) CD B2 0E 1B
Stored data at D1000,D1001,D1002
Device
Stored data
D1000
h CD 6B
D1001
h B2 CE
D1002
h 00 1B
①
②
③
④
Содержание MASTER-K80S
Страница 27: ...Chapter 4 Names of Parts 4 4 1 3 30 points base unit 4 1 4 40 points base unit 4 1 5 60 points base unit...
Страница 66: ...Chapter 6 Input and Output Modules 6 3 30 point base unit 4 40 point base unit DC24V DC24V DC24V...
Страница 67: ...Chapter 6 Input and Output Modules 6 5 60 point base unit DC24V DC24V...
Страница 206: ...Chapter 8 Communication Function 8 63 You can see the frame list which is designated Click OK button...