Manuale d’uso / di manutenzione del prodotto QuickScan I QD2130 del fabbricante Datalogic
Vai alla 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].
Un punto importante, dopo l’acquisto del dispositivo (o anche prima di acquisto) è quello di leggere il manuale. Dobbiamo farlo per diversi motivi semplici:
Se non hai ancora comprato il Datalogic QuickScan I QD2130 è un buon momento per familiarizzare con i dati di base del prodotto. Prime consultare le pagine iniziali del manuale d’uso, che si trova al di sopra. Dovresti trovare lì i dati tecnici più importanti del Datalogic QuickScan I QD2130 - in questo modo è possibile verificare se l’apparecchio soddisfa le tue esigenze. Esplorando le pagine segenti del manuali d’uso Datalogic QuickScan I QD2130 imparerai tutte le caratteristiche del prodotto e le informazioni sul suo funzionamento. Le informazioni sul Datalogic QuickScan I QD2130 ti aiuteranno sicuramente a prendere una decisione relativa all’acquisto.
In una situazione in cui hai già il Datalogic QuickScan I QD2130, ma non hai ancora letto il manuale d’uso, dovresti farlo per le ragioni sopra descritte. Saprai quindi se hai correttamente usato le funzioni disponibili, e se hai commesso errori che possono ridurre la durata di vita del Datalogic QuickScan I QD2130.
Tuttavia, uno dei ruoli più importanti per l’utente svolti dal manuale d’uso è quello di aiutare a risolvere i problemi con il Datalogic QuickScan I QD2130. Quasi sempre, ci troverai Troubleshooting, cioè i guasti più frequenti e malfunzionamenti del dispositivo Datalogic QuickScan I QD2130 insieme con le istruzioni su come risolverli. Anche se non si riesci a risolvere il problema, il manuale d’uso ti mostrerà il percorso di ulteriori procedimenti – il contatto con il centro servizio clienti o il servizio più vicino.