NORD Drivesystems BU0590 User Manual

Page 32

Advertising
background image

PROFINET bus module for NORD frequency inverters SK 5xxE

32

Subject to technical amendments

BU 0590 GB-0312

4.2.4.3

Writing the frequency inverter parameter P105 Index 0 (maximum frequency)

The maximum frequency parameter is to be set to the value 60Hz in data record 1 (Index 0).

Data record 47 is used:

Field

Data size Byte Date

Explanation

Order reference

1 Byte

1

xx h The order reference is used for the precise allocation of the

TU3-PNT response

Order label

1 Byte

2

02 h Write parameter value (see Section 4.2.3)

Axis

1 Byte

3

01 h Access to FI parameter (0=TU3, 1=FI)

Parameter number 2 Bytes

4

5

04 h

51 h

Parameter number P105 (+1000) = 451 h

Parameter index

2 Bytes

6

7

00 h

00 h

Parameter sub-index (see Section 4.2.3.2)

Parameter value

4 Bytes

8

9

10

11

00 h

00 h

02 h

58 h

The maximum frequency 60Hz (600 = 258 h) is to be set

Table 28 Example telegram for writing parameter P105[-01]

S7 Code example:

CALL "WRREC" , DB53

WriteRequest

REQ :=#bStart

ID :=DW#16#7FC

Diagnosis address

INDEX

:=47

Data record 47

LEN :=11

Length: 11 Bytes

DONE :=#bEnde

BUSY :=#bBusy

ERROR :=#bError

STATUS:=#wStatus

RECORD:=P#DB10.DBX0.0 BYTE 8

Data: xxh, 02h, 01h, 04h,51h, 00h, 00h, 00h, 00h, 02h,

58h

CALL "RDREC" , DB52

ReadResponse

REQ :=#bStart

ID :=DW#16#7FC

Diagnosis address

INDEX

:=47

Data record 47

MLEN :=11

VALID := …

BUSY := …

ERROR := …

STATUS:= …

LEN := …

RECORD:=P#DB10.DBX12.0 BYTE 8

Response: xxh, 02h, 01h, 04h,51h, 00h,00h, 00h,00h, 00h,

00h

Advertising