Select your printer model

Parameters are refined by the selected printer.

<type>validationwaitinsertion</type>


Requests for the validation sheet insertion wait status for validation printing.

After executing this element, insert the validation sheet into the printer.

The request result is acquired by the <type>onreceive</type> element.

Request

Child element

Data type

Description

timeout

int

Specifies the timeout period for slip sheet insertion wait status in milliseconds.

Value: 5000 to 900000 (integer)

waittime

int

Specifies the operation start wait time after insertion of the validation sheet.

Value: 0 to 6400 (integer)

Sample program

 
<device_data>
	<device_id>local_printer</device_id>
	<data>
		<type>validationwaitinsertion</type>
		<timeout>60000</timeout>
		<waittime>500</waittime>
	</data>
</device_data>

Supplementary explanation

  • If the “timeout” child element is omitted, “60000” is specified.
  • If the “waittime” child element is omitted, “500” is specified.
  • waittime values are rounded down to the nearest 100 milliseconds.
    Example: 1 -> 0, 101 -> 100, 150 -> 100
  • When the paper is inserted, it is cued according to the print method.
 

Quick Access

  • [Name]
  • [Format]
  • [Range]
  • [Description]
  • [Notes]

ePOS-Device XML includes patented or patent pending functions. The contents must not be disclosed to third parties.


ePOS-Device XML

Jump to the top