DatalogicメーカーQuickScan QD2130の使用説明書/サービス説明書
ページ先へ移動 of 38
OEM USB , RS232 Standard RS232 Single Ca ble OPOS Ser vice Objects Quick Ref erence Guide.
Datalogic Scanning, Inc. 959 T err y Str eet Eugene, Oregon 974 02 T eleph one: (541 ) 683-5700 F ax: (541) 345- 7140 An Unpublished Work - All rights reser ved.
Quick Reference Guid e i Ta b l e o f C o n t e n t s OEM USB, RS232 Standard RS232 Single Cable OPOS Service Objects ................................................................ ......... ............... 1 Datalogic™ OEM USB, RS232 Standard RS232 Si ngle Cable OPOS Service Objects .
Table of Contents ii Datalogic™ OEM/IBM USB OPOS Service Object NO TES.
Quick Refer ence Guide 1 Da talogic ™ OEM USB , RS232 Standard RS232 Single Cable OPOS Ser vic e Objec ts Introduction Document Con ventions Formatting conventions are used throughout th is guide to provide a consistent method for representing screen shots and command entries.
Introduction 2 Datalogic™ OPOS Service Object Datalogic Pr oduc ts Supp or ted . Device Type Scanner Scale RS232 Std RS232 SC OEM USB RS232 Std RS232 SC OEM USB Table Top Scan ner/Scales Magellan 22.
Installation Quick Reference Guide 3 Installation Running the Install Installation can be performed in either of two ways: using a standard GUI installation, or as a silent install from the Command Prompt. GUI Installation To install, please perform the following steps: 1.
Utilities 4 Datalogic™ OPOS Service Object Utilities DualT est Utility The Datalogic 1.12 OPOS package contains a utility called DualTe st that provides customers with the ability to quickly conne ct and test the oper ation of a Datalogic scanner/scale with the Datalogic service ob jects.
Utilities Quick Reference Guide 5 2. Open Scanner: 3. Claim:.
Utilities 6 Datalogic™ OPOS Service Object 4. Enable: 5. N ow click the “ DataEventEnable ” button and check the “ AutoDataEventEnable ” box, and scan a bar code.
Utilities Quick Reference Guide 7 F irm war e Updat e with DualT est The Datalogic 1.12 OPOS Scanner Service Object supports the ability to update firmware on select scanners in accordance with the UPOS Specification (version 1.
Utilities 8 Datalogic™ OPOS Service Object 2. Confirm U p date F irmware: F irmware Update Star ted The Status field will update at every 1% of the upload. Depending on the scanner interface and parameters such as baud rate , the update may take from approximately 7 minutes to 40 minutes.
Utilities Quick Reference Guide 9 Update in progress, at 55% complete: F irmware Update F inished NOTE that the service will stop at 99% co mplete until the scanner reboots and comes on line, which may take several seconds.
Utilities 10 Datalogic™ OPOS Service Object Finalized: The scanner is now back on line and fully operational. Scale with D ualT est To connect to a Scale, follow these steps after installing the 1.
Utilities Quick Reference Guide 11 2. Open Scale: 3. Claim:.
Utilities 12 Datalogic™ OPOS Service Object 4. Enable: 5. Read a w eight:.
Utilities Quick Reference Guide 13 Live W eight Display The Datalogic 1.12 OPOS Scale Service Objec t supports the ability to provide Live Weight Display functionality in accordance with the UPOS Specification (version 1.
Utilities 14 Datalogic™ OPOS Service Object 2. Enable: (Live W eight Begins immediately / Zero W eight) 3. U nder weight: An under zero condition has occurr ed.
Utilities Quick Reference Guide 15 4. In motion: The scale is in motion and has not stabilized. 5. Overweight: The scale’ s weight capacity has been exceeded.
Utilities 16 Datalogic™ OPOS Service Object 6. S table Large W eight: 7. S table S mall W eight:.
Developers Guide Quick Reference Guide 17 Dev elopers Guide OPOS service objects export a uniform interface; however there may be slight differences between the same types of devi ces from different vendors and models. Queries of OPOS properties reveal these di fferences.
Developers Guide 18 Datalogic™ OPOS Service Object DataC ount: Returns the number of Data Events Queued. DataE v entEnabled: Returns TRUE or FALSE depending on the previous SetProperty call. Devic eEnabled: Returns TRUE or FALSE depending on the previous SetProperty call.
Developers Guide Quick Reference Guide 19 Device Specific P roperties: DecodeD ata: Returns TRUE or FALSE depending on the previous SetProperty call. ScanData: Holds the raw scanned data received from the scanner. ScanData property always has bar code data whe n a DataEvent is fired.
Developers Guide 20 Datalogic™ OPOS Service Object Scanner Methods: Co m m o n M e t h o d s : Open: Returns OPOS_SUCCESS OPOS_E_NOSERVICE OPOS_E_NOEXIST OPOS_E_ILLEGAL Clos e: Returns OPOS_SUCCESS ClaimDe vice: Returns OPOS_SUCCESS OPOS_E_NOSERVICE OPOS_E_ILLEGAL OPOS_E_CLAIMED This call will activate the communication with the device.
Developers Guide Quick Reference Guide 21 OPOS_E_OFFLINE OPOS_E_ILLEGAL ReleaseDevic e: Returns OPOS_SUCCESS , OPOS_E_ILLE GAL , or OPOS_E_NOTCLAIMED . This call will deactivate the communication with the device. ResetStatistics: Returns OPOS_E_ILLEGAL DATALOGIC service objects do not support reset statistics.
Developers Guide 22 Datalogic™ OPOS Service Object Scanner Events: Co m m o n Eve n t : DataE v ent: This event fires when a label is forwarded from scanner. DirectIOEv ent: Not supported. ErrorE vent: Not used. StatusUpdateE vent: Not implemented. Devic e Specific Ev ents: None.
Developers Guide Quick Reference Guide 23 External HCheck : not supported. Interactive HCheck : not supported. Clai med: Returns TRUE after Claim method has been called. FALSE otherwise. DATALOGIC devices are exclusive. It is recommen ded that the device be claimed and continue to be claimed thru-out a session.
Developers Guide 24 Datalogic™ OPOS Service Object Devic eServ iceV ersion: Returns 10120XXX where XXX is the minor version. Ph ysicalDe vice Description: Returns a descriptive string dependin g on the interface and device type. Phy sicalD evic eName: Returns a descriptive string dependin g on the interface and device type.
Developers Guide Quick Reference Guide 25 StatusNotify: If CapStatusUpdate is TRUE , the application can set StatusNot ify to either SCAL_SN_DISABLED or SCAL_SN_ENABLED . SalesPrice: Returns 0 currency. T a reW eight : Returns 0 . UnitPric e: Returns 0 currency.
Developers Guide 26 Datalogic™ OPOS Service Object OPOS_CH_INTERACTIVE is supported. Returns OPOS_SUCCESS OPOS_E_NOTCLAIMED OPOS_E_DISABLED OPOS_E_ILLEGAL CheckHealthText property will hold the text result of this method call.
Developers Guide Quick Reference Guide 27 Device Specific Methods: GetSalesPrice: Returns 0 Not implemented GetUnitPrice: Returns 0 Not implemented SetUnitPrice: Returns OPOS_E_ILLEGAL Not implemented.
Developers Guide 28 Datalogic™ OPOS Service Object ZeroScale: Returns OPOS_SUCCESS OPOS_E_NOHARDWARE OPOS_E_OFFLINE OPOS_E_DISABLED OPOS_E_NOTCLAIMED Scale Ev ents: Co m m o n Eve n t : DataE v ent:.
Developers Guide Quick Reference Guide 29 Appendix A: DirectIO C ommand Suppor t. DirectIO name IO number Scanne r Scale Interface RS232 Std RS232 SC OEM USB RS232 Std RS232 SC OEM USB LEGACY SCANNER .
Developers Guide 30 Datalogic™ OPOS Service Object SCALE_MONITOR 7 DISPLAY_DATA 8 DISPLAY_STATUS 9 ENABLE_TONE 10 BEEP_GOOD_TONE 11 SOFT_POWER_DOWN 12 DISABLE.
Developers Guide Quick Reference Guide 31 Note: Some DirectIo calls may not be su pported by the scanner/scale f irmware. SCANNER_STATUS 502 SCANNER_READROM 503 SCANNER_ROM_VERSION 504 SCANNER.
Developers Guide 32 Datalogic™ OPOS Service Object NO TES.
.
Datalogic Scanning, Inc. 959 T err y Str eet Eugene, OR 97402 USA T elephone: (541) 683-5700 F ax: (541) 345-7140 ww w .scanning.datalogic.com Australia Datalogic Scanning Pt y Lt d T elephone: [61] (2) 9870 3200 australia.scanning@datalogic .com France an d Benelux Datalogic Scanning Sarl T elephone: [33].
デバイスDatalogic QuickScan QD2130の購入後に(又は購入する前であっても)重要なポイントは、説明書をよく読むことです。その単純な理由はいくつかあります:
Datalogic QuickScan QD2130をまだ購入していないなら、この製品の基本情報を理解する良い機会です。まずは上にある説明書の最初のページをご覧ください。そこにはDatalogic QuickScan QD2130の技術情報の概要が記載されているはずです。デバイスがあなたのニーズを満たすかどうかは、ここで確認しましょう。Datalogic QuickScan QD2130の取扱説明書の次のページをよく読むことにより、製品の全機能やその取り扱いに関する情報を知ることができます。Datalogic QuickScan QD2130で得られた情報は、きっとあなたの購入の決断を手助けしてくれることでしょう。
Datalogic QuickScan QD2130を既にお持ちだが、まだ読んでいない場合は、上記の理由によりそれを行うべきです。そうすることにより機能を適切に使用しているか、又はDatalogic QuickScan QD2130の不適切な取り扱いによりその寿命を短くする危険を犯していないかどうかを知ることができます。
ですが、ユーザガイドが果たす重要な役割の一つは、Datalogic QuickScan QD2130に関する問題の解決を支援することです。そこにはほとんどの場合、トラブルシューティング、すなわちDatalogic QuickScan QD2130デバイスで最もよく起こりうる故障・不良とそれらの対処法についてのアドバイスを見つけることができるはずです。たとえ問題を解決できなかった場合でも、説明書にはカスタマー・サービスセンター又は最寄りのサービスセンターへの問い合わせ先等、次の対処法についての指示があるはずです。