B-8 L30 Line Current Differential System GE MultilinB.3 FILE TRANSFERS APPENDIX BBdatalog.cfg and datalog.datTo read the entire data logger in ASCII COMTRADE format, read the following files.dataloga.cfg and dataloga.datTo limit the range of records to be returned in the COMTRADE files, append the following to the filename before writing it:• To read from a specific time to the end of the log: startTime• To read a specific range of records: startTime endTime• Replace and with the number of seconds since Jan. 1 1970 as numeric textf) READING EVENT RECORDER FILESTo read the entire event recorder contents in ASCII format (the only available format), use the following filename:EVT.TXTTo read from a specific record to the end of the log, use the following filename:EVTnnn.TXT (replace nnn with the desired starting record number)To read from a specific record to another specific record, use the following filename:EVT.TXT xxxxx yyyyy (replace xxxxx with the starting record number and yyyyy with the ending record number)g) READING FAULT REPORT FILESFault report data has been available via the UR file retrieval mechanism since UR firmware version 2.00. The file name isfaultReport#####.htm. The ##### refers to the fault report record number. The fault report number is a counter thatindicates how many fault reports have ever occurred. The counter rolls over at a value of 65535. Only the last ten faultreports are available for retrieval; a request for a non-existent fault report file will yield a null file. The current value faultreport counter is available in “Number of Fault Reports” Modbus register at location 3020h.For example, if 14 fault reports have occurred then the files faultReport5.htm, faultReport6.htm, up tofaultReport14.htm are available to be read. The expected use of this feature has an external master periodically poll-ing the “Number of Fault Reports' register. If the value changes, then the master reads all the new files.The contents of the file is in standard HTML notation and can be viewed via any commercial browser.