Utility locator file setup

To store a point at the measured elevation of an underground asset, the job must use a feature library FXL file that contains a code with at least one Number or Text attribute that matches the name of one of the attributes defined in the ULD file. Connecting the FXL file to the ULD file in this way causes the Depth value to appear in the Measure screen when measurement information is received from the underground locator.

Add additional attributes to the code in the FXL file to store other attribute information received from the utility locator that you want to store with the point, for example frequency, gain, phase, current and signal.

Parameter Notes

Protocol

 

type="Delimited" or "FixedWidth"

Specifies if the ULD data is output as a data string separated by an ASCII character such as a space or a comma (delimited), or if each field has a fixed number of characters (fixed width).

delimiter="2C"

Specifies the delimiter as two hex digits which specify the ASCII delimiter character (field separator). For example, space="20", comma="2C", tab="09".

startsWith=""

An optional string that can be used to specify the text that identifies the start of a line. This string can be left blank.

For this string, any leading, trailing, and double spaces are trimmed by XML. Use underscore ("_") as a substitute for space characters. For example, startsWith="_A".

Fields

 

name=""

Specifies the name for the data in that field. For the RD8100, do not edit this name. To change the attribute name stored with the point, edit the attribute name at the end of the line.

fieldNumber=""

Specifies the number of the field in the data string that contains the data for this field. Specify the fieldNumber as a decimal number, starting at 0. For example, fieldNumber="1".

type="Number" or "Text"

Specifies the type of data in this field. If the type in the ULD file does not match the type in the FXL file, Trimble Access will automatically convert the attribute type received from the ULD file to match the attribute type specified in the FXL file.

multiplier=""

Usually you can leave the multiplier set to "1.0" because you will have set the utility locator to use the same units of measurement as set in the Trimble Access job. If for some reason the utility locator is using different units, enter the appropriate multiplier value to convert measurement value from the locator units to the units used in the job.

attribute=""

The name of the attribute that is stored with the point in Trimble Access. You can modify this name if you wish, for example to translate the name to your preferred language. Make sure the attribute name for this attribute in the FXL file matches the attribute name.

The provided ULD file is designed specifically to work with the Radio Detection RD8100 locator. You may be able to use the Trimble Access software with a different model of utility locator, provided that the communications protocols are similar to the protocols supported by the RD8100. You will need to find out the format for your utility locator and modify the provided RD8100.uld file to meet your requirements. The utility locator:

  • must provide a single measurement NMEA string rather than a NMEA stream containing multiple measurements.

  • must be connected using Bluetooth.