Ping a Modem


Cell modems connected to iSIC or SDL500 data loggers will have a static IP address assigned to them which is used by iChart to establish remote connections to download data or adjust device settings. It is useful to ping this IP address to confirm if, and when, a cell modem is powered and connected to the network in order to establish these communications.

Confirm the Modem IP Address

  1. In the active iChart project file, locate the iSIC data logger in question within the Site heading of the Navigation Panel.
  2. Right click on the logger and select ‘Property’.

    iChart Navigation Panel.

     

  3. Copy the IP Address connection information from the Communication Properties window that appears.

    Verify IP Address Information for the logger’s cell modem in iChart.

     

Ping the Modem via Command Prompt

  1. On a Windows computer with an active internet connection, hold the WINDOWS key followed by the R key to bring up the RUN menu.
    1. The cmd command should already be loaded into the prompt. If it is not, add it then select ‘OK’.

      Windows Run Prompt. Enter ‘cmd’, then click OK.

       

  2. This will load an instance of Windows Command Prompt.

    Windows Command Prompt

     

  3. Type ping followed by the static IP address of the modem in question and hit ENTER.
    1. If the modem is powered and connected to the cellular network it will reply to the ping request.

      Successful reply to ping request.

       

    2. If the modem is not powered or if it has a signal or account issue preventing it from connecting to the network, the ping request will timeout.

      Ping request with no response (timeout). Modem is not connected.

       

    3. Useful command prompt tips:
      1. Press the ‘UP’ arrow on the keyboard to reload a previously entered command.
      2. If you follow-up the IP address with a -t , then the ping will continue indefinitely until the command prompt is closed or CTRL + C is pressed.

        Continuous ping of an IP address- useful when wanting to know when a modem has connected to perform diagnostics/sync the clock/upload new data manually.