Hi guys.
I want to share some functions in Navigator.
Navigator
The Navigator is a tool for configuration of transmission devices.
The Navigator is a tool for configuration and commissioning by command line interface for technical personal.
After you choose Connect, the dialog box shown in the following figure is displayed.
You can click Search to search for the IP addresses of gateway NEs. All the IP addresses that meet your search criteria are listed in NE IP Address. You can click the drop-down list to display all the gateway NE IP addresses, or click Connect to set up a communication connection to the IP address displayed in the NE IP Address text box.

After connection succesfull press Login in main menu.
Put correct Username and Password and then login. The dialog box shown in the following figure is displayed.
Force Login: indicates whether to log in to the NE forcibly.

Navigator have some function for users (for example Calculator)

The calculator need for convert exID-ID to the HEX (see in the following figure is displayed )

Another function of Navigator, also can use script to collect data from several NE (should have connection between NE)
Use command “run” and then select file like *.txt

Select next step ( for example All)

In file script can have several commands (independence of command you can take some results, very fast.)
//#9-1000: is exID-ID
// For login to NE choose correct User and Password data :login:"User","Password"
File have several command and two NE ( it could be more then two NE, it in depends of topology and communication between NE ( put command in script file in depends on NE type)
Before using script, connect to local NE, or GNE.
First, choose NE, #9-1000:
Second, use command to connect NE :login:"User","Password"
After that you can take any results of NE (independence of command )
Third, use command to disconnect NE :logout; (after that can connect to the next NE)
#9-1000:
:login:"User","Password"
:cm-get-ip
:cm-get-submask
:cm-get-gateway
:cfg-get-nestate
:cfg-get-board;
:cfg-get-outpower:0,0,0;
:cfg-get-inpower:0,0,0;
:alm-get-curdata-ext:0,0,0;
:alm-get-hisdata-ext:0,0,0
:logout;
#9-1001:
:login:"User","Password"
:cm-get-ip
:cm-get-submask
:cm-get-gateway
:cfg-get-nestate
:cfg-get-board;
:cfg-get-outpower:0,0,0;
:cfg-get-inpower:0,0,0;
:alm-get-curdata-ext:0,0,0;
:alm-get-hisdata-ext:0,0,0
:logout;
The results can take from output log file in folder \Navigator \bin\log



