If you are experiencing issues with the Speedway reader and/or Gateway products, you may be asked by the Impinj Support team to send them your reader settings and/or configuration files. Below are the steps to generate those two items. Please note there are other ways to generate these files, however, we will show you just one way here for the sake of brevity and ease.
Step 1
Make sure you have an ssh client that allows you to capture the terminal output of your session. If you are using Windows, PuTTY is an excellent, free program. You can download PuTTY by clicking here. Please install the application.
Step 2
Open PuTTY and enter your reader's hostname or the IP address in the "Host Name (or IP address)" field, and make sure that the "SSH" radio button is selected for the "Connection type".
Step 3
Click on "Session -> Logging" in the left pane as shown.
Select the "All session output" radio button. Please make sure you choose the path and filename to store all of the logging data.
Step 4
Go back to the "Session" page and connect to the reader by clicking the "Open" button. The username and password is as follows:
username: root
password: impinj
Step 5
Once logged in to the reader, do not close your PuTTY session, but leave it running in the background.
Start your application (if you've written one) or ItemTest. In either case make sure you have configured the application of your choice exactly as you did when you observed the issue for which you are seeking support. Make sure that you are running a live operation. That is, make sure that you've connected to the reader, have started your application, and it is actively inventorying (aka reading) tags.
Step 6
Now let's go back to the PuTTY application.
show rfid llrp config
A bunch of XML data will write to the screen (and in the background it is writing to your log file).
Step 7
At the > prompt type the following if you are using ItemTest:
show rfid llrp rospec 0
Alternatively, if you are running a custom application then it is possible you or someone/something else may have given the running ROSpec an ID other than 0. Type the following to figure out the ROSpec ID.
show rfid llrp summary
The number at the end of ROSpec listing will tell you the ROSpec ID. Simply replace the 0 in the show rfid llrp rospec command with that number.
Step 8
Exit the reader by issuing the following command at the prompt:
exit
Step 9
Send the log file you created to the Impinj Support team.
Comments
Article is closed for comments.