cancel
Showing results for 
Search instead for 
Did you mean: 

How to communicate the data between Syclo applications and RFID / NFC tags

neha_mahanty
Active Participant
0 Kudos

Dear Team,

We have a business requirement to get the assets tagged with information encrypted in the tags.

They intent to use NFC / RFID for the same. Upon scanning the tag using tag reader ,the encrypted information like equipment number / material number should appear on the Syclo Mobile applications (Work manager / Inventory Manager), while performing transactions like notification creation in Work Manager and Goods issue / return transactions in Inventory Manager.

With guidance from SAP I got the information that we can use OpenScan with Work Manager / Inventory Manager .

But I have no idea on how to use OpenScan to fulfill this requirement.

If anyone has any knowledge on this, please share

  1. Please provide more information about OpenScan and how to implement that.
  2. Regarding Barcode we have field edit type as “Bar code”which is present in the agentry application, what will be in case of RFID’s?
  3. How exactly Open Scan will read the data and pass on to Syclo screen , as we need to capture the data in screen , so that with the help of RFC’s the data can be submitted in the SAP backend


Do we need any other skillset to develop OpenScan apart from Java / Agentry. Please suggest so that I can contact the right person in my team/organization to help me with this task.

Many thanks

Neha Mahanty

Accepted Solutions (0)

Answers (3)

Answers (3)

neha_mahanty
Active Participant
0 Kudos

Dear Team,

Can anyone please suggest , In Syclo , Along with Barcode, NFC, RFID , does QR Code scanning integration is also supported?

Please guide

Thanks and Regards

Neha Mahanty

0 Kudos

Scanning interface to QR Code is supported.

neha_mahanty
Active Participant
0 Kudos

Hi Sriram,

Thank you very much !! This is really helpful

Regards

Neha Mahanty

neha_mahanty
Active Participant
0 Kudos

HI Team,

Along with Barcode, NFC, RFID, does QR Code scanning integration is also supported with Syclo?

Kindly suggest

Thanks and Regards

Neha Mahanty

0 Kudos

Hi Neha,

You could make use of OpenScan with SAP Work Manager or Inventory Application. You could write openscan interface to allow the client to communicate with the reader. Open Scan provides your own scanning interface to something like NFC, RFID or other input you want to treat as a scanned value.

Refer below documents to get an overview of barcode and RFID scan, how it works,

As an External Attribute

OpenScan SDK Concepts and Usage

IM User Guide

Blog Reference

Thanks

Resmi

neha_mahanty
Active Participant
0 Kudos
Hi Resmi,

Thanks for this information, it very helpful. Although I have certain queries and I would need your expert advice on that.

1. RFID reader in-built with portable device

2. RFID reading module is a separate battery operated hardware that connects locally with portable devices.

In both the above questions, Is the solution to implement the RFID is same as you have suggested or it is different ? Kindly suggest

Thanks and Regards

Neha Mahant

bill_froelich
Product and Topic Expert
Product and Topic Expert
0 Kudos

Yes the solution is the same if the RFID is built into the device or an external scanner. In either case, you will need to get the SDK/API interfaces from the RFID vendor in order to create the OpenScan interface.

--Bill