Vision Miner Wiki

Network Troubleshooting

DoD-configured Vision Miner 22IDEX V4 printers use Ethernet only (no WiFi module). After power-on, firmware runs automatic Ethernet detection for about 60 seconds, then shows chamber LEDs and may prompt on the touchscreen.

This page covers:

  • Confirm the WiFi module socket is empty.
  • 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 (DoD Ethernet-only build)
  • 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
  • Physical access to the rear electronics bay (control board and WiFi socket)

Verify the WiFi module socket is empty

Unplug mains before the rear door

Power off from the switch, unplug the printer, then open the left-hand rear door (seen from the back). Do not reach into the bay with mains present.

  1. Power off and unplug the printer.
  2. Open the left-hand rear door.
  3. On the control board, next to the Ethernet jack, the WiFi module socket must be empty.
Control board near Ethernet port - WiFi socket empty

If a module is installed: disconnect the antenna if fitted, pull the board straight up, store it ESD-safe, close the door.

Facility policy usually forbids operating DoD machines with WiFi enabled - remove the module before you join a production network.

When the socket is empty, close the door and continue to Choose the link type.


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)

Complete Verify the WiFi module socket is empty first.

  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.150) 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, on, wait 60 s. 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

Complete Verify the WiFi module socket is empty. Power off the printer. Run one cable printer ? 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 fault

DHCP attempt first

Firmware still tries DHCP briefly; with no server it locks to 192.168.1.50 for the printer. Wait 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 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.


G-code reference

CommandUse
M552 I0Print current IP and Ethernet status to the Console

Example line:

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.