Riello UPS MultiCOM 401 User Manual
Page 13

13
EXAMPLES
In the following examples, when you see:
Index → you have to refer to LIST OF PARAMETERS chapter;
xxxx → don’t care about the word’s value.
Read word parameter (AKA=1):
Word 0
Word 1
Word 2
Word 3
Output:
0x1000 + Index
xxxx
xxxx
xxxx
Input:
xxxx
xxxx
xxxx
Value
Read Input mains voltage V1 (Index 12 [0x000C] UPS PARAMETER):
Output:
0x100C
xxxx
xxxx
xxxx
Read Output nominal power (Index 80 [0x0050] UPS PARAMETER):
Output:
0x1050
xxxx
xxxx
xxxx
Write word parameter (AKA=2):
Word 0
Word 1
Word 2
Word 3
Output:
0x2000 + Index
xxxx
xxxx
Value
Input:
xxxx
xxxx
xxxx
xxxx
Write code 20 [0x0014] in Command code register (Index 113 [0x0071] UPS PARAMETER), in
order to execute a battery test:
Output:
0x2071
xxxx
xxxx
0x0014
For further examples about this function, see PERMANENT PZD CONFIGURATION.
Read array.word parameter (AKA=6):
Word 0
Word 1
Word 2
Word 3
Output:
0x6000 + Index
YY00
YY is sub-index
of array
xxxx
xxxx
Input:
xxxx
xxxx
xxxx
Value
Write array.word parameter (AKA=7):
Word 0
Word 1
Word 2
Word 3
Output:
0x7000 + Index
YY00
YY is sub-index
of array
xxxx
Value
Input:
xxxx
xxxx
xxxx
xxxx
For further examples about this function, see USER DEFINED PZD SLOTS.