MapInfo is a specialist software package which described in Create Position Site and how to import data from excel file or text file in MapInfo. It also can create point to point microwave link as well.
MapInfo is used to view a cellular network with sites, cell and microwave link. I introduce to you how to plot site name and link microwave for microwave planning.
For text file we need to save Excel File as Type Text (Tab delimited)(*.txt).
After we created file ready. We start to import excel file or text file in to MapInfo. Herewith procedure to import file.
How to Create Point to Point of Microwave Link in MapInfo?
Firstly, we must create excel file or text file create link file but this case I use text file to create plot link file in MapInfo.For text file we need to save Excel File as Type Text (Tab delimited)(*.txt).
After we created file ready. We start to import excel file or text file in to MapInfo. Herewith procedure to import file.
- File menu choose Open and select file Name (Example Create link.txt) and Tick Create copy in MapInfo format for read/write
- Click Open
- Table menu choose Maintenance then Table Structure and tick all coordinate (Lat and Long and Type Foloat) and Table is Mappable Click OK
- Option menu go to Show MapBasic Window
- Type command in Map Basic Window (update point_table set obj=createline(Start_X, Start_Y,End_X,End_Y) for point_table modify name follow our table name (Ex: create link) and X/Y is name coordinate in table (Ex: Longtitude1, Latitude1)[ update create_link set obj=createline(Longtitude1, Latitude1,Longtitude2, Latitude2)] then Enter
- Window menu click New Map Windows
Post a Comment