Search examples

The following table lists some examples of searches using prefixes and wildcards:

Description Example Search box text
Get all the tasks done in board 2. BOARD:2 |BOARD:*2 | BOARD:Board 2
Get all the tasks for modules whose unique address is of this range: 0013A20040F2XXXX. ADDR:0013A20040F*
Get all the tasks for modules whose unique address is of this range: 0013A20040F213XE. ADDR:0013A20040F213?E
Get all the tasks that failed. STATUS:Err | STATUS:Err* | STATUS:Error

It is always necessary to include the complete unique address in the search box or a partial unique address with wildcards.

As shown in the previous table, you can search BOARD and SLOT columns using only the number of the target board or slot. For example, type SLOT:4 to show only the devices programmed with the Slot 4.

For the STATUS column, you can also start typing a valid status value in the search box as follows (without using wildcards): STATUS:Su

In this case, only successfully programmed devices will be displayed. To see the valid status values, see History table.

Note Blank spaces are included. Be careful not to include spaces after the colon that separates the prefix and the search expression.

STATUS:Error (correct).

STATUS: Error (incorrect) - There is a space between the colon and the expression.