AutoChart 2010 Help File

FR625 - Import Route

FR625 - Import Route

Previous topic Next topic No directory for this topic No expanding text in this topic  

FR625 - Import Route

Previous topic Next topic Topic directory requires JavaScript JavaScript is required for expanding text JavaScript is required for the print function Mail us feedback on this topic!  

A Custom format ini file can now be defined to read in an ASCII Route data file. The following Field Names MUST be Used to read the positional data:

Easting
Northing

If required as part of the Route Import, the following field names MUST be used:

Kp
Description

The Custom Route ini file can only be used to Import Routes consisting of straight segments. An example ini file to Import route data is shown below. The Route ini file MUST be located within a sub-folder named Route underneath the AutoChart Formats support folder (the default Installation location for this folder is C:\AutoChart\Formats)

#AutoChartName,ColumnPosition

#Valid AutoChartName values are Easting, Northing, Kp, Description. Easting and Northing must be present.

#To use tab delimiter you can use a tab character or for the avoidance of doubt when perusing this file "\t"

#Delimeter,"\t"

Kp,5

Easting,6

Northing,7

Description,1