You are here: Start » Working with GigE Vision® Devices » GigE Vision® Device Manager

GigE Vision® Device Manager

The Device Manager is available as a separate tool in Adaptive Vision Library SDK.

Typical state of the Device Manager is shown in the image below.

Device manager look

At first the manager will search local network for active devices. All found devices will be shown in a list with the following information: manufacturer name and device name, current IP address, network interface hardware address (MAC address), serial number (if supported), user specified name (saved in the device memory; if supported by device). Information like MAC address and serial number should be printed on the device casing for easy identification. Sometimes, when a device has more than one interface, is may appear in the list more that once. In such situation every entry in the list identifies another device feature.

Refresh

Refresh button clears the current device list and performs a new search in the network. Use this function when the network configuration has been changed, a new device has been plugged in or when your device has not been found at startup.

Device manager refreshing

Tools

The Tools button opens a menu with functions designed for device configuration. Some of these functions are device dependant and require the user to select the device on the list first (they are also available in a device context menu).

Device manager tools menu

Tool: Access device settings...

This tool allows to access device-specific parameters prepared by its manufacturer and available through GenICam interface.

See: Device Settings Editor

Tool: Setup device network interface...

This tool is intended to manage network configuration of a device network adapter.

Device network setup tool

  • Static address — this field allows to set a static (persistent) network configuration saved in device non-volatile memory. Use this setting when the device is identified by IP address that cannot be changed or when automatic address configuration is not available. This field has no effect when "Use static IP" field is not checked.
  • Current address — this read-only field shows current network configuration of a device, for example the address assigned to it by a DHCP server.
  • Device IP configuration — this field allows to activate or deactivate specified methods of acquiring addresses by a device on startup. Some of these options may be not available (grayed) when the device does not support specified mode.
    • Use static IP — Device will use the address specified in the "Static address" field.
    • Use DHCP server — When a DHCP server is available in the network, devices will acquire automatically assigned addresses from it.
    • Use Link-local address — When there is no other method available a device will try to find a free address from 169.254.-.- range. When using this method (for example in a direct connection between the device and a computer) the device will take significantly more time to become available in network after startup.

After clicking the OK button the new configuration will be sent to a device. Configuration can be changed only when the device is not used by another application and/or is not streaming video. New configuration may be not available until the device is restarted or reconnected.

Tool: Assign IP for unreachable device

This tool is intended for situations when a device cannot be accessed because of its invalid or unspecified network configuration (note that this should be a very rare case and usually a device should appear in list). The tool allows to immediately change network address of an idle device (thus realizing GigE Vision® FORCE IP function).

Force device IP address tool

This tool requires the user to specify device hardware network adapter MAC address (should be printed on device casing). After that a new IP configuration can be specified. The address can be changed only when the device is idle (is not connected to other application and not streaming video). The new address will be available immediately after successful send operation.

Tool: Application transport settings...

This tool allows to access and edit application settings related with driver transport layer, like connection attempts and timeouts. Settings are an equivalent of system configuration. Settings changed with this tool will be also loaded on start by all applications based on Adaptive Vision Library in current user account.

Tool: Open GenICam XML directory

GigE Vision® devices are implementing GenICam standard. GenICam standard requires that a device must be described by a special XML file that defines all device parameters and capabilities. Such file is usually obtained automatically by the application from the device memory or from manufacturer's web page. Sometimes the XML file can be supplied by manufacturer on a separate disk. The Device Manager uses a special directory for such files which is located in the user data directory. Use this tool to open that directory.

Device description files should be copied into this directory without changing their name, extension and content. File can also be supplied as a ZIP archive — do not decompress such file or change its extension.

Previous: Connecting a GigE Vision Device Next: Known Issues