Difference between revisions of "RFID tags"
(→See also) |
|||
| Line 23: | Line 23: | ||
{{UBIK}} WinX scans these tags for an NDEF message. Tags which are not NDEF formatted are not supported by the WinX client. | {{UBIK}} WinX scans these tags for an NDEF message. Tags which are not NDEF formatted are not supported by the WinX client. | ||
{{UBIK}} Xamarin instead just looks for the serial numbers of the tags and use them for searching. | {{UBIK}} Xamarin instead just looks for the serial numbers of the tags and use them for searching. | ||
| + | |||
| + | === Choose which information to use from a tag {{Version/XamarinSince|4.9}} === | ||
| + | Starting from version 4.9 (Xamarin only), it's possible to choose whether you want to use the NDEF message or the serial number of a scanned tag. The relevant setting in the profile is [[Settings#Scan|"UseNdefMessage"]]. | ||
| + | |||
| + | {{Attention|This settings determines which information to use in all NFC/RFID usecases in the client, e.g. [[#Presenting_results_of_a_search|scan to search]], [[#Scan_to_input_mode|scan to input]], [[MRO_Objects_(Client)#Supervisor_Task|supervisor task]].}} | ||
| + | {{Hint|If "UseNdefMessage" is set to true and there is no text NDEF message available in the scanned tag, the client does nothing except logging. A text NDEF message is one with a record of mime type "text/plain". Although type Uri is also considered text according to our testing.}} | ||
== Supported Devices == | == Supported Devices == | ||
| Line 71: | Line 77: | ||
The service query used for online searching is [[SYSCLS RFIDTAGSCANQUERY]]. | The service query used for online searching is [[SYSCLS RFIDTAGSCANQUERY]]. | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
== See also == | == See also == | ||
| Line 83: | Line 89: | ||
* [[SYSCLS RFIDTAGSCANQUERY]] | * [[SYSCLS RFIDTAGSCANQUERY]] | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
= WinX External Scanner = | = WinX External Scanner = | ||
Revision as of 10:23, 12 June 2025
In order for the users to find objects more efficiently, UBIK® objects can be marked with values for RFID/NFC codes. Whenever a user scans an RFID code, the resulting code value can be used to find all matching objects, namely objects that have the right property.
| NFC stands for "Near Field Communication" and is a set of ideas and technologies for data transfer between devices, typically in close distances. Technically, it is based on RFID ("Radio-Frequency Identification"), which describes specific technical solutions. |
Amongst the use cases for NFC, there is communication between smartphones and other devices, but also the scanning of RFID tags.
The UBIK® RFID scanning feature specifically is the ability to scan RFID tags in order to identify UBIK® objects.
