OPL9728

OPL9728-incradle.jpg
OPL9728 in cradle

About

The OPL9728 is a wireless 1D terminal scanner, and is one of Opticon's most popular products. It runs a low-level firmware, typically called the "OS", and on top of that runs an application, which essentially drives the behavior of the device and exposes a simple user interface on the OPL9728's LCD screen. The application can be customized in order to change the behavior of the OPL9278, using Opticon's C-Library Kit and the Toshiba C Compiler. This allows end-users to create custom applications modeled around their barcode-driven processes, making the OPL9728 a simple and flexible solution for many business needs.


The OPL9728 is used in combination with a cradle (typically CRD9723) in order to charge the OPL9728's removable battery, transfer data serially to a host (using plain ASCII, XModem, or Opticon's NetO), and load new OS revisions and applications (using Opticon's Appload). Other types of cradles exist, including a dialup modem cradle and a GSM cradle, which OPL9728 applications can utilize with Opticon's TCP/IP Library.

Setup

Follow these directions for first time setup, software installation, and configuration for transferring data from the OPL9728.

Setting up the Host

Collect Materials

Assembly

  1. Connect the 32-00606-00 power adapter to a power outlet.
  2. Connect the 32-00606-00 power adapter to the CRD9723.
  3. Connect the communication cable to the CRD9723.
  4. Connect the communication cable to the computer.

Software Installation

In this section we step through installing both Opticon's USB drivers and NetO32.

Installing USB Drivers

If you are using RS232 please skip to Installing NetO32. Opticon's USB drivers need to be installed for the cradle to be properly via USB.

  1. Download the USB drivers from the Driver Downloads section.
  2. Open the zip file by double clicking on it.
  3. Launch the installer by double clicking on it.
  4. Follow the prompts to finish the installation.

Installing NetO32

The OPL9728 uses a piece of windows software called NetO32 to save the data file to the computer. To install NetO32 follow the steps below.

  1. Download NetO32 from the Software Downloads section.
  2. Open the zip file by double clicking on it.
  3. Launch the installer by double clicking on it.
  4. Follow the prompts to finish the installation.

Configuring NetO32

NetO32 is now in 'Polling' mode. Note that you should see the yellow light on the cradle blinking steadily. This means it will sit here indefinitely sending queries to the cradle and waiting for the right response to start a download. Multiple downloads can all be done without ever closing NetO32. When you are done using NetO32 simply select 'Protocol' > 'Stop' and NetO32 will discontinue polling mode. The application can then be closed.

Starting the Upload from your OPL9728

After NetO32 is in Polling mode (see above) follow these steps. Note that you should see the yellow light on the cradle blinking steadily. This means it will sit here indefinitely sending queries to the cradle and waiting for the right response to start a download. Multiple downloads can all be done without ever closing NetO32. When you are done using NetO32 simply select 'Protocol' > 'Stop' and NetO32 will discontinue polling mode. The application can then be closed.

Loading Firmware

Follow the directions above for Setting up the Host.

Software Installation

Follow the Directions above for Installing USB Drivers

Installing Appload

  1. Appload is Opticon's multi-purpose utility for installing firmware onto devices such as the OPL9728. To install Appload follow the steps below.
  2. Download Appload from the Downloads Software Section.
  3. Open the zip file by double clicking on it.
  4. Launch the installer by double clicking on it.
  5. Follow the prompts to finish the installation.

Configuring Appload

This section outlines how to configure Appload to communicate with the OPL9728. Appload is a PC application used to load firmware on most of Opticon's products.

Select COM Port

  1. Select Settings
  2. Select Port
  3. Select the appropriate Port number so that it will match the COM port of either the USB or RS232 interface (whichever was used).
    1. If you are using an RS232 interface the physical serial port is usually assigned COM1 by Windows so if you are using an RS232 interface this is likely your COM port number.
    2. If you are using a USB interface then select the COM port will usually be a number between 2 and 250. The cradle should identify itself as an 'Opticon OPL/CRD USB Serial Port'.

Set IrDA type

  1. Select Settings
  2. Select IrDA Adapter/cradle type
  3. Select Not Installed

Download Firmware

You will need to download and unzip the appropriate firmware file for the action you wish to perform from the Software Downloads section.

Loading the Firmware

OPL9728 Firmware Setup

Load the Firmware

FAQ

Are there diagnostics available on the OPL-9728?

Yes, there is a simple diagnostic routine built into the OS Firmware. To access it, press the Left+Trigger+Right keys at the same time to access the System Menu. Scroll down until you see Diagnostics. Select that option, and follow the instructions on the screen to continue.

How do I load my application onto the OPL9728?

Please see the Loading Firmware section located above.

How do I load a new OS (firmware) onto the OPL9728?

Same steps as loading an application;Please see the Loading Firmware section located above.

How do I get the saved scan data off the OPL9728?

There are a variety of methods. The most common is to use NetO32. Directions for this method are in the Setup section. Opticon's NetO file-transfer protocol is used to transfer the scan data as a flat file (typically .txt, .csv, or .dat; however you create and format the file in your embedded application), which requires NetO32 to be run on the PC.
You can send the data as plain ASCII text over the cradle's COM port, which would require a program or RS232 Monitor on the PC to read the incoming data and somehow save it.
You can use the XModem protocol over the cradle's COM port. You can also beam the data wirelessly with IrDA, or build the OPL9728's TCP/IP Library into your application to transfer the data as an email, over FTP, or some other Internet protocol. There are functions and libraries available for each of these options in the C-Library Kit.

Development

What programming languages can I use to develop embedded applications for the OPL9728?

The C programming language only.

What functions are available to me when developing my embedded application?

If you've installed the C-Library Kit, you should see a directory for OPL's. This contains various libraries, sample code, and demonstration applications to assist you in your development. The lib.h file in this directory contains all of the functions available to you when developing your embedded OPL9728 application. Also, if you go to the Start menu, under Program Files -> Opticon C-Library Kit, you'll see a programming help file (.chm). This contains descriptions of all the functions, return values, code demonstrating the use of the functions, and many other things. Beyond that, the standard ANSI C functions are available to you, so long as you include the proper header files in your source code.

How do I compile my application?

You have to use the Toshiba C Compiler, which you can purchase from Opticon. Versions 1.10 and later run on all Windows OS flavors. After that has been installed (preferably before installing the C-Library Kit, as the installer for the C-Library Kit prompts you for the root path of your Toshiba C Compiler installation in order to generate correct path information for build scripts) check out some of the example applications in the OPL folder where you installed the C-Library Kit. There you'll find build scripts (m.bat or mdemo.bat) that you can use and edit for your application, which you then run from the command prompt to build your application.

Is there a debugger to debug my application?

Unfortunately, no. Debugging is typically done through creating a log file within your application, printing information to the OPL9728's LCD screen, or some other method. Typically, applications are not of the size and complexity that this would be overly problematic.

How do I delete saved scan data (files) on the OPL9728?

See the remove() function.

How can I use Universal Menu Book commands to change the behavior of my OPL?

In code, you can use the systemsetting() function to set certain settings by default. For example, if you wanted to transmit UPC-E as UPC-A, you could put the following function call in your application:
systemsetting("6P");

Downloads

Notice: The downloading and use of any Opticon software implies consent with Opticon's End User License Agreement.

Documents

Document Description Version Download
DataSheet Technical details at a glance. Download
User Manual: Application This is the User Manual for the USA Standard Demo (pre-loaded from our warehouse on all OPL9728 units). LFBP0510 Download
Splash Screen.PDF As referenced on page 13 of the above application manual, this document provides the barcodes necessary for utilizing the splash screen options in system menu. Download
Specification Manual This document provides detailed specifications for the OPL9728. For advanced users and system integrators only. Download
Universal Menu Book The Universal Menu Book is a document containing instructions and configuration options for the majority of Opticon's products. Support of the commands in this manual is product specific. A must read for System Integrators. In effect this is the User Manual for all of Opticon's products that do not have a User Manual of their own and a supplement to all others. December 2009 Download

Software

Software Description Version Download
Appload Appload Is Opticon's multi-purpose firmware update utility. It is a Windows PC application that provides the capability to download firmware onto most Opticon products. It also contains a versatile terminal interface that allows serial communication to any serial port connected to the PC (be it RS232, USB-VCP or Bluetooth-SPP). Opticon products can be queried and configured in this manner. EAGV0183
1.83
Download
NetO32 A PC application implementing the NetO protocol to transfer files from the PC to the terminal barcode reader. EGF2001H (2.1.0.0) Download
C-Library Kit The C-Library Kit is Opticon's SDK for developing custom firmware for many of Opticon's product families (OPN, OPL97xx, OPL98xx, OPH, etc.). Included find sample code, full application samples, library files, documentation, compilers for certain products and more. This download is a zipped collection of the installer and associated files. The Toshiba C Compiler requires a separate download which is located here 2.38 Download
Toshiba C Compiler The Toshiba C Compiler is used to develop firmware for some of our barcodes scanners including the OPL97xx family Version 1.10 Download
Firmware: OS This is the latest Operating System firmware file for the OPL9728. LBDV0319 Download
Firmware: Application - USA Standard Demo This is the standard application running on all OPL9728s from our warehouse. It supports a large variety of barcode symbologies (which ones are configurable). Data is stored as a database including the barcode data scanned, the number of times that barcode has been scanned (with optional user quantity input) and the date and time the last entry was updated). Note that when data is viewed on the PC there is significant white space after the barcode data before you will see the quantity and time stamp information due to the nature of the database schema. It would be necessary to scroll to the right to see this extra information. LFBP0515 Download
Firmware: Application - USA Standard Demo Variant This standard demo differs from the standard only in the way data is stored on the unit. Rather than barcode data, quantity and time stamps stored as a database this variant stores only the barcode data scanned in the order it was scanned. LFBS0301 Download
Firmware: Application - USA Standard Demo Variant This demo differs from the standard only in the way data is stored on the unit. Rather than barcode data, quantity and time stamps stored as a database this variant stores only the barcode data scanned in the order it was scanned but also includes the date and time stamps of each scan. LFBS0090 Download
Firmware: Application - EU Standard Demo Similar to the USA standard demo, this version differs primarily in the default transmission settings (raw ASCII transmission and 19200 baudrate) LFD25783 Download
Firmware: Application - SpeedGen This application must be loaded prior to loading any SpeedGen-created files onto the terminal. LFB28707 Download
Firmware: Application - Viewer This small application simply allows the scanning of any supported barcode with the ability to view the encoded data on the screen. Changing options via Universal Menu Book commands is supported. Download
Firmware: Application - Eraser This tiny application serves simply as a utility to remove any data files that may exist on a unit. Download


Drivers

Drivers Description Version Download
All-In-One PC Drivers USB-to-serial drivers installer package for 32 and 64-bit versions of Windows XP (32-bit only), Vista 7, 8, 8.1 and 10. This package contains four drivers. The first and fourth drivers are for the Opticon cradles. The second driver is for the OPN200x scanners along with many other Opticon products. The third driver is an ATEN driver for a popular RS232 <-> USB-VCP adapter. You can choose any of the drivers to install on the first screen of the installer program. *Note: Opticon USB Drivers may not install or operate correctly if FIPS (Federal Information Processing Standards) is enabled on your host computer* 1.615 Download



Categories: Data Collector  | OPL  | Wireless Solutions