Rockwell Automation 1395 Node Adapter Board User Manual

Page 35

Advertising
background image

Chapter 3
Functional Description

3-23

Read Parameter Full
(Value, Min, Max, Descriptor, Text)

This function reads the full parameter description from the Drive based on
a parameter number provided by the PLC Program. The description
includes the actual value, minimum value, maximum value, descriptor, and
the parameter text.

PLC Block Transfer Data

BTW Instruction Length: 5
BTR Instruction Length: 40

BTW Message Structure –
Message Header Information:

Word 1: 0
Word 2: 0
Function Code, Word 3: 770
Write Message Length, Word 4: 10 bytes

WORD

0

0

770

10

BTW (SET UP)

BTR RETURNED DATA)

0

0

770

See Note

1

2

3

4

NOTE:

Word 4 of the BTR instruction is broken down into
two bytes. The High byte contains the status bits
per table 3.B. The low byte contains the Drive
message length in bytes.

Parameter #

5

6

Parameter #

Parameter Data

Minimum Value

Maximum Value

Parameter Text

Descriptor

Parameter Text

Message Operation – The READ PARAMETER FULL function requests
the Drive to provide the full description of a parameter for use in the PLC
Controller. This information includes the actual value, minimum value,
maximum value, descriptor, and the parameter text.

Advertising