Feed Property - Epson TM-T88V-i User Manual

Epos-print api
Hide thumbs Also See for TM-T88V-i:
Table of Contents

Advertisement

feed property

It sets paper feed of label paper/black mark paper. (in firmware Ver.2.1 and later)
Object type
String
Description
Paper feed position of label paper/black mark paper.
FEED_PEELING
FEED_CUTTING
FEED_CURRENT_TOF (Default)
FEED_NEXT_TOF
Example
After printing a label, it feeds paper to the peeling position.
<script type="text/javascript" src="epos-print-3.x.x.js"></script>
<script type="text/javascript">
<!--
var address = 'http://192.168.192.168/cgi-bin/epos/service.cgi?devid=local_printer';
var canvas = document.getElementById('myCanvas');
var epos = new epson.CanvasPrint(address);
epos.paper = epos.PAPER_LABEL;
epos.feed = epos.FEED_PEELING;
epos.print(canvas);
//-->
</script>
182
Value
Feeds to the peeling position.
Feeds to the cutting position.
Feeds to the top of the current label.
Feeds to the top of the next label.
Decription

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Tm-t70-iTm-l90-i

Table of Contents