Hardware manual

Load a control panel application when program starts Impact Reference Guide
Datalogic Automation Inc. 6-24
CPMRE
"C:\Datalogic\IMPACT\Applications\jre\bin\javaw.exe" -XX:+UseParallelGC
-Xmx400m -Xms64m -Xrs -jar "C:\Datalogic\IMPACT\Applications\CPM\CPMRE.jar"
-optionfile "C:\text folder\options.txt"
VPM
"C:\Datalogic\IMPACT\Applications\jre\bin\javaw.exe" -XX:+UseParallelGC
-Xmx400m -Xms64m -Xrs -jar "C:\Datalogic\IMPACT\Applications\VPM\VPM.jar"
-optionfile "C:\text folder\options.txt"
Settings
"C:\Datalogic\IMPACT\Applications\jre\bin\javaw.exe" -XX:+UseParallelGC
-Xmx400m -Xms64m -Xrs -jar "C:\Datalogic\IMPACT\Applications\VPM\Settings.jar" -
optionfile "C:\text folder\options.txt"
Load a control panel application when program starts
When this option is used, the specified control panel application is loaded and placed in run mode when the
program starts. The window can be sized, moved, and closed. You cannot close the control panel application
or open others.
Add the following option to the command line:
-p "control folder\control panel name.cp"
where the folder "control folder" contains "control panel name.cp."
NOTE: The application file path and name must be enclosed in quotes and include the "cp" extension. There
is a space between the option and the first quotation mark.
Here are example command lines that opens a control panel application named "inspect.cp" in the folder
named "C:\control folder" (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"
-p "C:\control folder\inspect.cp"
CPMRE
"C:\Datalogic\IMPACT\Applications\jre\bin\javaw.exe" -XX:+UseParallelGC
-Xmx400m -Xms64m -Xrs -jar "C:\Datalogic\IMPACT\Applications\CPM\CPMRE.jar"
-p "C:\control folder\inspect.cp"
Set the window's location and size
When you use this option, the program sizes the window based on the command line option. The window
can be sized, moved, and closed. You can close the control panel application or open others.
Add the following option to the command line:
-s x y width height
where
"x" indicates the distance from the control panel's left edge to the screen's left edge
"y" indicates the distance from the control panel's top edge to the screen's top edge
"width" indicates the control panel's width
"height" indicates the control panel's height