NETUM-LOGO

NETUM Q500 PDA Txawb Computer Thiab Cov Ntaub Ntawv Sau

NETUM-Q500-PDA-Mobile-Computer-And-Data-Collector-product

Specifications

  • Qauvq:500 ua
  • Qhov systemib: m85
  • Muaj nuj nqi: QR code scanning

Q500 Scan code function
Hauv M85 qhov system no, QR code scanning function teem APP ua los ntawm tus neeg siv muaj ob ntu: luam theej duab QR code teeb thiab QR code scanning cuab yeej. Hauv qab no yog cov lus piav qhia ntxaws txog kev siv ob ntu no.

Luam theej duab cov cai

NETUM-Q500-PDA-Mobile-Computer-And-Data-Collector-fig- (1)

Scan code switch
Hloov lub QR code scanning muaj nuj nqi rau thiab tawm, lub neej ntawd yog nyob rau; Thaum teem rau off, QR code scanning muaj nuj nqi yog muab tua.

Focus input
Nkag mus rau qhov scanned code tshwm sim rau hauv lub thawv tsom ntawm lub interface tam sim no. Qhov kev ua haujlwm no raug muab tua los ntawm lub neej ntawd; Thaum muab tua, lub npov tsom ntawm qhov tam sim no interface yuav tsis tso tawm cov txiaj ntsig scan code (tshwj tsis yog rau code scanning tool interface).

Send broadcast
The QR code scanning results are sent out through broadcasting and are not displayed in the focus input box (except for the QR code scanning tool interface). They are closed by default (that is, the QR code scanning results are output to the focus of the current interface by default).NETUM-Q500-PDA-Mobile-Computer-And-Data-Collector-fig- (2)

Examples ntawm tus thib peb APP hu xov tooj txoj hauv kev thiab interface API piav qhia:

Monitor broadcast: “com.android.hs.action.BARCODE_SEND”
Get results:
IntentFilter filter = new
IntentFilter(“com.android.hs.action.BARCODE_SEND”);

register Receiver(mScan Result Receiver, filter,”com.honeywell.decode.permission.DECODE“, null);

