User guide

6613_PSU_1+1S_URT_V1_00 Firmware Description Document UG_6613_040
16 Rev. 1.0
6.6.2 Consecutive CE Reads
The host can request information from consecutive addresses by adding additional ? for decimal or
additional $ for hex.
An example of requests for the contents in decimal of ten consecutive addresses starting with 0x08 would be:
>]08??????????<CR>
An example of requests for the contents in hex of ten consecutive addresses starting with 0x08 would be:
>]08$$$$$$$$$$<CR>
Note: The number of characters per line is limited to 60 characters. Any character beyond the 60
character limit will be ignored by the CLI command interpreter.
6.6.3 CE Data Write
An example of a command writing to calibration constant for current (located at address 0x08) in decimal
is as follows:
>]08 = +16384 <CR>
An example of a command writing to calibration constant for current (located at address 0x08) in hex is as
follows:
>]08=4000 <CR>
6.6.4 U Command
The U command is used for updating default values of the CE Data permanently in the flash. Before
issuing the U command, CE must first be turned off by the disable CE command.
An example of a U command is as follows:
>CE0
>]U
Additional examples of CE Data Access commands are provided in the following table:
] CE Data Access
Description: Allows user to read from and write to CE data space.
Usage: ] {Starting CE Data Address}{option}…{option}<CR>
Command
Combinations:
]saddr?<CR> Read 32-bit word in decimal.
]saddr??<CR> Read two consecutive 32-bit words in decimal.
]saddr???<CR> Read three consecutive 32-bit words in decimal.
]saddr$<CR> Read 32-bit words in hex.
]saddr$$<CR> Read two consecutive 32-bit words in hex.
]saddr$$$<CR> Read three consecutive 32-bit words in hex.
]U<CR> Update default version of CE Data in
FLASH. Important: The CE must be
stopped (CE0) before issuing this
command! Also, remember to restart
by executing the CE1 command prior to
attempting measurements.