Vision Miner Wiki

Network Troubleshooting

This guide provides troubleshooting procedures for establishing either a wired (Ethernet) or wireless (Wi-Fi) network connection for your Vision Miner 22IDEX V3 printer. A stable network connection enables remote monitoring, control via the Web Interface, and file transfers.

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 V3 – 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.

Connecting your printer to your local network is essential for leveraging its full capabilities, including the Web Interface. This guide covers both Ethernet and Wi-Fi setup methods. Ethernet provides the most stable connection, while Wi-Fi offers flexibility. Prerequisites include having access to your network details (SSID/Password for Wi-Fi) and installing Pronterface software for initial command-line communication.

Tools & Materials

  • Computer (with Pronterface installed)
  • USB-C Cable (for initial Pronterface connection)
  • Ethernet Cable (if using wired connection)
  • Wi-Fi Antenna (securely installed on the printer for Wi-Fi)
  • Network Information:
    • Wi-Fi: Network Name (SSID) and Password for a 2.4 GHz network.
    • Ethernet: Access to a network port with DHCP enabled is recommended.

Safety & Pre-checks

  • Network Type: Ensure your Wi-Fi network operates on the 2.4 GHz band. The printer is not compatible with 5 GHz networks. If you have a dual-band router, ensure the 2.4 GHz band is active and ideally has a distinct name (SSID). Consult your router documentation or IT department if needed.
  • Wi-Fi Antenna: Confirm the Wi-Fi antenna is securely screwed into the designated port on the printer. Check that the internal cable connecting the antenna port to the Wi-Fi module is firmly seated and undamaged.
  • Ethernet Cable: Ensure the Ethernet cable is undamaged and clicks securely into both the printer's port and the network switch/router port.
  • Pronterface: Download and install Pronterface software. Instructions for connection can be found here: Pronterface Connection Guide

Incorrect network configuration

Incorrect network configuration can prevent access to the printer's Web Interface. Follow steps carefully.

Step-by-Step Instructions

1. Establish Initial Connection via USB

  1. Connect your computer to the printer using the USB cable.
  2. Launch the Pronterface software.
  3. Connect Pronterface to the printer according to the instructions in the Pronterface Connection Guide. This establishes a direct command line interface necessary for network setup.
Image not yet added

2. Reset Network Settings

To ensure a clean setup, reset any previous network configurations stored on the printer.

  1. In the Pronterface command input field, enter the following command and press Enter:

    M98 P"0:/macros/System/Settings/Network/Reset Network Settings"
  2. Wait for the command to complete. This clears stored Wi-Fi SSIDs, passwords, and IP settings.

3. Disable Network Interfaces

Temporarily disable both Ethernet and Wi-Fi interfaces.

  1. Send the command to disable Ethernet:

    M552 I0 S0
  2. Send the command to disable Wi-Fi:

    M552 I1 S-1

Network interface codes

I0 refers to the Ethernet interface, and I1 to the Wi-Fi interface. S0 or S-1 commands disable the respective interface.

Ethernet offers the most reliable connection.

  1. Physically connect the Ethernet cable from your network switch or router to the printer's Ethernet port. Ensure it clicks into place.
Image not yet added
  1. In Pronterface, send the command to enable the Ethernet interface and request an IP address via DHCP:

    M552 I0 S1
  2. Monitor the Pronterface console. Within a few seconds, you should see a message indicating the network is enabled and providing an IP address (e.g., Network enabled, IP address = 192.168.1.100).

  3. If no IP address appears automatically after ~20 seconds, send the status check command:

    M552
  4. Repeat the status check every 5 seconds if necessary. If an IP address is not assigned, verify the cable connection and ensure your network has DHCP enabled. Persistent issues may indicate a broader network problem unrelated to the printer. Contact your network administrator or support.

5. Configure Wi-Fi Connection

Ensure all prerequisites from the "Safety & Pre-checks" section are met (2.4 GHz network, antenna installed, close proximity to router).

Image not yet added
  1. Navigate to the Wi-Fi Command Generator section within the Pronterface Guide.
  2. Enter your 2.4 GHz Wi-Fi Network Name (SSID) and Password into the generator tool.

Case-sensitive credentials

SSID and Password are case-sensitive. Use the generator to ensure correct formatting.

  1. Copy the generated command, which will start with M587.

  2. In Pronterface, first, put the Wi-Fi module into an idle state:

    M552 I1 S0
  3. Wait a moment for the command to execute, then paste the M587 command (copied from the generator) into Pronterface and press Enter. This command stores your network credentials on the printer.

    ; Example M587 command - use the one from the generator!
    M587 S"Y'O'U'R SSID" P"Y'O'U'R P'A'S'S'W'O'R'D"
  4. Wait a few seconds for the settings to be saved.

  5. Enable the Wi-Fi interface and attempt to connect:

    M552 I1 S1
  6. Monitor the Pronterface console for a message indicating connection success and the assigned IP address.

  7. If no IP address appears after ~30 seconds, check the Wi-Fi status by sending:

    M552 I1
  8. Repeat the status check every 5 seconds. If it fails to connect, double-check your SSID/Password, ensure you used the 2.4 GHz network, verify antenna connection, and check router proximity. Re-run the M587 and M552 I1 S1 steps if necessary.

6. Access the Web Interface

Once Pronterface confirms an IP address has been assigned (either via Ethernet or Wi-Fi):

  1. Ensure the computer you are using is connected to the same local network as the printer. The first three sets of numbers in the IP address (e.g., 192.168.1.xxx) must match between your computer and the printer.
  2. Open a web browser (Chrome, Firefox, Edge) on your computer.
  3. Type the IP address assigned to the printer into the browser's address bar and press Enter.
  4. The Web Interface should load.
Image not yet added

7. Save Network Configuration

The previous steps configured the network for the current session. Save the configuration permanently so the printer automatically connects on reboot.

  1. Go to the Macros tab and navigate through System > Settings > Network (exact path may vary slightly by firmware version).
Image not yet added
  1. Locate the macro corresponding to your connection type:
    • If connected via Wi-Fi: Find and run the macro typically named Enable WiFi Client Mode or similar.
    • If connected via Ethernet: Find and run the macro typically named Enable Ethernet Mode or similar.
  2. The system may prompt you about testing the connection or reconnecting.
    • For Ethernet: Choose Skip test and change mode (or similar) as the connection is already active.
    • For Wi-Fi: Choose Change and reconnect later (or similar), as you are already connected.
  3. Running the appropriate macro saves the current network setup (M552 state) to the printer's configuration file (config.g).
  4. Restart the printer to verify it automatically connects to the network upon boot-up. Check the connection status by accessing the IP address in your browser again after reboot.

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.