EasyManua.ls Logo

Panasonic HMWIN - Page 366

Panasonic HMWIN
440 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
Parameter Description
reportName String containing the report name
silentMode True = silent mode enabled. No printer settings dialog is displayed.
project.printGfxReport("Report Graphics 1", true);
printText
void printText( text, silentMode)
Prints a fixed text.
Parameter Description
text String to print
silentMode True = silent mode enabled. No printer settings dialog is displayed.
project.printText("Hello I Am Text Printing",true);
printBytes
void printBytes( text, silentMode)
Prints a hexadecimal string representing data to print. For example, "1b30" to print < ESC 0 >
Parameter Description
text Hexadecimal string to print
silentMode True = silent mode enabled. No printer settings dialog is displayed.
project.printText("Hello I Am Text Printing",true);
emptyPrintQueue
void emptyPrintQueue()
Empties the print queue. Current job will not be aborted.
project.emptyPrintQueue();
pausePrinting
void pausePrinting();
Suspends printing operations. Will not suspend the print of a page already sent to the printer.
364
HMWIN Studio |User Manual|v206 (2017-06-30) |EN|© 2014-2017 Panasonic Electric Works Europe AG
Project object methods

Table of Contents

Related product manuals