FG_F6_MODBUS_EN_01 / 2020-06-17
56 / 74
Writing of the program name
This functionality is only available in Standard access.
The personalization is dependent of the program number.
Put the wanted program in edition before executing command.
Example of writing the personalization of a program as “PROG. LEAK”:
Master
Slave
—
Put in edition the program number on which the
program name has to be written
—
Make a
Write N*words
request of 7 words at the
0120h
address
On network:
01
10
01
20
00
07
0E
50
52
4F
47
2E
20
4C
45
41
4B
00
00
00
00
BC
65
01
Slave address
10
Function number (Write N*words)
01 20
Word address (Program name)
00 07
Number of words to write
0E
Number of bytes to write
50
ASCII code for
‘P’ character
52
ASCII code for
‘R’ character
4F
ASCII code for ‘O’ character
47
ASCII code for ‘G’ character
2E
ASCII code for
‘.’ character
20
ASCII code for space character
4C
ASCII code for
‘L’ character
45
ASCII code for
‘E’ character
41
ASCII code for
‘A’ character
4B
ASCII code for
‘K’ character
00
ASCII code for NULL character
00
ASCII code for NULL character
00
ASCII code for NULL character
00
ASCII code for NULL character
BC 65
CRC
—
Answer to the request:
On network:
01
10
01
20
00
07
81
FD
01
Slave address
10
Function number (Write N*words)
01 20
Word address (Program name)
00 07
Number of written words
81 FD
CRC
The program name has a maximum 12 characters length (without the NULL characters).
Always end your program name with at least one NULL character (00h).