E_ParamReadWrite

This enumeration represents the storage location of a parameter for read and write access. If a parameter has been written to a non-volatile memory, the parameter will be overwritten by an existing data backup on the memory card of the MOVI-C® CONTROLLER when the inverter is replaced. It is recommended for parameters to be written to volatile memory.

Name

Value

Description

Read

0

Read parameters from the volatile memory (RAM).

Write

1

Write parameters to the volatile memory (RAM).

ReadNV

2

Read parameters from the non-volatile memory.

WriteNV

3

Write parameters to the non-volatile memory.

ReadDefault

4

Read default value of the parameter.

WriteDefault

5

Write default value of the parameter.

WriteNVAndRAM

7

Write parameters to the volatile memory (RAM) and non-volatile memory.