by laki » Mon Apr 27, 2020 1:15 am
Command line arguments can be used to influence how the software starts.
The arguments may be written to the shortcut icon properties target field after the path of the
UCCNC.exe file.
The available command line arguments are as follows:
– /n : Using this switch in the argument will only allow the software to start one instance. If
one instance is already running, the software will show an error message and will close.
– /p profilename : Using this switch forces the software to load a specific machine profile file.
– /s serialnumber : Using this switch forces the software to connect to a motion controller with
the specified serial number. If the motion controller is not connected (not available) or if it is
already in use then the software will show an error message and will close.
– /d devicetype : Using this switch forces the software to always run in demo mode only, no
matter if any motion controller devices are connected. The devicetype parameter can have
one of the following values:
UC100, UC300_5LPT, UC300_ISOBOB, UC300_M44, UC300_5441, UC300_HI,
UC300_LOW, UC300ETH_5LPT, UC300ETH_5441, UC300ETH_HI, UC300ETH_LOW,
UC300ETH_M44, UC300ETH_M45, UC300ETH_ISOBOB,
UC300ETH_UB1, UC400ETH, AXBB
And example for using the command line arguments:
C:/UCCNC/UCCNC.exe /p myprofile /s 60CC4D
This comamnd will load the myprofile profile file (myprofile.pro) and will connect only to the
device with the 60CC4D serial number.