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:
- In SQL Server Management Studio, select the ION_Network database.
 - Enter and run the following query:
 - Find the device name that you want to display.
 
SELECT Name FROM dbo.device
                                            
To test the diagram display:
- Open a browser window and enter the following URL:
 
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.