Changes

Line 42: Line 42:  
===Preparing CSV file===
 
===Preparing CSV file===
 
----
 
----
You can download an example file [https://rms.teltonika-networks.com/assets/demo_files/Demo_add_device_list.csv from here]. Or you can prepare the CSV file for your list of devices manually. The list must be comprised of devices <b>LAN MAC addresses,</b> <b>Serial numbers</b> (<b>IMEIs</b> for TRB) and '''Name''' columns. It must be saved in a <b>CSV</b> file. You can create/edit CSV files with programs like <i>Microsoft Excel</i>, <i>OpenOffice Calc</i> or a simple text editor like <i>Notepad</i>, which we'll be using for this example.
+
You can download an example file [https://rms.teltonika-networks.com/assets/demo_files/Demo_add_device_list.csv from here]. Or you can prepare the CSV file for your list of devices manually. The list must be comprised of devices <b>LAN MAC addresses,</b> <b>Serial numbers</b> (<b>IMEIs</b> for TRB), and '''Name''' columns. You must save it as a <b>CSV</b> file. You can create/edit CSV files with programs like <i>Microsoft Excel</i>, <i>OpenOffice Calc</i>, or a simple text editor like <i>Notepad</i>, which we'll use for this example.
    
Create a new text file and set the order of device parameters in the first line. For example:
 
Create a new text file and set the order of device parameters in the first line. For example:
Line 48: Line 48:  
  mac,serial,name
 
  mac,serial,name
   −
An entry for a single device should be comprised of the device's LAN MAC address (or IMEI) and serial number separated by <b>commas</b> (<b>,</b>). Each line should contain information about a single device (see example below).
+
Single entry for single device consists of the device's LAN MAC address (or IMEI) and serial number separated by <b>commas</b> (<b>,</b>). Each line should contain information about a single device (see example below).
    
[[File:RMS-CSV-file-example-notepad.png]]
 
[[File:RMS-CSV-file-example-notepad.png]]
Line 55: Line 55:     
* Do not forget to save your file as '''*.csv'''.
 
* Do not forget to save your file as '''*.csv'''.
* If you are editing the file with Notepad. Click the "Save As" option. Then next to "Save as type" choose "All Files" and add the '''.csv''' extension next to the file name
+
* If you are editing the file with Notepad. Click the "Save As" option. Then next to "Save as type", choose "All Files" and add the '''.csv''' extension next to the file name.
* If you're using Linux, you can just add the same extension to the file name after saving the file the regular way)
+
* If you're using Linux, you can add the same extension to the file name after saving the file the regular way).
    
===RMS WebUI settings===
 
===RMS WebUI settings===

Navigation menu