8. Using Multiple Printers.............................................................................................. 208
9. Replacement of printer............................................................................................... 209
Revision History ....................................................................................................................... 210
1. Outline
POS Printer OPOS Control and Drawer OPOS Control that control POS Printer ("PT340-341") and
Drawer connected to the printer are OPOS Controls conforming to OPOS 1.13 POS Printer Devise
and Drawer Device. When using OPOS Control, refer to "OLE for Retail POS Application
Programmer's Guide Instructions The 1.13 Version" (OPOS-APG V1.13), too.
In this guide, "OPOS Control" means same as "OPOS OCX".
1.1. Subject Scope of this document
These instructions (Application Programmer's Guide) aim for the main reference of programmers
who develop the application for the use of OPOS Control, and describe the following contents
necessary for that.
- Installation way of OPOS Control
- Usage of OPOS Control
- Restrictions of OPOS Control
- Interface (Property/Method/Event) Remarks of OPOS Control
- Item Setting Remarks of OPOS Control
1
r
1.2. OPOS Control Outline
1) OPOS Control Configuration Drawing
OPOS Contro
l conforms to ActiveX specifications and provides Property, Method, and Event to
application. Control cannot be seen on UI in application execution. Only application, which uses it,
requests to process through Method and Property. Application receives processing result through
Method return value, parameter, Property, and Event. This OPOS Control is implemented as
in-process server.
<Serial, USB Interface>
Application
POSPrinter
Control
Object
CashDrawer
Control Object
POSPrinter
Service
Object
CashDrawer
Service Object
OPSharedPort.exe
OS / Device Drive
PrinterDrawer
PrinterDrawer
Serial Interface
USB Interface
2
n
<LAN Interface>
POSPrinter
Control
Object
POSPrinter
Service
Object
ftfpcp.dll
Applicatio
OS / Device Driver
DLL used to communicate
with printer in LAN
*This
OPOS Driver supports the c
*Multiple numbers of interface and printers can be set to the driver. For details, refer to
Chapter 8 "Using Multiple Printers."
* In case of LAN Interface, OPOS Driver doesn’t support drawer connection.
*This OCX works with Thread Model of STA(Single, Thread or Apartment). To work with
several processes, the setting value of "Apartment" in Registry should be set as "1".
*Regarding LAN interface, Network Connection corresponds to 10Base-T, 100Base-T.
LAN Interface(10Base-T, 100Base-T)
Printer
ontrol of Serial/USB/LAN Interface Printer.
3
2) Terminology
a. Control Obj
According to each device class, it provides application with the set of Property, Method, and Event.
This Document explains these API.
b.Service Object (Service Object; SO)
It executes the function which is called from Control Object and which is prescribed by OPOS for
each device.
ect (Control Object; CO)
4
1.3. Restrictions
Followings are restrictions.
1) POS Printer
[Restriction
restrictions.
s on OPOS specifications]
All the interfaces of OPOS POS Printer Device are provided, but there are the following
a. It does not support property setting concerning journal printing and journal.
b. It does not support property setting concerning slip printing and slip.
c. It does not support functions of Italic, custom color, shading printing, and cartridge.
d. It does not support change of receipt printing character font. (Printing font change)
e. The following methods always return OPOS_E_ILLEGAL(106) after enabling.
(Limitation of Cable disconnection and connection)
There are conditions for disconnection and connection of LAN cable under printer
"enable" status:
1)When LAN cable is disconnected from PC, printer cannot support any actions. When the
cable is disconnected during "enable" status, OCX may fail to be "enable" even though
the application restarts.
2)When LAN cable is disconnected from Printer, and while OCX and printer is connecting,
printer cannot support any actions even if "disable" is sent. If "disable" is sent in
above situation, even though the application is restarted, OCX may fail to enable.
When the LAN cable is disconnected, connect the LAN cable again, and switch off and
on the power of Printer.
5
2) Drawer
[Restrictions o
f OPOS specifications OPOS]
All the interfaces of OPOS Drawer Device are provided, but there are the following
restrictions.
a.PowerNotify Property (Power source notifying function setting)
Setting is only for OPOS_PN_DISABLED(0) (Impossible to notify)and
unchangeable.
b.PowerState Property (Power source state)
Only OPOS_PS_UNKNOWN(2000)(Unclear) is set.
c.DirectIO Method (Particular-to-Device function)
It is not supported. After enabling, it always returns OPOS_E_ILLEGAL(106).
d.WaitForDrawerClose Method (Waiting for the drawer to close)
It is not supported. After enabling, it always returns OPOS_E_ILLEGAL(106).
Status notification of the Drawer is available only when CapStatus is TRUE and
Printer OCX is enabled (DeviceEnabled=TRUE) for the printer connected to the
drawer. In case these conditions are not met, the status of the drawer is not
notified.
[Restriction of Drawer Hardware Specifications]
It does not support notifying function of drawer power source condition.
3) Common Restrictions on POS Printer and Drawer
The OPOS Control is not t
hread-safe. When the method or property is accessed from the
different thread, unexpected result may occur. In the multithread environment,
implementation of exclusive processing for the critical sections is required for accessing
the property and executing the method in order to avoid the method and prop erty ar e
executed at the same time.
4) Restriction when Windows driver and OPOS driver are installed in the same system
Problems such as failure to print correctly from the OPOS driver may occur if the
Windows driver and OPOS driver are both installed in the same system.
In this case, it is recommended that you uninstall the driver that is not being used.
6
5) Setting of Apartment ="0" with connecting LAN interface cable
Apartment is set as "0" in Registry setting, one process can control several printers. But
the several processes do "Open" OCX (LAN Interface) at the same time, unexpected
results may happen.
6) Setting of Apartment ="1" with connecting LAN interface cable
Apartment is set as "
In this case, the number of printers (LAN interface) should be guaranteed that one process
should be less than one unit. If more than 2 printers per one process were used, unexpected
results might occur. The following chart shows the examples of the case that Apartment
="1" can work, and the case that Apartment ="1" cannot work. (OCX uses LAN interface.)
examples of the case that Apartment ="1" can work
ProcessA---PrinterOCX
ProcessB---PrinterOCX
examples of the case that Apartment ="1" cannot work---1
ProcessA---PrinterOCX, PrinterOCX
ProcessB---PrinterOCX
(Two PrinterOCX exist in ProcessA.)
0" in Registry setting, several processes can control printers.
7
7) About the "Found New Hardware Wizard" in Windows
When the printer is connected to PC in USB or Parallel interface and "Found New
Hardware Wizard" was displayed, set it in the following procedures.
For Windows 8 / Server 2012
"Device Setup" in the task bar is displayed, but no operation is required.
For Windows 7 / Server 2008 R2
1. The message "Installing device driver software" is displayed in a balloon(lower right
corner of the screen).
2. After a while, the message "Device driver software was not successfully installed" is
displayed.
This is not a problem.
For Windows Vista / Server 2008
1. The "Found New Hardware" is displayed, select [Don't show this message again for
this device].
* When "User Account Control" screen is displayed, select [Continue].
For Windows XP / Server 2003 / WEPOS / WEPOS2009
1. The "Found New Hardware Wizard" screen is displayed. Select [No, not this time]
and then click [Next].
2. When "What do you want the wizard to do?" is displayed, select [Install from a list or
specific location] and then click [Next].
3. Select [Search for the best driver in these locations], clear all checkboxes and then
click [Next].
4. When "Cannot Install this Hardware" is displayed, click [Don't prompt me again to
install this software] and then click [Finish].
8
1.4. Connection Way to POS Printer
Set the POS Printer to the following settings (in gray highlight). Rest of the values can be set in the
registry or the setting program attached with installer.
Memory Swith 1
No. Setting Item Setting Contents
1 Power On Status *Set form the registry
2 Receive Buffer 4 KB
3 Busy Condition Bufferfull
4 Receive Error ? Print
5 Auto LF Disable
6 DSR (#6) RESET Disable
7 USB Soft Reset Enable
Memory Swith 2
No. Setting Item Setting Contents
1 Cover Open Error Auto Recovery
2 Error Recovery by CMND
3 Batch (COM IF) Disable
4 Batch (Other IF) Disable
5 Serial Number Enable
6 ASB Enable
7 Font-B Mode1
Print
No. Setting Item Setting Contents
1 Paper Width *Set from the setting program
2 Max Speed *Set from the setting program
3 Print Density *Set from the setting program
9
Hardware
No. Setting Item Setting Contents
1 Error Alert *Set from the setting program
2 Buzzer Interval *Set from the setting program
3 Buzzer Repetition *Set from the setting program
4 User NV Memory 192KB
5 Graphic Memory 384KB
6 Cut at CoverClose *Set from the setting program
7 PNE Detect *Set from the setting program
Interface
No. Setting Item Setting Contents
1 USB Printer
2 Protocol XON/XOFF
* Configure the printer settings as follows depending on the interface you are using.
■ For the LAN interface
• LAN: Enable
■ For the USB or Serial interface
• LAN: Disable
<Note>
The factory default value is "Enable".
Refer to the instruction manual for the printer for details on how to configure this setting.
10
2. Installation
OPOS Control can be installed just like in the following procedures.
2.1. Installation Condition
Operation Environment
OS: Microsoft Windows XP, 2003Server, Vista, WEPOS, POSReady2009 Windows7, Server 2008, Server 2008 R2, Windows8, Server 2012
CPU: Pentium3 550MHz and more is recommended
RAM: 128MB and more is recommended
HDD: Space 2MB and more
*To install on WEPOS, "Local Management Support" must be installed in the minimum
configuration of WEPOS.
* To install on POS Ready 2009 using Batch Installer, "Command-line Application" component
must be installed on POS Ready 2009.
(Note)
When OPOS control (POS PRINTER OPOS OCX) is already installed,
please install this OPOS control aft er uninstallation of OPOS control.
Please refer how to uninstall to 2.4. uninstallation procedures.
11
2.2. Installation Media
Installation media is provided as CD.
Configuration of CD is just the following.
\(root) \Drivers\OPOS
\ Driver........................The root folder of the Installer (x32)
- setup32.exe : Installer for 32bit OS
- setup64.exe : Installer for 64bit OS
\Driver_x32.................The folder of the driver (x32)
* Use this when you do not use the installer for 32bit.
\Driver_x64.................The folder of the driver (x64)
* Use this when you do not use the installer for 64bit
12
2.3. Installation Procedure
Installation using installer
1. Set the installation Media CD to the Drive. After that, start "My Computer" or "Explorer"
and refer to the Drive.
In case of CD: Open \Driver folder, and if OS is 32bit, double click Setup32.exe. If OS
is 64bit, double click Setup64.exe
2. After the dialogue below is shown, Setup Program starts.
click "Next"
13
3. Installation
[System Drive]:\OPOS\Okidata\PT\
starts. Installation folder is:
click "Next"
14
click "Install"
click "Finish"
15
4. Start setting
If the [User Account Control] dialog box is displayed,
【For Windows 8 / Server 2012】
Click the [Printer OPOS Setup] tile in the Start screen.
【For Windows 7 / Windows Vista】
1) Click the button indicated with the Windows logo
2) Go to [All programs] →
【For Windows XP / Windows Server 2008 R2 / Windows Server 2008 /
Go to [Start]→[All programs] →
program.
[Windows 8 / Server 2012 / Windows 7 / Server 2008 R2]
click [Yes].
[Windows Vista / Server 2008]
click [Allow].
at the left bottom of the
desktop.
[Okidata]→[OPOS]→[Printer OPOS Setup].
Windows Server 2003 / WEPOS/POS Ready 2009】
[Okidata]→[OPOS]→[Printer OPOS Setup].
*As for how to use setting program, refer to 2.6. Setting Pr ogram Usage.
5. After setting, installation finishes.
16
Installation using batch file
* If OS is 32bit, us
folder
Installation method for Windows 8 or Server 2012
1. Copy driver folder ("\Driver_x64" or "\Driver_x32") onto an arbitrary folder.
2. Press the Windows logo key + X key, shortcut menu is displayed bottom left of the screen.
3. And click [Command Prompt (Admin)], and execute the command prompt by the
administrator authority.
4. Change the current directory of the command prompt to the directory that copied by 1, and
execute the batch file "Install.bat".
5. The Registry Editor and additional confirmation message to the registry is displayed, and
click [yes]. The additional completion message to the registry is displayed when the
addition to the registry is completed, and click [OK].
6. The driver is installed in the folder "C:\OPOS\Okidata\PT\".
7. Please execute "C:\OPOS\Okidata\PT\OPPrinterSetup.exe", and execute the setup.
*As for how to use setting program, refer to 2.6. Setting Program Usage.
8. After setting, installation finishes.
e batch file of \Driver_x32 folder. If OS is 64bit, use batch file of \Driver_x64
Installation method for Windows Vista or Windows 7
1. Copy driver folder ("\Driver_x64" or "\Driver_x32") onto an arbitrary folder.
2. The button that attaches the Windows logo under the left of a desktop screen is clicked.
3. Select [All Programs]->[Accessories]->[Command Prompt], and right-click in the icon of
the [Command Prompt], click "Run as administrator (A)", and execute the command
prompt by the administrator authority.
4. Change the current directory of the command prompt to the directory that copied by 1, and
execute the batch file "Install.bat".
5. The Registry Editor and additional confirmation message to the registry is displayed, and
click [yes]. The additional completion message to the registry is displayed when the
addition to the registry is completed, and click [OK].
6. The driver is installed in the folder "C:\OPOS\Okidata\PT\".
7. Please execute "C:\OPOS\Okidata\PT\OPPrinterSetup.exe", and execute the setup.
*As for how to use setting program, refer to 2.6. Setting Program Usage.
8. After setting, installation finishes.
17
Installation
1. Driver folder ("\Driver_x64" or "\Driver_x32") onto an arbitrary folder.
2. The button that attaches the Windows logo under the left of a desktop screen is clicked.
3. Select [All Programs]->[Accessories]->[Command Prompt], and execute the command
prompt.
4. Change the current directory of the command prompt to the directory that copied by 1, and
execute the batch file "Install.bat".
5. The Registry Editor and additional confirmation message to the registry is displayed, and
click [yes]. The additional completion message to the registry is displayed when the
addition to the registry is completed, and click [OK].
6. The driver is installed in the folder "C:\OPOS\Okidata\PT\".
7. Please execute "C:\OPOS\Okidata\PT\OPPrinterSetup.exe", and execute the setup.
*As for how to use setting program, refer to 2.6. Setting Program Usage.
8. After setting, installation finishes.
methods except Windows Vista, Windows 7, Windows 8 and Server 2012
18
2.4. Uninstallation Procedure
Uninstallation when installing it with installer (Setup32.exe or Setup64.exe)
1. Follow the steps blow to display the uninstalling screen.
【For Windows 8 / Sever 2012】
・Press the Windows logo key + X key, shortcut menu is displayed bottom left of the
screen, and click [Programs and Features].
【For Windows 7 / Windows Vista】
・Click the button indicated with the Windows logo
desktop.
・Go to [Control Panel]→[Uninstall program] or [Uninstall a program].
【For Windows Server 2008 R2】
・Go to [Start]→[Control Panel]→[Uninstall a program]
【For Windows Server 2008】
・Go to [Start]→[Control Panel]→[Programs and Functions].
【For Windows XP / Server 2003 / WEPOS】
・Go to [Start]→[Control Panel]→[Add or Remove Progra ms].
at the left bottom of the
19
2. Select "POSPrint
3. The dialogue to confirm Uninstallation is displayed. Click [Yes].
4. Uninstallation is executed.
er OPOS OCX" and click "Uninstall" or "Remove".
5. Sometimes there are some files that could not be deleted by uninstaller in Installed folder
([System Drive]:\OPOS\Okidata\PT), so please delete manually.
That is all of uninstallation.
20
Uninstallation when OPOS is installed with batch file
Uninstall
1. Press the Windows logo key + X key, shortcut menu is displayed bottom left of the screen.
2. And click [Command Prompt (Admin)], and execute the command prompt by the
administrator authority.
3. Execute batch file "uninstall.bat" with the folder of "C:\OPOS\Okidata\PT\".
4. Delete "C:\OPOS\Okidata\PT" folder manually.
5. It is an end.
Uninstallation method for Winodws Vista or Windows 7
1. The button that attaches the Windows logo under the left of a desktop screen is clicked.
2. Select [All Programs]->[Accessories]->[Command Prompt], and right-click in the icon of
the [Command Prompt], click "Run as administrator (A)", and execute the command
prompt by the administrator authority.
3. Execute batch file "uninstall.bat" with the folder of "C:\OPOS\Okidata\PT\".
4. Delete "C:\OPOS\Okidata\PT" folder manually.
5. It is an end.
ation method for Windows 8 or Server 2012
Uninstallation methods except Windows Vista, Windows 7, Windows 8 and Server 2012
1. The button that attaches the Windows logo under the left of a desktop screen is clicked.
2. Execute batch file "uninstall.bat" with the folder of "C:\OPOS\Okidata\PT\".
3. Delete "C:\OPOS\Okidata\PT" folder manually.
4. It is an end.
21
2.5. Installation File List
File groups of POS Printer OPOS-OCX Control are arranged just like the following.
[System Drive]:\OPOS\Okidata\PT\
OPPOSPrinterCO.ocx POS Printer Control Object
OPPOSPrinterSO.dll POS Printer Service Object
OPCashDrawerCO.ocx Drawer Control Object
OPCashDrawerSO.dll Drawer Service Object
OPPrinterSetup.exe Setting Program
oposdef.ini OPOS display string definition file