Jump to: navigation, search

Difference between revisions of "HowTo:Make an Object be found by Optical Codes"


m (Text replacement - "{{UBIKCLIENT}}" to "{{UBIK Client}}")
Line 1: Line 1:
Loading a list of objects identified via a Barcode or QR-Code on the {{UBIK Client}} implies that the object and search mechanism is configured and used accordingly.
+
This guide describes how to prepare objects to be loaded and identified via a Barcode or QR-Code on the {{UBIK Client}}. This implies that the object and search mechanism is configured and used accordingly.
  
= Studio =
+
== Preparing a Scan-Query ==
 
+
=== Preparing a Scan-Query ===
+
 
# [[HowTo:Create a new Query]] classified as [[SYSCLS_IDMARKERSCANQUERY]]
 
# [[HowTo:Create a new Query]] classified as [[SYSCLS_IDMARKERSCANQUERY]]
 
# Set the according filter object ('''FILTEROBJECT''') similar as for other queries (e.g. [[HowTo:Create_a_new_Query]])<br/>[[File:UI_Marker_scaning01.png|420 px|border|alt=Create a new Query|Create a new Query]]
 
# Set the according filter object ('''FILTEROBJECT''') similar as for other queries (e.g. [[HowTo:Create_a_new_Query]])<br/>[[File:UI_Marker_scaning01.png|420 px|border|alt=Create a new Query|Create a new Query]]
Line 10: Line 8:
 
# Prepare and add a [[VIEWITEMS|View Item]] to the view set in the [[Context]] of the ACM<br/>[[File:UI_Marker_scaning02.png|420 px|border|alt=infrastructure|infrastructure]]
 
# Prepare and add a [[VIEWITEMS|View Item]] to the view set in the [[Context]] of the ACM<br/>[[File:UI_Marker_scaning02.png|420 px|border|alt=infrastructure|infrastructure]]
  
=== Preparing the object ===
+
== Preparing the object ==
 
# Classify the object's MetaClass as [[SYSCLS_OBJECTWITHIDMARKER]] and implement the necessary properties<br/>[[File:UI_Marker_scaning03.png|420 px|border|alt=Create a new Query|Create a new Query]]
 
# Classify the object's MetaClass as [[SYSCLS_OBJECTWITHIDMARKER]] and implement the necessary properties<br/>[[File:UI_Marker_scaning03.png|420 px|border|alt=Create a new Query|Create a new Query]]
 
# Enter the value of the Barcode, QR-Code or the Marker ID in the property
 
# Enter the value of the Barcode, QR-Code or the Marker ID in the property
 
= Client =
 
=== Using the scan query ===
 
# Start a scan activity, like the ''QR-Code'' or ''ID-Marker'' activity, if you want to load an object via Barcode or QR-Code
 
# After scanning a known code the client tries to fetch the objects, identified by this code
 
 
<headertabs />
 
  
 
== See also ==
 
== See also ==
 
* [[HowTo:Find_Objects_by_Optical_Codes]]
 
* [[HowTo:Find_Objects_by_Optical_Codes]]
  
[[Category:Publishing]]
+
[[Category:How-To|Make an Object be found by Optical Codes]]
[[Category:How-To]]
+
[[Category:Publishing|Make an Object be found by Optical Codes]]

Revision as of 12:05, 22 July 2015

This guide describes how to prepare objects to be loaded and identified via a Barcode or QR-Code on the UBIK® Client. This implies that the object and search mechanism is configured and used accordingly.

Preparing a Scan-Query

  1. Create a new Query classified as SYSCLS IDMARKERSCANQUERY
  2. Set the according filter object (FILTEROBJECT) similar as for other queries (e.g. Create a new Query)
    Create a new Query
  3. Add this new query to the list of Infrastructure objects
  4. Prepare and add a QUERYSCOPE to the ACM
  5. Prepare and add a View Item to the view set in the Context of the ACM
    infrastructure

Preparing the object

  1. Classify the object's MetaClass as SYSCLS OBJECTWITHIDMARKER and implement the necessary properties
    Create a new Query
  2. Enter the value of the Barcode, QR-Code or the Marker ID in the property

See also