UM-B-041
SmartBond Production Line Tool
User Manual
Revision 4.8
02-Nov-2022
CFR0012
98 of 170
© 2022 Renesas Electronics
7.4
CLI PLT Application
The CLI PLT (
SmartBond_PLT_CLI.exe
) is a Command Line Interface application with similar
functionality and features as the PLT GUI. It performs the device testing and memory programming.
At the same time, it allows users to monitor the test procedure in detail. It supports the same
configuration file created from the CFG PLT and can run the same tests as the GUI PLT.
shows the initial screen of the CLI PLT software. The CLI PLT can be executed from a
command line prompt, passing arguments externally and initiating the tests immediately. This is
useful for scripting/batch files as shown in Section
Parameters are automatically loaded from the
params/params.xml
file when the CLI PLT starts. If
there is a parameter error, a warning will be shown. It is recommended to run the
‘
x
’ command or
start the CFG PLT before running the tests and check the configuration parameters. If a change is
made to the
params.xml
configuration file while CLI is open, the file should be reloaded using
the ‘
i
'
command. If any OTP burning test is scheduled, a message will inform the user and prompt for
continuing.
Figure 84: CLI Software Start Screen
7.4.1
CLI Commands
lists all available CLI commands. A list with brief description of these commands can be
printed using the '
h
' command.
Table 62: CLI Commands
Cmd
Arguments
Description
a
Hex values from
"
FFFF
" to "
0000
".
Bitwise DUT activation. Sets the active DUTs to be tested.
Examples:
●
“
a 1
”: Only DUT 1 will be activated and tested.
●
“
a 9
”: DUTs 1 and DUT 4 will be activated and tested.
b
xx:xx:xx:xx:xx:xx
Sets the start BD address of the first active DUT.
Example:
"
b FE:00:11:22:33:44
"
c
on/off
Enables or disables the graphics debug output of the CLI. Useful in the read BD
address command
r
, in order to see only the DUT BD address returned and not
the entire process.
Example:
"
c on
"
d
●
console
●
file
Use this option to enable error and info prints. Choose file output or console
output. Only the
file
option is currently supported.
Example:
"
d file
"