The tool offers three configuration modes. Depending on your requirements, choose whether you want to use the tool to configure your entire system or just parts of it:
In addition, there is a dry-run mode that allows you to check the changes the tool would make before actually running the tool. Any changes can be logged if required.
To run the command-line version of the pylon GigE Configurator:
Make sure pylon version 7.1 or higher is installed.
Open a command line.
On the command line, navigate to your pylon installation directory, e.g., %programfiles%\Basler\pylon x\Runtime\x64 (Windows) or /opt/pylon x/bin (Linux).
Run PylonGigEConfigurator from the command line.
Info
To configure network adapters, the configurator needs to be started with admin or sudo rights.
To avoid network conflicts, make sure only cameras are connected to your network adapter or switch.
The auto-ip command scans all local GigE network adapters and checks for connected cameras. If no camera has been detected, the given adapter is skipped and won't be configured.
Then, the tool configures the IP addresses of all GigE network adapters and their connected cameras in ascending order.
You can force the IP configuration of a network adapter by using the -a option, followed by the adapter's name. In this case, the adapter will always be configured, regardless of whether a camera is connected or not.
Also, you can configure a network adapter within the address ranges of other network classes, e.g., class A or class B. To do so, use the the --class option followed by the class type, e.g., --class B.
If you omit the --class option, the tool automatically uses the address range from network class C, e.g., 192.168.xxx.xxx.
The auto-opt command scans all local GigE network adapters and checks for connected cameras. If no camera has been detected, the given adapter is skipped and won't be configured.
Then, the tool optimizes all GigE network adapters with connected cameras in ascending order.
You can force the optimization of a network adapter by using the -a option, followed by the adapter's name. In this case, the adapter will always be configured, regardless of whether a camera is connected or not.
You can log all changes made by the configurator with the -l or --log option. If you want to log the changes to a user-defined file and directory, append the file name, e.g., -l log.txt.
By default, the configurator logs all changes into a log file in the following temp folders:
Windows : %TEMP%\PylonGigEConfigurator_<timestamp>.log
Linux : ~/.local/temp/PylonGigEConfigurator_<timestamp>.log