Vision Miner Wiki

Network Troubleshooting

This guide helps you troubleshoot the Ethernet connection on the Vision Miner 22IDEX V4. After power-on, the firmware runs automatic network detection for about 60 seconds, then shows chamber LEDs and may prompt on the touchscreen.

This page covers:

  • Regular Ethernet - printer on a switch or router with DHCP.
  • Ethernet to PC - single cable to one computer, static 192.168.1.x on both ends.
  • Chamber LED meaning, touchscreen save prompt, opening the Web Interface.
  • Reading IP_address.txt on the SD card and Console command M552 I0.
  • Macros > System > Settings > Network > Assign Static IP when DHCP is not allowed.
  • FAQ and Troubleshooting for typical faults.

Before you begin - safety and risk

Read the Safety - Before You Begin article to understand the hazards involved in working on the Vision Miner 22IDEX V4 - including electrical, thermal, mechanical, and chemical risks. All procedures in this wiki are provided as recommendations only. By choosing to follow any procedure, you do so at your own risk.

Tools and Materials

  • Vision Miner 22IDEX V4
  • Ethernet patch cable (Cat5e or better)
  • Regular Ethernet: managed or unmanaged switch or router with a free port and DHCP
  • Ethernet to PC: PC or Mac with Ethernet or a USB-Ethernet adapter, plus rights to set a static IPv4 address
ModeCable pathAddressingTypical use
Regular EthernetPrinter → switch/routerDHCP from the LANSeveral PCs need the printer; normal building LAN
Ethernet to PCPrinter → one PC only (no switch in between)Printer 192.168.1.50, PC 192.168.1.51, mask 255.255.255.0No DHCP, or policy needs an isolated link

After a successful setup, the printer reuses the same mode after each reboot until you change it in Macros > System > Settings > Network or via the touchscreen prompt.

Regular Ethernet (DHCP)

  1. Power off the printer. Connect Ethernet from the printer jack to a LAN port on the switch or router. Seat the plugs fully.
Ethernet cable connected at printer exterior

Verify the LEDs are lit on the Ethernet port on the mainboard in the electronics bay.

Ethernet port on mainboard with link LEDs visible
  1. Power on. Watch the chamber LEDs for 60 seconds (longer on slow switches is OK).

    • Yellow - DHCP path succeeded; continue.
Chamber LEDs yellow - network detection success
Chamber LEDs red - network detection failed

First minute on the wire

The board negotiates the link, then requests DHCP. Do not call it failed until the full interval has passed.

  1. On yellow, the touchscreen shows Network Connected with an IP and asks whether to remember the mode. Note the IP.
Touchscreen - network connected confirmation with IP address
  1. On a PC on the same subnet, open a browser to the address from the touchscreen (for example http://192.168.1.50) and confirm the Web Interface loads.

Hostname vs IP address

http://22idex.local often works where multicast DNS is allowed; on locked-down LANs use the numeric IP.

  1. Only after the Web Interface works, tap Save network configuration on the printer.

  2. Cold boot test: Power off, power on, and wait 60 seconds. White chamber LEDs mean the saved Regular Ethernet profile is active. Yellow or red means the save did not stick - open the Web Interface, go to Macros > System > Settings > Network, choose Enable Ethernet Mode, reboot, and recheck.

Ethernet to PC

Use this when you cannot place the printer on a DHCP LAN or you need a dedicated link to one workstation.

Static IPv4 on the PC is mandatory

Set the PC before you rely on the link. Wrong subnet is the usual reason the Web Interface does not open.

Step 1 - Set the PC to 192.168.1.51

Set these IPv4 values on the computer

FieldValue
IP address192.168.1.51
Subnet mask255.255.255.0
Gateway / routerLeave empty or use 192.168.1.50 (printer default in this mode)

The printer uses 192.168.1.50 on the cable; the PC must stay on the same 192.168.1.* network.

Same /24 on both ends

The PC must stay on 192.168.1.* with the printer - not 192.168.0.*, 10.*, or another LAN. Only the last octet may differ from 192.168.1.50.

Operating system
StepAction
1Open Settings > Network & Internet > Ethernet.
2Select your Ethernet adapter.
3Next to IP assignment, choose Edit > Manual.
4Turn IPv4 on.
5IP address: 192.168.1.51 - Subnet mask: 255.255.255.0 - Gateway: leave empty or 192.168.1.50.
6Save.
StepAction
1Open System Settings > Network.
2Select Ethernet > Details.
3Open the TCP/IP tab > Configure IPv4: Manually.
4IP address: 192.168.1.51 - Subnet mask: 255.255.255.0 - Router: leave empty or 192.168.1.50.
5OK, then Apply.
StepAction
1Open wired Ethernet connection settings (wording varies by distro).
2Set method to Manual (or Static).
3Address: 192.168.1.51 - Netmask: 255.255.255.0 - Gateway: empty or 192.168.1.50.
4Save and apply the profile.

No internet on that wired NIC

That adapter is on an isolated /24. Use WiFi or another NIC if you need the internet at the same time.

Step 2 - Cable and power sequence

Power off the printer. Run one cable printer to PC - not through a router.

Ethernet cable run directly from printer to computer

Power on, wait 60 s for detection.

  • Blue - Ethernet to PC succeeded.
Chamber LEDs blue - Ethernet-to-PC mode success
Chamber LEDs red - connection failed

DHCP Attempt First

The firmware first tries DHCP. If no DHCP server is found, it falls back to 192.168.1.50. Wait for the full window.

Step 3 - Web Interface and save

On blue, the touchscreen shows Network Connected for 192.168.1.50. Open http://192.168.1.50 or http://22idex.local on the PC, confirm the Web Interface, then Save network configuration.

Cold boot test: White LEDs after 60 s mean the mode saved. If not, use Macros > System > Settings > Network > Enable Ethernet Mode and choose Ethernet to PC Mode, reboot, recheck.

Connection log and IP discovery

The printer writes 0:/IP_address.txt on the SD card (mode, IP, timestamp).

Web Interface - Console: send M552 I0. Response includes the current IPv4 for interface 0.

Without the UI: power off, remove the SD card, read IP_address.txt on a PC.

Static IP (no DHCP)

When DHCP is blocked but the printer already reaches the LAN once:

  1. Open the Web Interface.
  2. Macros > System > Settings > Network > Assign Static IP.
  3. Run the macro: detect link type, accept or type an address, test, save.

Persists across reboot

Saved static config survives power cycles; the printer stops depending on DHCP for that profile.

Finding the printer's IP

If you do not know the printer's IP address, get it one of these ways - no existing connection required:

  • Touchscreen - the Network Connected screen shows the current IP after boot.
  • 0:/IP_address.txt - power off, remove the SD card, and read this file on a PC (it stores the mode, IP, and timestamp).

Once you are already connected to the Web Interface, you can re-check the address by running M552 I0 in the Console:

Network interface 0: IP address 192.168.1.150

FAQ

Troubleshooting

Support

If you could not find an answer here, reach out to our support team.

On this page

Your feedback makes it better for everyone.