![R&S NRP P Series Скачать руководство пользователя страница 31](http://html1.mh-extra.com/html/rands/nrp-p-series/nrp-p-series_user-manual_3112517031.webp)
Firmware update
R&S
®
NRPxxP
31
User Manual 1179.5760.02 ─ 02
Example:
You want to update your R&S NRP40P with the
NRPxP_02.30.21062301.rsu
file.
This file has a size of 10242884
bytes.
To send the file to the power sensor for updating the firmware, your application has to
assemble a memory block containing:
SYST:FWUP <block_data>
The
<block_data>
is definite length-arbitrary block data as described in
The size of the file is 10242884. This number has 8 digits. Thus, the
<block_data>
consist of the following:
●
#
●
8
How many digits follow to specify the file size.
●
10242884
Number that specifies the file size.
●
<file_contents>
Contents of the
*.rsu
file, byte-by-byte
●
0x0a
Delimiter
In this example, you write exactly 10242905
bytes to the power sensor, for example by
using a 'viWrite()' function.
The 10242905
bytes result from the values of the list above:
9 + 1 + 1 + 1 + 8 + 10 1
In a (pseudo) string notation, the memory block looks as follows:
SYST:FWUP #810242884<file_contents>0x0a
,
Updating the firmware