FR_LOG_FILE
# define the file where fuel reading logs (LOTUS format) will
# be written
# NOTE: The fuel reading results are written to this file in
# a columnar format for import to spreadsheets. The capability
# is enabled by setting the variable "fr_log_enab" to ON
@FR_LOG_FILE
#pathname
/data/fuel_log/fr_log_file
NOTE: The @FR_LOG_FILE keyword will still work, but is no longer
necessary. The same thing can be accomplished by the following.
@PARAMETERS
#start_code variable value
AT_START FR_log_file "/data/fuel_log/fr_log_file"