Hardware manual

Impact Reference Guide Display an image as the logo on the title bar
6-21 Datalogic Automation Inc.
VPM
"C:\Datalogic\IMPACT\Applications\jre\bin\javaw.exe" -XX:+UseParallelGC
-Xmx400m -Xms64m -Xrs -jar "C:\Datalogic\IMPACT\Applications\VPM\VPM.jar" -lan-
guage fr
Settings
"C:\Datalogic\IMPACT\Applications\jre\bin\javaw.exe" -XX:+UseParallelGC
-Xmx400m -Xms64m -Xrs -jar "C:\Datalogic\IMPACT\Applications\VPM\Settings.jar" -
language fr
Display an image as the logo on the title bar
This option displays an image file as a small icon just left of the title on the application title bar. This image
is also displayed on the right end of the toolbar if the -banner option is not used. The image file must be type
jpg, gif, or png and should be no more than 40 pixels high. If the image is not found in the designated folder,
or no file name is specified, no image is displayed in the title or toolbar. IMPORTANT: File names are case
sensitive.
Add the following option to the command line:
-logo "images/image name.ext"
where the folder "images" contains "image name.ext."
NOTE: The file path and name must be enclosed in quotes and include the file extension. There is a space
between the option and the first quotation mark.
Here are example command lines that display an image named "logo.png" located in a folder named
"C:\Images" (the option is in bold):
CPM
"C:\Datalogic\IMPACT\Applications\jre\bin\javaw.exe" -XX:+UseParallelGC
-Xmx400m -Xms64m -Xrs -jar "C:\Datalogic\IMPACT\Applications\CPM\CPM.jar" -logo
"C:\Images\logo.png"
CPMRE
"C:\Datalogic\IMPACT\Applications\jre\bin\javaw.exe" -XX:+UseParallelGC
-Xmx400m -Xms64m -Xrs -jar "C:\Datalogic\IMPACT\Applications\CPM\CPMRE.jar"
-logo "C:\Images\logo.png"
VPM
"C:\Datalogic\IMPACT\Applications\jre\bin\javaw.exe" -XX:+UseParallelGC
-Xmx400m -Xms64m -Xrs -jar "C:\Datalogic\IMPACT\Applications\VPM\VPM.jar" -logo
"C:\Images\logo.png"
Settings
"C:\Datalogic\IMPACT\Applications\jre\bin\javaw.exe" -XX:+UseParallelGC
-Xmx400m -Xms64m -Xrs -jar "C:\Datalogic\IMPACT\Applications\VPM\Settings.jar" -
logo "C:\Images\logo.png"
Display an image as a banner in the program window
This option displays an image file as a small icon on the right end of the toolbar, replacing the Datalogic
logo. The image file must be type jpg, gif, or png and should be no more than 40 pixels high. If the image is
not found in the designated folder, or no file name is specified, no image is displayed at the right end of the
toolbar. IMPORTANT: File names are case sensitive.
Add the following option to the command line:
-banner "images/image name.ext"