
1.PROFIBUS-DP MASTER FUNCTIONS SETTING B-63994EN/02
- 26 -
Example of setting module data
Example)
The following shows an example of setting a slave device
(station number 3) consisting of four modules.
[Placement of modules]
Main body
module
(NO I/O)
I/O module
(TYPE A)
I/O module
(TYPE B)
I/O module
(TYPE A)
Slot number 0 Slot number 1 Slot number 2 Slot number 3
[Types of modules]
- Main body module: No input/output
- I/O module (TYPE A) : Input 1 byte/Output 1 byte
- I/O module (TYPE B) : Only output 1 byte
The keyword “Module” in the GSD file is assumed to be
described as follows.
:
:
Module = ” NO I/O ” 0x00
EndModule
Module = ” TYPE A” 0x10, 0x20
EndModule
Module = ” TYPE B ”
EndModule
:
:
Contents of the GSD file
In the example above, the settings of the module data screens are as
follows.
SLAVE NO/ SLOT NO Setting value
SLAVE NO. = 3
SLOT NO. = 0
MODULE LENGTH = 1
MODULE = 00
SLAVE NO. = 3
SLOT NO. = 1
MODULE LENGTH = 2
MODULE = 10 20
SLAVE NO. = 3
SLOT NO. = 2
MODULE LENGTH = 1
MODULE = 20
SLAVE NO. = 3
SLOT NO. = 3
MODULE LENGTH = 2
MODULE = 10 20
NOTE
Since modules that can be set are listed in the
GSD file, select and set an appropriate one from
“Module” keywords based on the module to use.