String action = intent.getAction();
if (BROADCAST_BARCODE_SEND_ACTION.equals(action)) {
String scannerResult = intent.getStringExtra(“scanner_result”);mTvResult.setText(scannerResult);

Declare in AndroidManifest
<uses-permission android:name=”com.honeywell.decode.permission.DECODE” />

Configuration prefix
Configure ib txoj hlua ntxiv nyob rau pem hauv ntej ntawm QR code scanning tshwm sim. Tom qab teeb tsa cov hlua ntxiv, lub kaw lus QR code scanning kev pabcuam yuav cia li ntxiv cov hlua txuas ntxiv mus rau pem hauv ntej ntawm QR code scanning tshwm sim. Kev teeb tsa txoj kev: Nyem "Configure Prefix", sau cov lej lossis lwm cov hlua hauv lub thawv ntawv pop-up, thiab nyem "OK".

Configuration suffix
Configure ib txoj hlua ntxiv tom qab QR code scan tshwm sim. Tom qab teeb tsa cov hlua ntxiv, qhov system QR code scan kev pabcuam yuav cia li ntxiv cov hlua txuas ntxiv rau QR code scan tshwm sim. Kev teeb tsa txoj kev: Nyem "Configure Suffix", sau cov lej lossis lwm cov hlua hauv lub thawv ntawv pop-up, thiab nyem "OK".

Quick suffixNETUM-Q500-PDA-Mobile-Computer-And-Data-Collector-fig- (3)

Set the shortcut suffix, and after the QR code scanning result is output, the function corresponding to the set shortcut character will be executed. The corresponding functions are as follows:

  • TSIS MUAJ: No terminator is executed after the scan results
  • ENTER: Automatically execute the carriage return function after scanning the QR code
  • TAB: Automatically execute the tab function after scanning the QR code
  • Chaw: Automatically add spaces after scan results
  • CR_LF: Automatically execute the carriage return and line feed function after scanning the QR code

Scan key value
For M85, the corresponding key values are as follows:

  • Home key=Value “3”
  • BACK key=Value “4”
  • CALL = 5;
  • ENDCALL = 6;
  • 0 = 7;
  • 1 = 8;
  • 2 = 9;
  • 3 = 10;
  • 4 = 11;
  • 5 = 12;
  • 6 = 13;
  • 7 = 14;
  • 8 = 15;
  • 9 = 16;

Detailed configurationNETUM-Q500-PDA-Mobile-Computer-And-Data-Collector-fig- (4)

Cov haujlwm ntxaws ntxaws ntawm cov ncauj lus ntxaws ntxaws ntawm QR code scanning pab tau muab faib ua: kev teeb tsa code, kev txiav txim siab teeb tsa, ntshuam scanning configuration, export scanning configuration thiab pib dua tag nrho.

Kev teeb tsaNETUM-Q500-PDA-Mobile-Computer-And-Data-Collector-fig- (5)

Set the parsing switches of various code systems, the minimum and maximum length of parsing, and other parameters.
Rau example, the first code 128 shown in the picture above:
The switch of code128 is turned on by default. When scanning the code, the decoding library will parse the code of code128 type, and the system will output the parsed content; code128 min sets the minimum length of the code128 code that can be parsed. Code128 whose length is smaller than this set value will not be parsed. code128 max sets the maximum length of Code 128 codes that can be parsed. Code128 codes with a length greater than this set value will not be parsed.

Note on coding system chaw A. The more code systems that are opened, the performance is not better, because the more code systems that are opened, the longer it takes for the decoding library to decode, and the parsing time for each code scan may increase, resulting in a worse user experience. According to the actual user experience, the Corresponding switch settings need to be made. B. The longer the decoding length range, the performance is not better. If the length range is too long, it will also increase the time spent on decoding. Please adjust it according to actual use needs. C. When in actual use, if you encounter a code that cannot be scanned, you can query the code library and enable the corresponding code system verification in this settings menu.

Decoding nqisNETUM-Q500-PDA-Mobile-Computer-And-Data-Collector-fig- (6)

  • Lub suab hloov yog qhib los ntawm lub neej ntawd, thiab yuav muaj lub suab ceeb toom rau kev txiav txim siab zoo; Thaum nws raug muab tua, yuav tsis muaj suab ceeb toom rau kev txiav txim siab.
  • Kev vibration hloov: On by default, there will be a vibration reminder for successful decoding; when turned off, there will be no vibration reminder for decoding.
  • Scan code waiting time: It is the time interval waiting for the decoding timeout after pressing the scan code button, such as:
    • Change the scan waiting time to 3 and press the scan button.,
    • The scanning laser light will remain on until 3 seconds expires, and the code scanningfunction ends; if the code is scanned in advance, the code scanning function will endearly.
  • Center scanning mode: You can set the accuracy of the center scanning mode. The setting range is 0-10. The larger the number, the higher the accuracy.
  • Center scanning switch: can solve the problem of accidentally scanning nearby barcodes. It is turned off by default. After turning on the “center scan switch”, the laser light needs to be aimed at the center of the barcode, otherwise it cannot be recognized; When multiple barcodes are pasted together, the target barcode can be accurately identified and the accuracy of code reading can be improved.
  • Continuous code scanning switch: off by default; when turned on, the continuous code scanning function is activated
  • Number of code outputs in continuous mode:
    • Enter the number n in the input box,
    • Turn on the “Auto Scan” switch
    • When n is 1: Short press the scan button to start scanning, release the button to stop scanning; when n is greater than 1: After short pressing Scan, n barcodes can be scanned continuously.
  • Automatic code scanning switch: turned off by default; when turned on, the automatic code scanning function is activated. Press and hold the code scanning button to continue scanning the code.
  • Scan the code after releasing the button:
    • Off state: recognize the barcode immediately after pressing the Scan key
    • Open state: Press the Scan button and release the button before the barcode can be recognized.
  • Continuous scanning interval:
    • Enter the continuous code scanning interval n (unit: / second)
    • Turn on the continuous code scanning switch
    • Press the Scan button to scan the code and recognize the first barcode. The second barcode will be automatically recognized after n seconds.
  • Same code scanning interval:
    When the interval is set, the same code scanned within the interval will not be processed. For example, set the interval to 3, start scanning the code, and within 3 seconds, scan the same code again, and no decoding will be performed this time.
  • DPM quick setting: Industrial code enable switch, the default is off. When turned on, you can scan the code printed on the industrial component.
  • GSI_128 automatic brackets:
    • GSI_128 code contains (), and general decoding tools will automatically hide the brackets when decoding.
    • Turn on the “GSI_128 automatic brackets” switch and scan the GSI_128 code () display normallyNETUM-Q500-PDA-Mobile-Computer-And-Data-Collector-fig- (7) NETUM-Q500-PDA-Mobile-Computer-And-Data-Collector-fig- (8)
  • The length of the result that needs to be filtered: the scanned decoded data, the length of the discarded data that needs to be filtered.
  • Starting point of filtering: the decoded data needs to discard the starting position of the string.
  • End point of filtering: decoded data, the end position of the string needs to be discarded.

Import code scanning configuration
Import tus QR code scanning configuration file nyob rau hauv cov ntaub ntawv folders nyob rau hauv lub file system into the QR code scanning settings, and take effect.

Export scan code configuration
Export tus txheej txheem manually los ntawm QR chaws teeb tsa interface mus rau Cov Ntaub Ntawv nplaub tshev ntawm cov file system..

Rov pib dua tag nrho
Reset tag nrho cov khoom teeb tsa manually teem los ntawm APP no rau lub Hoobkas raws li txoj cai thiab qhov tseem ceeb

Scanning tool

NETUM-Q500-PDA-Mobile-Computer-And-Data-Collector-fig- (9)This interface is used to test and display the code scanning results. Click the scan button on the interface or the code scanning button on the fuselage to start the code scanning function. The interface displays decoded content, length of decoded data, encoding type, cursor type, and decoding time.

Automatic code scanning
Turn on the “automatic scan” switch, short-press the Scan button, the scanning laser will automatically emit light continuously, and the scanning laser will turn off after the barcode is recognized.

Scan the code continuously.
Tig rau ntawm "Auto Scan" hloov, nias lub khawm Scan, lub scanning laser yuav teeb, tso lub khawm, thiab scanning laser yuav tua. Los so sab laug kom pom cov ntaub ntawv keeb kwm scan tshwm sim.

FAQs

Q: Yuav ua li cas los teeb tsa cov lus ua ntej thiab cov lus xaus rau QR code scanning cov txiaj ntsig?
A: To configure the prefix, click on ‘Configure Prefix’, enter the desired string in the input box, and click ‘OK’. Similarly, for configuring the suffix, click on ‘Configure Suffix’, enter the desired string, and click ‘OK’.

Q: Dab tsi yog qhov muaj txiaj ntsig sai rau cov txiaj ntsig QR code scanning?
A: The available quick suffix options are: NONE, ENTER, TAB, SPACE, and CR_LF. Each option corresponds to a specific function after scanning the QR code.

Q: Kuv tuaj yeem hloov pauv QR code scanning muaj nuj nqi rau thiab tawm li cas?
A: You can switch the QR code scanning function on and off by toggling the Scan Code Switch setting.

Cov ntaub ntawv / Cov ntaub ntawv

NETUM Q500 PDA Txawb Computer Thiab Cov Ntaub Ntawv Sau [ua pdf] Tus neeg siv phau ntawv
Q500, Q500 PDA Txawb Computer Thiab Cov Ntaub Ntawv Sau, Q500, PDA Txawb Computer Thiab Cov Ntaub Ntawv Sau, Txawb Computer Thiab Cov Ntaub Ntawv Sau, Computer Thiab Cov Ntaub Ntawv Sau, Cov Ntaub Ntawv Sau, Sau

Cov ntaub ntawv

Cia ib saib

Koj email chaw nyob yuav tsis raug luam tawm. Cov teb uas yuav tsum tau muaj yog cim *