Panasonic HMWIN User Manual page 276

Touch
Hide thumbs Also See for HMWIN:
Table of Contents

Advertisement

void uploadRecipe (recipeName, recipeSet )
Uploads the value of tags into the provided recipe set.
Parameters
recipeName
recipeSet
set index.
project.uploadRecipe("recipeName", "Set");
launchApp
void launchApp( appName, appPath, arguments, singleInstance)
Execute an external application.
Parameters
appName
appPath
Arguments
singleInstance
project.launchApp("PDF.exe","\\Flash\\QTHMI\\PDF","\\USBMemory\\file.pdf","true"
);
printGfxReport
void printGfxReport( reportName, silentMode)
Prints the graphic report specified by reportName.
Parameters
reportName
silentMode
project.printGfxReport("Report Graphics 1", true);
printText
void printText( text, silentMode)
Print a fixed text.
Parameters
text
A string to print
silentMode
true = silent mode (avoids to show printer settings dialog)
project.printText("Hello I Am Text Printing",true);
emptyPrintQueue
void emptyPrintQueue()
Empties the print queue. Current job will not be aborted.
project.emptyPrintQueue();
ACGM0195V1EN
HMWIN Studio User Manual
A string representing the recipe name.
A string representing the recipe set, can be either the recipe set name or 0 based
A string contains the application name
A string contains the application path, it must be an absolute path.
A string contains the arguments to send to application executed.
true=single instance allowed, false allow multiple instance
A string containing the report name
true = silent mode (avoids to show printer settings dialog)
276

Advertisement

Table of Contents
loading

Table of Contents