Search code examples
barcodescanningmobilitymovilizer

Movilizer Barcode Screen Trigger Ok Event


I'm using QType 23 2D barcode scan:

<question key="Q1_SCREEN_SCAN" type="23" title="Bitte scannen Barcode"
  <answer key="Q1_BARCODE_INPUT" attributeType="51" nextQuestionKey="Q2_EPSILON_RESULT"/>
...

With attributetype="51" that displays directly the scan screen. Would it be possible to trigger the OK after scanning? instead of displaying the UID in the screen? Thanks! Regards, Rami


Solution

  • possible attribute types you can use are:

    • 51 allows you to scan or capture right away
    • 52 triggers an OK event right after capturing or scanning
    • 53 combines both of the above

    so either attribute type 52 or 53 should do the trick