Gebruiksaanwijzing /service van het product QuickScan I QD2130 van de fabrikant Datalogic
Ga naar pagina 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].
Een belangrijk punt na aankoop van elk apparaat Datalogic QuickScan I QD2130 (of zelfs voordat je het koopt) is om de handleiding te lezen. Dit moeten wij doen vanwege een paar simpele redenen:
Als u nog geen Datalogic QuickScan I QD2130 heb gekocht dan nu is een goed moment om kennis te maken met de basisgegevens van het product. Eerst kijk dan naar de eerste pagina\'s van de handleiding, die je hierboven vindt. Je moet daar de belangrijkste technische gegevens Datalogic QuickScan I QD2130 vinden. Op dit manier kan je controleren of het apparaat aan jouw behoeften voldoet. Op de volgende pagina's van de handleiding Datalogic QuickScan I QD2130 leer je over alle kenmerken van het product en krijg je informatie over de werking. De informatie die je over Datalogic QuickScan I QD2130 krijgt, zal je zeker helpen om een besluit over de aankoop te nemen.
In een situatie waarin je al een beziter van Datalogic QuickScan I QD2130 bent, maar toch heb je de instructies niet gelezen, moet je het doen voor de hierboven beschreven redenen. Je zult dan weten of je goed de alle beschikbare functies heb gebruikt, en of je fouten heb gemaakt die het leven van de Datalogic QuickScan I QD2130 kunnen verkorten.
Maar de belangrijkste taak van de handleiding is om de gebruiker bij het oplossen van problemen te helpen met Datalogic QuickScan I QD2130 . Bijna altijd, zal je daar het vinden Troubleshooting met de meest voorkomende storingen en defecten #MANUAl# samen met de instructies over hun opplosinge. Zelfs als je zelf niet kan om het probleem op te lossen, zal de instructie je de weg wijzen naar verdere andere procedure, bijv. door contact met de klantenservice of het dichtstbijzijnde servicecentrum.