...
The print station, sometimes also called as the print server, is configured in the manager station the same way as the cash station is. Any devices available for connection to the cash register station , can be also connected to the print station.
Launch It is equivalent to launch like other servers - — either as an app or as a service. Default The default executable file is Winprint.exe.
The Default config file for this station is Winprint.ini. Station and config file names can be arbitrary. Config The config file name for the print station is specified in the Winprint.ini file.
When SW the software is being installed from the distribution package kit (archive is at ftp in the archive placed in ftp://ftp.ucs.ru/rk7/versions/ folder folder), the Winprint.INI ini file needs to be copied from \bin\win\ini\ into the \bin\win\ working folder where Winprint.exe is located.
If SW the software is installed from via the installer, the cash register station with the config file are is placed in the [installation path\instance name\Rk7WinPrint] folder.
Licensing
Print The print station is not subject to licensing, but the operation thereof requires requires an active POS cash server license.
It is possible to use a license on for 0 cash register stations but it must be activated.
Operation
...
specific features
Running POS The launched cash server is required for the print station to operate. Separate POS work. A separate cash server can be created for this purpose.
...
Winprint.ini config file description
Code Block |
---|
[Config] |
...
STATION=WINPRINT3001_01 |
...
; the station network name, same as the one specified in the manager station ( |
...
find above). |
...
Server = MIDSRV3001 |
...
; the network name of |
...
the cash server to which the print server will be connected |
...
ERRORLOG = winprint.stk |
...
; thw name (path) of the error log file |
...
ShortTimeout = 20000 |
...
; max time (milliseconds) of network operation execution |
...
for one element |
...
LongTimeout = 100000 |
...
; max time (milliseconds) of network operation execution |
...
for the collection [NETKERN] |
...
Protocols=tcpsoc.dll |
...
[TCPSOC] |
...
LISTEN=0 |
...
[TCPDNS] |
...
;;TEST_MIDSERVER=127.0.0.1 |
...
[UPDATE] |
...
; server update section |
...
NoUpdate = "1" |
...
; Do not update this module and its dependent objects (dll, etc.). |
...
|
Launch
Create a new cash register station in "the Service ->Stations and devices" > Stations and Devices reference.
Enter Specify the Name, the Network ID, select OS typeType, and (, most important) select "Station for printing" in "station type" , select Print Station in the Station type field.
In "the Devices" tab, add a video driver and all necessary printers.
Specify the following parameters in the Winprint.ini [Config] section:
Code Block |
---|
Station = WINPRINT3001_01 |
...
; network ID of cash register station in accordance with 1 |
...
Server = MIDSRV3001 |
...
; network ID of POS server |
Launch the server.
Note |
---|
...
The default config file of the application is |
...
Winprint.ini. To launch the |
...
print station with |
...
another INI file, use the following command: |
...
winprint.exe /ininame: newname.ini /desktop |
...
. Important: Always perform the first launch as an application (with /desktop parameter). Also, make sure to perform the launch as administrator. |