IMAGO also offers the following accessories for the VisionSensor PV:
A 24 V power supply must be connected to the 8-pin power and I/O connector. The device will boot automatically into Linux after applying power.
The following table shows the pin assignment of the connector:
![]()
I/O connector |
|
The VisionSensor I/O Expansion is a DIN rail module which can be connected to the 8-pin Power and I/O cable of the VisionSensor PV3. It provides additional I/Os and implements IMAGO's Real-Time Communication Controller.
The I/O Expansion module provides power to the VisionSensor. The digital I/O signals between both devices are used for internal communication and for transmission of trigger signals.
A standard M12-8 A-coded extension cable up to 20 meters can be used to allow long distance between the Vision Sensor and the I/Os.
A 4-pin 3.5 mm terminal header is used to provide power to both devices:
The following Linux login methods are available:
Two user accounts are pre-installed in the Linux system:
User | Password | Description |
---|---|---|
root | vision | Superuser account |
visionsensor | vision | Regular user account |
The network interface of the VisionSensor is configured for DHCP by default.
If no DHCP server is present, the device will fall back assigning a link-local IPv4 address after some time. The link-local address for IPv4 is in the range 169.254.0.0/16.
IMAGO's VIBFinder tool for Windows can be used to discover the device on the local network by using the SNMP protocol:
VIBFinder 2 supports the following additional features:
Please visit the IMAGO Download Portal for the latest version.
Instead of using the device's IPv4 address, it's also possible to establish a connection by using the mDNS host name. The name consists of the device's serial number in the domain .local.
Example:
A static IP address can be assigned by modifying the file /etc/network/interfaces. This can also be accomblished by using the RS-232 Linux console login.
The file shows some commented lines for setting a static IP address:
When using a static IP address, the file /etc/resolv.conf.tail can be created to configure a DNS server, for example:
For SSH login, the user name and the associated password are required. Defaults are shown in section VisionSensor login.
The ssh program is typically used to login to a remote machine, for example:
The scp program (Secure Copy) can be used to copy files between machines, for example:
There are many programs implementing the SSH protocol. We recommend MobaXterm, which also supports copying files and a X11 server for running remote applications with display output.
Recent Windows versions also provide the optional feature OpenSSH-Client. It contains the command line tools ssh and scp, similar to Linux.
The ViewIT software provides access to the VisionSensor by using a web browser. The framework gives access to the sensor's live view, acquisition parameters, digital I/Os and allows using self-designed image processing algorithms.
ViewIT is not part of the basic Linux image, but is normally pre-installed on delivery of new devices.
ViewIT gets installed as Linux service named viewit. Depending on the configuration, the service may be enabled or disabled after booting the system. If the ViewIT package is installed, the state will be shown during console login:
In this example, ViewIT is installed and running. It can be stopped manually by running the command 'systemctl stop viewit
'.
After entering the device's IP address into the address field of a web browser, the main screen appears:
The software documentation can be downloaded from the device by selecting the Help menu.