Nvs functions, Plc block transfer emulation instruction data, Message operation – Rockwell Automation 1203-CN1 ControlNet Communications Module 1203-CN1 User Manual

Page 132: Example

Advertising
background image

Publication 1203-5.13 – February, 2002

F-14

Supported Emulated Block Transfer Commands: NVS Functions

NVS Functions

NVS (Non-Volatile Storage) Functions activates an NVS function.

PLC Block Transfer Emulation Instruction Data

PLC request instruction length: 4 words
Drive response instruction length: 3 words

Message Operation

The NVS storage function allows three different message requests:

NVS Save saves parameter information from the working
memory or RAM to NVS Storage.

NVS Recall retrieves the last saved data from NVS Storage and
places it in the working memory or RAM.

NVS Default Initialize clears the RAM and NVS Storage and sets
all parameter values to default.

If an error has occurred, response word 1 returns a value of -31998.

Example

This example requests the NVS Storage Save function be performed.

Data File Format

* Example only - These values vary depending on parameters and products.

Header

Word 0

PLC Decimal Value

-31998

Message Structure

Header

Word 1

Header

Word 2

PLC Request

Header Word 0

Header Word 1

Header Word 2

Message Length

Message Length

PLC Decimal Value

770 -- Message OK

-31998 -- Message Error

0

Drive Response

4

0

Data Word 3

NVS Command

Value

NVS Command

00
01
02
03

Not Used
NVS Save
NVS Recall
NVS Default Initialize

3

0

1

2

3

4

5

6

7

8

9

PLC request

4

-31998

0*

0, 1, 2, or 3

Drive response

3

770

0*

Advertising