Show TOC Start of Content Area

Procedure documentation Using the RFID Emulator  Locate the document in its SAP Library structure

Use

This procedure provides an overview about using the Peripheral I/O Emulator for the RFID peripheral type.

Note

When you use the RFID emulator, remember:

          Tags must have a unique ID. Only one tag with a particular tag ID can be in range at any given time. If more than one tag has the same tag ID, then the last tag to be in range stays in range.

      Programming several tags with the same tag ID causes tags to be set as out of range.

      Tags can be set in range and out of range while the application is running.

Prerequisites

         SAP NetWeaver Developer Studio is installed and configured.

         The Peripheral Support Actions Toolbar has been added to the current perspective.

         You have prepared RFID tag data.

More information: Creating RFID Tags

Procedure

...

       1.      Write code that uses the RFID API of the SAP NetWeaver Mobile client API.

       2.      Choose This graphic is explained in the accompanying text Launch the Peripheral I/O Emulator to start the Emulator.

       3.      Choose This graphic is explained in the accompanying text Capability… to configure the Emulator capabilities that you want to use.

       4.      Select the tag with which you want to work and choose This graphic is explained in the accompanying text Move Near to set the tag you in range.

       5.      Choose This graphic is explained in the accompanying text Open the Emulator Launch Configurations Manager from the toolbar to open the Emulator Launch Configurations window.

       6.      Select the launch configuration to run your application from the list.

       7.      Click on the Run button in the Emulator Launch Configurations window.

       8.      Perform operations (such as identify, read, write, and so on) on the RFID tags.

Result

All the operations are recorded under Operation History, whether they failed or were successful.

End of Content Area