7 how to access the af-600 fp parameters, 1 user-defined network variables unvt, Af-600 fp lonworks – GE Industrial Solutions AF-600 FP Lonworks User Manual

Page 44: 1 unvt parameter structure

Advertising
background image

7 How to Access the AF-600 FP Parameters

7.1 User-defined Network Variables UNVT

7.1.1 UNVT Parameter Structure

Two special User-defined Network Variables (UNVT) have been defined to enable access to AF-600 FP parameters via LonWorks:

Variable name:

UNVT type:

nviParamRequest

UNVT_param_request

nvoParamResponse

UNVT_param_response

The parameter- or attribute request has the following structure:

UNVT_param_request

Field

Range

Type

Size

Request

1 = Read value

2 = Write value

Enum

1 byte

Par_number

Parameter number

Unsigned long

2 bytes

Subindex

Subindex (0-255)

Unsigned

1 byte

Value

Parameter value

Unsigned quad

4 bytes

The parameter- or attribute response has the following structure:

UNVT_param_response

Field

Range

Type

Size

Response

0 = Error response

1 = Read response

2 = Write response

Enum

1 byte

Par_number

Parameter number

Unsigned long

2 bytes

Length

Length of “value” field (0-27)

Unsigned

1 byte

Value

Parameter or parameter attribute value

Unsigned

0-27 bytes

If an incorrect Read or Write request is encountered, an error message will be returned in the [Value] field, byte 0 and byte 3.

Error description:

Error code in Value [0]:

Error code in Value [3]:

Invalid request type

0xFF

1

Invalid parameter number

0xFF

2

Invalid data type

0xFF

3

No write access

0xFF

4

Exceed limits

0xFF

5

Invalid subindex

0xFF

6

Not array

0xFF

7

Only reset

0xFF

8

Not changeable

0xFF

9

Not in this mode

0xFF

10

No bus access

0xFF

11

Other error

0xFF

0xFE

AF-600 FP LonWorks

43

7

Advertising