Getting the device name and testing the WebReach Diagrams URL

To display the diagram, determine the device name using SQL, and then test the URL in a browser.

To determine the device name:

  1. In SQL Server Management Studio, select the ION_Network database.
  2. Enter and run the following query:
  3. SELECT Name FROM dbo.device

  4. Find the device name that you want to display.

To test the diagram display:

  1. Open a browser window and enter the following URL:
  2. http://<servername>/Ion/default.aspx?dgm=OPEN_TEMPLATE_DIAGRAM&node=<devicename>

    Where <servername> is the name of the Power Monitoring Expert server, and <devicename> is the name you found in the previous step.

    For example, a real URL would look like:

    http://10.168.94.77/Ion/default.aspx?dgm=OPEN_TEMPLATE_DIAGRAM&node=TVD.7650

The device diagram displays in the browser window, and you can navigate around the diagram, per normal WebReach function.